The initial positions associated with each image are given in formatted files whose names are determined either using the CCDPACK image extension item CURRENT_LIST (which is maintained by list processing CCDPACK applications) or from an explicit list of names.
If TRUE then the values of the parameters ISIZE, TOLER and MAXSHIFT are scaled by an amount that maps the largest dimension of each input image to an image of size 1024 square (so an image of size 2048 square will have these parameters increased by a factor of two). [FALSE]
The names of the input lists may use modifications of the input image names, so for instance if the position lists are stored in files with the same name as the input images but with a file type of ".dat" instead of ".sdf" then use:
INLIST > *.datIf the input list names are a modification of the image names say with a trailing type of "_initial.positions". Then a response of:
INLIST > *_initial.positionswill access the correct files. Names may also use substitution elements, say the image names are *_data and the position lists are *_pos.dat, then a response like:
INLIST > *|data|pos.dat|may be used. If a naming scheme has not been used then an explicit list of names should be returned (wildcards cannot be used to specify list names). These names should be given in the same order as the input image names and may use indirection elements as well as names separated by commas. A listing of the input image name order (after any wildcard expansions etc. have been made) is shown to make sure that the order is correct.
If the logging system has been initialised using CCDSETUP, then the value specified there will be used. Otherwise, the default is "CCDPACK.LOG". [CCDPACK.LOG]
If a global value for this parameter has been set using CCDSETUP then that value will be used. [TRUE]
OUTLIST > *.centOr alternatively you can use an explicit list of names. These may use indirection elements as well as names separated by commas. [*.cent]
CCDPACK format - the first three columns are interpreted as the following.
EXTERNAL format - positions are specified using just an X and a Y entry and no other entries.
Comments may be included in a file using the characters "#" and "!". Columns may be separated by the use of commas or spaces.
Data following the third column is copied without modification into the results files
In all cases, the coordinates in position lists are pixel coordinates.
Retaining parameter values has the advantage of allowing you to define the default behaviour of the application but does mean that additional care needs to be taken when using the application on new datasets or after a break of sometime. The intrinsic default behaviour of the application may be restored by using the RESET keyword on the command line.
Certain parameters (LOGTO, LOGFILE and NDFNAMES) have global values. These global values will always take precedence, except when an assignment is made on the command line. Global values may be set and reset using the CCDSETUP and CCDCLEAR commands.
CCDPACK