Changeset 16208 for trunk/ippTasks/detrend.resid.pro
- Timestamp:
- Jan 23, 2008, 2:13:10 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippTasks/detrend.resid.pro (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/detrend.resid.pro
r16195 r16208 148 148 149 149 # specify choice of local or remote host based on camera and chip (class_id) 150 set.host.for.camera $ camera $class_id150 set.host.for.camera $CAMERA $CLASS_ID 151 151 152 152 # set workdir (interpolate host; see camera.pro for examples) … … 165 165 stdout $logfile 166 166 stderr $logfile 167 dirname $logfile -var outpath 168 mkdir $outpath 167 169 168 170 $run = detrend_resid.pl --det_id $DET_ID --iteration $ITERATION --exp_id $EXP_ID --exp_tag $EXP_TAG --class_id $CLASS_ID --det_type $DET_TYPE --detrend $DET_URI --input_uri $URI --camera $CAMERA --mode $MODE --outroot $outroot … … 272 274 273 275 # specify choice of local or remote host based on camera and chip (class_id) 274 set.host.for.camera $ cameraFPA276 set.host.for.camera $CAMERA FPA 275 277 276 278 # set workdir (interpolate host; see camera.pro for examples) … … 289 291 stdout $logfile 290 292 stderr $logfile 293 dirname $logfile -var outpath 294 mkdir $outpath 291 295 292 296 $run = detrend_reject_imfile.pl --det_id $DET_ID --iteration $ITERATION --exp_id $EXP_ID --exp_tag $EXP_TAG --det_type $DET_TYPE --camera $CAMERA --outroot $outroot
Note:
See TracChangeset
for help on using the changeset viewer.
