Generally each processing directory will contain a raw/ subdirectory.Output files will be created in the bcd/ and pbcd/ subdirectories. Spitzer Heritage Archive downloads often contains 4 processing directories (ch0/ ch1/ ch2/ ch3/)
PIPELINE SELECTION options:
The default is to run the following 7 pipelines:
1. BCD
2. COADD
3. BKSUB
4. BKSUBX
5. COADDX
6. BCDX
7. CUTOUT
A pipeline specifier is of the following form:
PIPE/p1
or
PIPE/p1.p2.p3....
where the pN can be any of the following:
BCD - run the BCD image pipeline
COADD - run the COADD image pipeline
BKSUB - run the background subtraction image pipeline
PARAMETER options will override a parameter for a module in the BCD pipeline:
(default is to run with the same parameters as operational pipeline)
SET.[module]-[flag]=[value] (sets param to value for module), e.g.:
SET.droopop-a=0
(sets the "a" parameter to 0 for the droopop module)
FLOW options will change the which STEPS are run in the BCD pipeline:
(default is to run with the same steps as the operational pipeline)
START.[STEP] to start processing of at specified step, e.g.
START.SATCOR
STOP.[STEP] to stop processing after specified step, e.g.
STOP.FLATAP
SKIP.[STEP] to skip a step, e.g.
SKIP.STRAYCROSS
DO.[STEP2].AFTER.[STEP1] to run STEP2 immediately after STEP1, e.g.
DO.CUBESUB.AFTER.DARKBASE
OPTIONS for the other pipelines:
The "PARAMETER" and "FLOW" options above apply to the BCD pipeline. However, these same options may be used for other pipelines if prepended appropriately. Use:
X/ for all of the extraction pipelines (BKSUBX COADDX BCDX)
COADD/ for the COADD pipeline
DARK/ for the DARK pipeline
e.g.
X/SET.extract-nanDrop=1
X/STOP.IRS_TUNE
X/SKIP.TBL2FITS
COADD/SET.coad2d-cf=0.25
DARK/SET.darkest-r=22.0
2.1.1 Examples
· unix% cupid /scr/r33776128/ch0
runs the 7 standard pipelines in /scr/r33776128/ch0