Go to the source code of this file.
| align_dyn_frame_1_0_0 | ( | dynamic_file, | ||
| source_start_No, | ||||
| source_end_No, | ||||
| coreg_start_No, | ||||
| coreg_end_No, | ||||
| flags | ||||
| ) |
align_dyn_frame_1_0_0(dynamic_file,source_start_No,source_end_No,coreg_start_No,coreg_end_No[,flags])
Co-registers selected dymanic image frames into summed image calculated from selected
frames in same dynamic image.
parameters:
dynamic_file dynamic Analyze7.5 Image
source_start_No starting index of summed target for coregistration, > 1, < source_end_No
source_end_No ending index of summed target for coregistration, > source_start_No, < frames in dynamic file
coreg_start_no starting index of frames that are coregistered, > 1, < coreg_end_No
coreg_end_No ending index of frames that are coregistered, > coreg_start_No, < coreg_end_No
flags additional flags
flags.remove_sum if != 1, sum image is not removed after operation
returns:
output image is written with prefix 'r' in ecat7 format
version 0.1, 18-03-2005, Harri Merisaari
version 0.2, 22-03-2005, Harri Merisaari, output contains non-aligned frames also, hadle of indexes as strings, separate termination reading
version 0.21, 12-04-2005, Harri Merisaari, speed/memory optimization, bug fix, added input consistency checks
version 0.22, 12-04-2005, Harri Merisaari, fixed path bug occurred when run in same directory as sourec/target image files
version 1.0.0,06-07-2005, Harri Merisaari, re-named and upgraded to release version
Copyright (c) 2005 by Turku PET Centre
| dynamic_file | ||
| source_start_No | ||
| source_end_No | ||
| coreg_start_No | ||
| coreg_end_No | ||
| flags |
Here is the call graph for this function:

1.5.2