Changeset 12371 for trunk/ippTasks/detrend.resid.pro
- Timestamp:
- Mar 8, 2007, 6:33:15 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippTasks/detrend.resid.pro (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/detrend.resid.pro
r12370 r12371 167 167 $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 $ARGS 168 168 if ("$WORKDIR" != "NULL") 169 $run = $run --workdir $ outroot169 $run = $run --workdir $WORKDIR 170 170 end 171 171 … … 290 290 $run = detrend_reject_imfile.pl --det_id $DET_ID --iteration $ITERATION --exp_tag $EXP_TAG --det_type $DET_TYPE --camera $CAMERA $ARGS 291 291 if ("$WORKDIR" != "NULL") 292 $run = $run --workdir $ outroot292 $run = $run --workdir $WORKDIR 293 293 end 294 294
Note:
See TracChangeset
for help on using the changeset viewer.
