Changeset 12368 for trunk/ippTasks/detrend.resid.pro
- Timestamp:
- Mar 8, 2007, 5:41:36 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippTasks/detrend.resid.pro (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/detrend.resid.pro
r12126 r12368 154 154 155 155 # XXX use ipp_filename.pl to lookup output file names 156 $outroot = `ipp_datapath.pl $WORKDIR` 156 if ($WORKDIR == NULL) 157 $outroot = `pwd` 158 else 159 $outroot = `ipp_datapath.pl $WORKDIR` 160 end 157 161 $outroot = $outroot/$EXP_TAG 158 162 $logfile = $outroot/detresid.$DET_ID.$ITERATION.$CLASS_ID.log … … 166 170 # create command 167 171 if ($VERBOSE > 1) 168 echo command detrend_resid.pl --det_id $DET_ID --iteration $ITERATION --exp_tag $EXP_TAG --class_id $CLASS_ID --det_type $DET_TYPE --detrend $DET_URI --input_uri $URI --camera $CAMERA --mode $MODE $ARGS169 end 170 command detrend_resid.pl --det_id $DET_ID --iteration $ITERATION --exp_tag $EXP_TAG --class_id $CLASS_ID --det_type $DET_TYPE --detrend $DET_URI --input_uri $URI --camera $CAMERA --mode $MODE $ARGS172 echo command detrend_resid.pl --det_id $DET_ID --iteration $ITERATION --exp_tag $EXP_TAG --class_id $CLASS_ID --det_type $DET_TYPE --detrend $DET_URI --input_uri $URI --camera $CAMERA --mode $MODE --workdir $outroot $ARGS 173 end 174 command detrend_resid.pl --det_id $DET_ID --iteration $ITERATION --exp_tag $EXP_TAG --class_id $CLASS_ID --det_type $DET_TYPE --detrend $DET_URI --input_uri $URI --camera $CAMERA --mode $MODE --workdir $outroot $ARGS 171 175 end 172 176 … … 268 272 269 273 # XXX use ipp_filename.pl to lookup output file names 270 $outroot = `ipp_datapath.pl $WORKDIR` 274 if ($WORKDIR == NULL) 275 $outroot = `pwd` 276 else 277 $outroot = `ipp_datapath.pl $WORKDIR` 278 end 271 279 $outroot = $outroot/$EXP_TAG 272 280 $logfile = $outroot/detresid.$DET_ID.$ITERATION.log … … 280 288 # create example job options as a demonstration 281 289 if ($VERBOSE > 1) 282 echo command detrend_reject_imfile.pl --det_id $DET_ID --iteration $ITERATION --exp_tag $EXP_TAG --det_type $DET_TYPE --camera $CAMERA $ARGS283 end 284 command detrend_reject_imfile.pl --det_id $DET_ID --iteration $ITERATION --exp_tag $EXP_TAG --det_type $DET_TYPE --camera $CAMERA $ARGS290 echo command detrend_reject_imfile.pl --det_id $DET_ID --iteration $ITERATION --exp_tag $EXP_TAG --det_type $DET_TYPE --camera $CAMERA --workdir $outroot $ARGS 291 end 292 command detrend_reject_imfile.pl --det_id $DET_ID --iteration $ITERATION --exp_tag $EXP_TAG --det_type $DET_TYPE --camera $CAMERA --workdir $outroot $ARGS 285 293 end 286 294
Note:
See TracChangeset
for help on using the changeset viewer.
