Changeset 12370 for trunk/ippTasks/detrend.reject.pro
- Timestamp:
- Mar 8, 2007, 6:27:06 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippTasks/detrend.reject.pro (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/detrend.reject.pro
r12369 r12370 133 133 end 134 134 135 if ( $WORKDIR == NULL)135 if ("$WORKDIR" == "NULL") 136 136 $outroot = `pwd` 137 137 else … … 145 145 146 146 $run = detrend_reject_exp.pl --det_id $DET_ID --iteration $ITERATION --det_type $DET_TYPE --camera $CAMERA $ARGS 147 if ( $WORKDIR != NULL)147 if ("$WORKDIR" != "NULL") 148 148 $run = $run --workdir $outroot 149 149 end
Note:
See TracChangeset
for help on using the changeset viewer.
