combine_air


Purpose:

Given a .air file for registering file A to file B, and another .air file for registering file B to file C, this program will combine the two to create a .air file that describes the direct transformation of file A to file C.


Usage:

combine_air output overwrite?(y/n) air-file1 air-file2 [... air-file-n]

where the following definitions apply:
output
name of the .air file to create
overwrite?(y/n)
'y' grants permission to overwrite output
air-file1
name of the .air file that targets the final space into which the images should be transformed
air-file2
a .air file that has a standard file that is spatially equivalent to the reslice file in air-file1
air-file-n
additional .air files, each of which has a standard file that is spatially equivalent to the previous .air file's reslice file, ending with the .air file that describes a file in the space that is to be resliced to match the standard space defined by air-file1

Examples:

combine_air A.airC n B.airC A.airB combine_air A.airE y D.airE C.airD B.airC A.airB

Comments:


Error messages: (alphabetical by case)

See also: Generic error messages
Name of output .air file cannot contain .hdr or .img

See also:


Modified: December 17, 2001
© 2001   Roger P. Woods, M.D.(rwoods@ucla.edu)