reconcile_air


Purpose:

This program will attempt to reconcile discrepancies in a series of .air files that represent all pairwise registrations of a group of image files. Each pair of images only needs to be represented by a single .air file. A new, more internally consistent, set of .air files will be created.

This program requires that .air files be named in a consistent and orderly fashion. Specifically, the names must take the form *A*B* where each asterisk can represent any character strings that are shared in all of the files being reconciled. A and B are character strings that uniquely identify the reslice and standard files.


Usage:

reconcile_air iterations prefix intron suffix output-prefix output-suffix overwrite?(y/n) id1 id2 [...idN]

where the following definitions apply:
iterations
the number of reconciliating iterations to perform
prefix
a prefix that will be common to all of the input .air file names-- use "null" if you don't want a prefix
intron
an internal separator that will be common to all of the input .air file names --use "null" if you don't want an internal separator
suffix
a suffix that will be common to all of the input .air file names --use "null" if you don't want a suffix
output-prefix
a prefix that will be common to all of the output .air file names --use "null" if you don't want an output prefix
output-suffix
a suffix that will be common to all of the output .air file names --use "null" if you don't want an output suffix
overwrite?(y/n)
'y' if you want preexisting output files with the same names as the current output files to be overwritten
id1
unique identifier that appears in between the intron and prefix or suffix
id2
unique identifier that appears in between the intron and prefix or suffix
...idN
additional unique identifiers

Examples:

reconcile_air 10 subj .airsubj null subj new y 1 2 3 4

Comments:


Error messages: (alphabetical by case)

See also: Generic error messages
iterations must be a non-negative integer

See also:


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