Changeset 18568 for trunk/ippTasks/detrend.process.pro
- Timestamp:
- Jul 15, 2008, 12:39:50 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippTasks/detrend.process.pro (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/detrend.process.pro
r18082 r18568 145 145 stderr $LOGDIR/detproc.imfile.run.log 146 146 147 $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-output 147 $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-output --verbose 148 148 if ("$REDUCTION" != "NULL") 149 149 $run = $run --reduction $REDUCTION … … 260 260 stderr $LOGDIR/detproc.exp.run.log 261 261 262 $run = detrend_process_exp.pl --det_id $DET_ID --exp_id $EXP_ID --exp_tag $EXP_TAG --det_type $DET_TYPE --camera $CAMERA --outroot $outroot --redirect-output 262 $run = detrend_process_exp.pl --det_id $DET_ID --exp_id $EXP_ID --exp_tag $EXP_TAG --det_type $DET_TYPE --camera $CAMERA --outroot $outroot --redirect-output --verbose 263 263 if ("$REDUCTION" != "NULL") 264 264 $run = $run --reduction $REDUCTION
Note:
See TracChangeset
for help on using the changeset viewer.
