Changeset 12368 for trunk/ippTasks/detrend.reject.pro
- Timestamp:
- Mar 8, 2007, 5:41:36 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippTasks/detrend.reject.pro (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/detrend.reject.pro
r12126 r12368 133 133 end 134 134 135 # I'd like to add CAMERA to the log file... 136 $outroot = `ipp_datapath.pl $WORKDIR` 135 if ($WORKDIR == NULL) 136 $outroot = `pwd` 137 else 138 $outroot = `ipp_datapath.pl $WORKDIR` 139 end 137 140 $outroot = $outroot/$CAMERA.$DET_TYPE.$DET_ID 138 141 $logfile = $outroot/reject.$DET_ID.$ITERATION.log … … 146 149 # create example job options as a demonstration 147 150 if ($VERBOSE > 1) 148 echo command detrend_reject_exp.pl --det_id $DET_ID --iteration $ITERATION --det_type $DET_TYPE --camera $CAMERA $ARGS151 echo command detrend_reject_exp.pl --det_id $DET_ID --iteration $ITERATION --det_type $DET_TYPE --camera $CAMERA --workdir $outroot $ARGS 149 152 end 150 command detrend_reject_exp.pl --det_id $DET_ID --iteration $ITERATION --det_type $DET_TYPE --camera $CAMERA $ARGS153 command detrend_reject_exp.pl --det_id $DET_ID --iteration $ITERATION --det_type $DET_TYPE --camera $CAMERA --workdir $outroot $ARGS 151 154 end 152 155
Note:
See TracChangeset
for help on using the changeset viewer.
