Go to the source code of this file.
| reslice_dyn_0_1_0 | ( | matfile, | ||
| sourcefile, | ||||
| option | ||||
| ) |
reslice_dyn_0_1_0(matfile,sourcefile[,'use_air'])
Reslices Analyze7.5 file using 4x4 transformation matrix. Used interpolation method is
bicibic interpolation.
parameters:
matrix affine transformation matrix for coordinate
translations, or file containin matrix in
'Affine' or 'transformation_matrix' fields
sourcefile Analyze7.5 image that is to be resliced, dynamic or static
'use_air' if exists, uses Air5.2.5 reslice binary to reduce memory usage
with sinc interpolation method, default interpolation
is bicubic interpolation, which might be less precise
returns:
0 == succesfull, -1 == reslice failed
output files:
Resliced output file is written in Analyze7.5 format with prefix 'r'
version 0.0.1,10-07-2005,Harri Merisaari,created DEVELOPMENT VERSION
version 0.0.2,02-03-2007,Harri Merisaari,DEVELOPMENT VERSION corrected
signed int16 writing
version 0.1.0,15-05-2007,Harri Merisaari,DEVELOPMENT VERSION Air usage as an option
default is 'bicubic' interpolation (Matlab routine)
Copyright (c) 2005-2007 by Turku PET Centre
| matfile | ||
| sourcefile | ||
| option |
Here is the call graph for this function:

1.5.2