Changeset 16208 for trunk/ippTasks/detrend.process.pro
- Timestamp:
- Jan 23, 2008, 2:13:10 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippTasks/detrend.process.pro (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/detrend.process.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 # see chip.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_process_imfile.pl --det_id $DET_ID --exp_id $EXP_ID --det_type $DET_TYPE --class_id $CLASS_ID --exp_tag $EXP_TAG --input_uri $URI --camera $CAMERA --outroot $outroot … … 270 272 271 273 # specify choice of local or remote host based on camera and chip (class_id) 272 set.host.for.camera $ cameraFPA274 set.host.for.camera $CAMERA FPA 273 275 274 276 # set workdir (interpolate host; see camera.pro for examples) … … 287 289 stdout $logfile 288 290 stderr $logfile 291 dirname $logfile -var outpath 292 mkdir $outpath 289 293 290 294 $run = detrend_process_exp.pl --det_id $DET_ID --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.
