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