Changeset 16208
- Timestamp:
- Jan 23, 2008, 2:13:10 PM (18 years ago)
- Location:
- trunk/ippTasks
- Files:
-
- 9 edited
-
chip.pro (modified) (1 diff)
-
detrend.norm.pro (modified) (6 diffs)
-
detrend.process.pro (modified) (4 diffs)
-
detrend.reject.pro (modified) (2 diffs)
-
detrend.resid.pro (modified) (4 diffs)
-
detrend.stack.pro (modified) (2 diffs)
-
pantasks.pro (modified) (4 diffs)
-
register.pro (modified) (3 diffs)
-
summit.copy.pro (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/chip.pro
r16195 r16208 150 150 stdout $logfile 151 151 stderr $logfile 152 dirname $logfile -var outpath 153 mkdir $outpath 152 154 153 155 $run = chip_imfile.pl --exp_id $EXP_ID --chip_id $CHIP_ID --class_id $CLASS_ID --exp_tag $EXP_TAG --uri $URI --camera $CAMERA --outroot $outroot -
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 -
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 -
trunk/ippTasks/detrend.reject.pro
r16195 r16208 126 126 127 127 # specify choice of local or remote host based on camera and chip (class_id) 128 set.host.for.camera $ cameraFPA128 set.host.for.camera $CAMERA FPA 129 129 130 130 # set workdir (interpolate host; see camera.pro for examples) … … 140 140 stdout $logfile 141 141 stderr $logfile 142 dirname $logfile -var outpath 143 mkdir $outpath 142 144 143 145 $run = detrend_reject_exp.pl --det_id $DET_ID --iteration $ITERATION --det_type $DET_TYPE --camera $CAMERA --outroot $outroot -
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 -
trunk/ippTasks/detrend.stack.pro
r16195 r16208 128 128 129 129 # specify choice of local or remote host based on camera and chip (class_id) 130 set.host.for.camera $ camera $class_id130 set.host.for.camera $CAMERA $CLASS_ID 131 131 132 132 # set workdir (interpolate host; see camera.pro for examples) … … 145 145 stdout $logfile 146 146 stderr $logfile 147 dirname $logfile -var outpath 148 mkdir $outpath 147 149 148 150 $run = detrend_stack.pl --det_id $DET_ID --iteration $ITERATION --class_id $CLASS_ID --det_type $DET_TYPE --camera $CAMERA --outroot $outroot -
trunk/ippTasks/pantasks.pro
r16195 r16208 23 23 # is only used if DB:n is 0 24 24 $DB:n = 0 25 26 if ($NEBULOUS) 27 $default_host = anyhost 28 $default_volume = none 29 # $default_host = ipp004 30 # $workdir_template = neb:///@HOST@-v0 31 # $default_volume = ipp004-v0 32 # $volume_template = 33 else 34 $default_host = anyhost 35 end 25 36 26 37 # user function to add databases by name (avoids duplicates) … … 359 370 360 371 if ("$host" == "NULL") 361 strsub $template @HOST@ $default -var $ $varname372 strsub $template @HOST@ $default -var $varname 362 373 else 363 strsub $template @HOST@ $host -var $ $varname374 strsub $template @HOST@ $host -var $varname 364 375 end 365 376 end … … 392 403 end 393 404 394 strsub $template @HOST@ $host -var $ $varname395 end 396 397 macro set.host. by.camera405 strsub $template @HOST@ $host -var $varname 406 end 407 408 macro set.host.for.camera 398 409 if ($0 != 3) 399 echo "USAGE: set.host. by.camera (camera) (class_id)"410 echo "USAGE: set.host.for.camera (camera) (class_id)" 400 411 break 401 412 end … … 407 418 408 419 # missing camera and/or chiphosts table results in host = NULL 409 book getword chiphosts $1 $2 -var $host420 book getword chiphosts $1 $2 -var host 410 421 411 422 if ("$host" == "NULL") -
trunk/ippTasks/register.pro
r16195 r16208 159 159 # neb:///ipp004-vol0/gpc1/20080130 160 160 161 ## generate output log based on filerule161 ## generate output logfile name and convert URI to a PATH 162 162 sprintf logfile "%s/%s/%s.%s.reg.log" $WORKDIR $EXP_TAG $EXP_TAG $TMP_CLASS_ID 163 163 $logfile = `ipp_datapath.pl $logfile` … … 165 165 stdout $logfile 166 166 stderr $logfile 167 dirname $logfile -var outpath 168 mkdir $outpath 169 170 # add mkdir back here? 171 # or make part of reigster_imfile.pl? 167 172 168 173 $run = register_imfile.pl --exp_id $EXP_ID --tmp_class_id $TMP_CLASS_ID --tmp_exp_name $TMP_EXP_NAME --uri $URI … … 281 286 stdout $logfile 282 287 stderr $logfile 288 dirname $logfile -var outpath 289 mkdir $outpath 283 290 284 291 $run = register_exp.pl --exp_id $EXP_ID --exp_tag $EXP_TAG -
trunk/ippTasks/summit.copy.pro
r16195 r16208 279 279 book getword pzPendingImfile $pageName camera -var $CAMERA 280 280 281 set.host. by.camera $CAMERA $CLASS_ID281 set.host.for.camera $CAMERA $CLASS_ID 282 282 host anyhost 283 283
Note:
See TracChangeset
for help on using the changeset viewer.
