Changeset 9338 for trunk/ippTasks/detrend.reject.pro
- Timestamp:
- Oct 5, 2006, 5:20:43 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippTasks/detrend.reject.pro (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/detrend.reject.pro
r9104 r9338 48 48 $ITER = $word:1 49 49 $DET_TYPE = $word:2 50 queuepush DetrendRejectExposure -uniq -key 1:2 "NEW $DET_ID $ITER $DET_TYPE" 50 $CAMERA = $word:3 51 queuepush DetrendRejectExposure -uniq -key 1:2 "NEW $DET_ID $ITER $DET_TYPE $CAMERA" 51 52 end 52 53 … … 93 94 $ITER = $word:1 94 95 $DET_TYPE = $word:2 96 $CAMERA = $word:3 95 97 96 98 # I'd like to add CAMERA to the log file... 97 stdout isp.$DET_TYPE.$DET_ID.$ITER.log98 stderr isp.$DET_TYPE.$DET_ID.$ITER.log99 stdout $CAMERA.$DET_TYPE.$DET_ID.$ITER.log 100 stderr $CAMERA.$DET_TYPE.$DET_ID.$ITER.log 99 101 100 102 # specify choice of remote host:
Note:
See TracChangeset
for help on using the changeset viewer.
