Changeset 13683 for trunk/ippTasks/detrend.resid.pro
- Timestamp:
- Jun 6, 2007, 1:42:40 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippTasks/detrend.resid.pro (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/detrend.resid.pro
r12747 r13683 154 154 # XXX use ipp_filename.pl to lookup output file names 155 155 if ("$WORKDIR" == "NULL") 156 $outroot = `pwd` 157 else 158 $outroot = `ipp_datapath.pl $WORKDIR` 159 end 160 $outroot = $outroot/$CAMERA.$DET_TYPE.$DET_ID/$EXP_TAG 161 $logfile = $outroot/detresid.$DET_ID.$ITERATION.$CLASS_ID.log 156 $outpath = `pwd` 157 else 158 $outpath = `ipp_datapath.pl $WORKDIR` 159 end 160 $outpath = $outpath/$CAMERA.$DET_TYPE.$DET_ID/$EXP_TAG 161 $outroot = $outpath/$EXP_TAG.detresid.$DET_ID.$ITERATION 162 $logfile = `ipp_filename.pl --filerule LOG.IMFILE --camera $CAMERA --class_id $CLASS_ID --basename $outroot` 163 if ("$logfile" == "") 164 $logfile = $outroot.$CLASS_ID.log 165 end 166 162 167 stdout $logfile 163 168 stderr $logfile 164 exec mkdir -p $out root169 exec mkdir -p $outpath 165 170 166 171 $run = 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 … … 277 282 # XXX use ipp_filename.pl to lookup output file names 278 283 if ("$WORKDIR" == "NULL") 279 $outroot = `pwd` 280 else 281 $outroot = `ipp_datapath.pl $WORKDIR` 282 end 283 $outroot = $outroot/$CAMERA.$DET_TYPE.$DET_ID/$EXP_TAG 284 $logfile = $outroot/detresid.$DET_ID.$ITERATION.log 284 $outpath = `pwd` 285 else 286 $outpath = `ipp_datapath.pl $WORKDIR` 287 end 288 $outpath = $outpath/$CAMERA.$DET_TYPE.$DET_ID/$EXP_TAG 289 $outroot = $outpath/$EXP_TAG.detresid.$DET_ID.$ITERATION 290 $logfile = `ipp_filename.pl --filerule LOG.IMFILE --camera $CAMERA --class_id $CLASS_ID --basename $outroot` 291 285 292 stdout $logfile 286 293 stderr $logfile 287 exec mkdir -p $out root294 exec mkdir -p $outpath 288 295 289 296 $run = detrend_reject_imfile.pl --det_id $DET_ID --iteration $ITERATION --exp_tag $EXP_TAG --det_type $DET_TYPE --camera $CAMERA
Note:
See TracChangeset
for help on using the changeset viewer.
