Changeset 26812 for branches/eam_branches/20091201/ippTasks/magic.pro
- Timestamp:
- Feb 8, 2010, 2:47:14 PM (16 years ago)
- File:
-
- 1 edited
-
branches/eam_branches/20091201/ippTasks/magic.pro (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20091201/ippTasks/magic.pro
r25419 r26812 283 283 $WORKDIR = $WORKDIR_TEMPLATE 284 284 285 sprintf outroot "%s/%s/%s.mgc.%s.%s" $WORKDIR $EXP_ID $EXP_ID $MAGIC_ID $NODE 286 287 ## generate output log based on filerule (convert the URI to a PATH) 288 ## caution with neb:// names here: 289 # $logfile = `ipp_filename.pl --filerule LOG.EXP --camera $CAMERA --class_id $MAGIC_ID --basename $outroot` 290 $logfile = $outroot.log 285 sprintf baseroot "%s/%s/%s.mgc.%s" $WORKDIR $EXP_ID $EXP_ID $MAGIC_ID 286 287 $logfile = $baseroot.$NODE.log 291 288 if ("$logfile" == "") 292 289 echo "WARNING: logfile not defined in magic.process.run" … … 299 296 mkdir $outpath 300 297 301 $run = magic_process.pl --magic_id $MAGIC_ID --camera $CAMERA --node $NODE -- outroot $outroot --logfile $logfile298 $run = magic_process.pl --magic_id $MAGIC_ID --camera $CAMERA --node $NODE --baseroot $baseroot --logfile $logfile 302 299 add_standard_args run 303 300
Note:
See TracChangeset
for help on using the changeset viewer.
