Changeset 16208 for trunk/ippTasks/detrend.norm.pro
- Timestamp:
- Jan 23, 2008, 2:13:10 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippTasks/detrend.norm.pro (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/detrend.norm.pro
r16195 r16208 157 157 158 158 # specify choice of local or remote host based on camera and chip (class_id) 159 set.host.for.camera $ cameraFPA159 set.host.for.camera $CAMERA FPA 160 160 161 161 # set workdir (interpolate host; see camera.pro for examples) … … 171 171 stdout $logfile 172 172 stderr $logfile 173 dirname $logfile -var outpath 174 mkdir $outpath 173 175 174 176 $run = detrend_norm_calc.pl --det_id $DET_ID --iteration $ITERATION --det_type $DET_TYPE --outroot $outroot … … 274 276 275 277 # specify choice of local or remote host based on camera and chip (class_id) 276 set.host.for.camera $ camera $class_id278 set.host.for.camera $CAMERA $CLASS_ID 277 279 278 280 # set workdir (interpolate host; see camera.pro for examples) … … 288 290 stdout $logfile 289 291 stderr $logfile 292 dirname $logfile -var outpath 293 mkdir $outpath 290 294 291 295 $run = detrend_norm_apply.pl --det_id $DET_ID --iteration $ITERATION --class_id $CLASS_ID --value $NORM --input_uri $URI --camera $CAMERA --det_type $DET_TYPE --outroot $outroot … … 388 392 389 393 # specify choice of local or remote host based on camera and chip (class_id) 390 set.host.for.camera $ cameraFPA394 set.host.for.camera $CAMERA FPA 391 395 392 396 # set workdir (interpolate host; see camera.pro for examples) … … 402 406 stdout $logfile 403 407 stderr $logfile 408 dirname $logfile -var outpath 409 mkdir $outpath 404 410 405 411 $run = detrend_norm_exp.pl --det_id $DET_ID --iteration $ITERATION --camera $CAMERA --det_type $DET_TYPE --outroot $outroot
Note:
See TracChangeset
for help on using the changeset viewer.
