The graphical interface used for marking features on the image should be fairly self-explanatory. The image can be scrolled using the scrollbars, the window can be resized, and there are controls for zooming the image in or out, changing the style of display, and altering the percentile cutoff limits which control the mapping of pixel value to displayed colour. The position of the cursor is reported below the display using the coordinates of the selected coordinate frame for information, but the position list written out is always written in Pixel coordinates, since that is how all CCDPACK applications expect to find it written. Points are marked on the image by clicking mouse button 1 (usually the left one) and may be removed using mouse button 3 (usually the right one). When you have marked all the points that you wish to, click the 'Done' button.
Having centroiding turned on does not guarantee that all points on the image have been centroided, it only affects points added by clicking on the image. In particular any points read from the INLIST file will not be automatically centroided.
This parameter only gives the initial centroiding state - centroiding can be turned on and off interactively while the program is running.
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]
This parameter is ignored if WRITELIST is false or READLIST and OVERWRITE are true.
If USESET is false, then regardless of Set headers, each individual image will be displayed for marking separately.
If the input images have no Set headers, or if they have no CCD_SET coordinates in their WCS components, the value of USESET will make no difference.
If a global value for this parameter has been set using CCDSETUP then that value will be used. [FALSE]
If the program exits normally, there are points are marked on the image, and WRITELIST is true, then the points will be written to a position list file and that file will be associated with the image file. The name of the position list file is determined by the OUTLIST and OVERWRITE parameters. The positions will be written to the file using the standard CCDPACK format as described in the Notes section.
If WRITELIST is false, then no position lists are written and no changes are made to the image associated position lists. [FALSE]
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.
Input position lists read when READLIST is true may be in either of these formats. The output list named by the OUTLIST parameter will be written in CCDPACK (3 column) format.
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. The intrinsic default behaviour of the application may be restored by using the RESET keyword on the command line.
Certain parameters (LOGTO, LOGFILE and USESET) 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.
Some of the parameters (MAXCANV, PERCENTILES, WINX, WINY, ZOOM, MARKSTYLE, CENTROID) give initial values for quantities which can be modified while the program is running. Although these may be specified on the command line, it is normally easier to start the program up and modify them using the graphical user interface. If the program exits normally, their values at the end of the run will be used as defaults next time the program starts up.
CCDPACK