Changeset 12370 for trunk/ippTasks/detrend.resid.pro
- Timestamp:
- Mar 8, 2007, 6:27:06 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippTasks/detrend.resid.pro (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/detrend.resid.pro
r12369 r12370 154 154 155 155 # XXX use ipp_filename.pl to lookup output file names 156 if ( $WORKDIR == NULL)156 if ("$WORKDIR" == "NULL") 157 157 $outroot = `pwd` 158 158 else … … 166 166 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 if ( $WORKDIR != NULL)168 if ("$WORKDIR" != "NULL") 169 169 $run = $run --workdir $outroot 170 170 end … … 277 277 278 278 # XXX use ipp_filename.pl to lookup output file names 279 if ( $WORKDIR == NULL)279 if ("$WORKDIR" == "NULL") 280 280 $outroot = `pwd` 281 281 else … … 289 289 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 if ( $WORKDIR != NULL)291 if ("$WORKDIR" != "NULL") 292 292 $run = $run --workdir $outroot 293 293 end
Note:
See TracChangeset
for help on using the changeset viewer.
