Changeset 19126
- Timestamp:
- Aug 19, 2008, 12:30:19 PM (18 years ago)
- Location:
- trunk/ippTasks
- Files:
-
- 5 edited
-
chip.pro (modified) (1 diff)
-
detrend.process.pro (modified) (1 diff)
-
detrend.resid.pro (modified) (1 diff)
-
detrend.stack.pro (modified) (1 diff)
-
warp.pro (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/chip.pro
r18607 r19126 151 151 stderr $LOGDIR/chip.imfile.log 152 152 153 $run = chip_imfile.pl -- exp_id $EXP_ID --chip_id $CHIP_ID --class_id $CLASS_ID --uri $URI --camera $CAMERA --outroot $outroot --redirect-output153 $run = chip_imfile.pl --threads @MAX_THREADS@ --exp_id $EXP_ID --chip_id $CHIP_ID --class_id $CLASS_ID --uri $URI --camera $CAMERA --outroot $outroot --redirect-output 154 154 if ("$REDUCTION" != "NULL") 155 155 $run = $run --reduction $REDUCTION -
trunk/ippTasks/detrend.process.pro
r19090 r19126 179 179 stderr $LOGDIR/detrend.process.imfile.log 180 180 181 $run = detrend_process_imfile.pl -- det_id $DET_ID --exp_id $EXP_ID --det_type $DET_TYPE --class_id $CLASS_ID --exp_tag $EXP_TAG --input_uri $URI --camera $CAMERA --outroot $outroot --redirect-output181 $run = detrend_process_imfile.pl --threads @MAX_THREADS@ --det_id $DET_ID --exp_id $EXP_ID --det_type $DET_TYPE --class_id $CLASS_ID --exp_tag $EXP_TAG --input_uri $URI --camera $CAMERA --outroot $outroot --redirect-output 182 182 if ("$REDUCTION" != "NULL") 183 183 $run = $run --reduction $REDUCTION -
trunk/ippTasks/detrend.resid.pro
r19089 r19126 177 177 stderr $LOGDIR/detrend.resid.imfile.log 178 178 179 $run = detrend_resid_imfile.pl -- det_id $DET_ID --iteration $ITERATION --exp_id $EXP_ID --exp_tag $EXP_TAG --class_id $CLASS_ID --det_type $DET_TYPE --detrend $DET_URI --input_uri $URI --camera $CAMERA --mode $MODE --outroot $outroot --redirect-output --verbose179 $run = detrend_resid_imfile.pl --threads @MAX_THREADS@ --det_id $DET_ID --iteration $ITERATION --exp_id $EXP_ID --exp_tag $EXP_TAG --class_id $CLASS_ID --det_type $DET_TYPE --detrend $DET_URI --input_uri $URI --camera $CAMERA --mode $MODE --outroot $outroot --redirect-output --verbose 180 180 181 181 if ("$REDUCTION" != "NULL") -
trunk/ippTasks/detrend.stack.pro
r19089 r19126 142 142 stderr $LOGDIR/detrend.stack.log 143 143 144 $run = detrend_stack.pl -- det_id $DET_ID --iteration $ITERATION --class_id $CLASS_ID --det_type $DET_TYPE --camera $CAMERA --outroot $outroot --redirect-output144 $run = detrend_stack.pl --threads @MAX_THREADS@ --det_id $DET_ID --iteration $ITERATION --class_id $CLASS_ID --det_type $DET_TYPE --camera $CAMERA --outroot $outroot --redirect-output 145 145 if ("$REDUCTION" != "NULL") 146 146 $run = $run --reduction $REDUCTION -
trunk/ippTasks/warp.pro
r19114 r19126 278 278 stderr $LOGDIR/warp.skycell.log 279 279 280 $run = warp_skycell.pl -- warp_id $WARP_ID --skycell_id $SKYCELL_ID --tess_dir $TESS_DIR --camera $CAMERA --outroot $outroot --redirect-output280 $run = warp_skycell.pl --threads @MAX_THREADS@ --warp_id $WARP_ID --skycell_id $SKYCELL_ID --tess_dir $TESS_DIR --camera $CAMERA --outroot $outroot --redirect-output 281 281 add_standard_args run 282 282
Note:
See TracChangeset
for help on using the changeset viewer.
