IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 10, 2010, 7:20:44 PM (16 years ago)
Author:
eugene
Message:

updates from eam_branches/20091201

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/magic.pro

    r26856 r26889  
    305305    $WORKDIR = $WORKDIR_TEMPLATE
    306306
    307     sprintf outroot "%s/%s/%s.mgc.%s.%s" $WORKDIR $EXP_ID $EXP_ID $MAGIC_ID $NODE
    308 
    309     ## generate output log based on filerule (convert the URI to a PATH)
    310     ## caution with neb:// names here:
    311     # $logfile = `ipp_filename.pl --filerule LOG.EXP --camera $CAMERA --class_id $MAGIC_ID --basename $outroot`
    312     $logfile = $outroot.log
     307    sprintf baseroot "%s/%s/%s.mgc.%s" $WORKDIR $EXP_ID $EXP_ID $MAGIC_ID
     308
     309    $logfile = $baseroot.$NODE.log
    313310    if ("$logfile" == "")
    314311      echo "WARNING: logfile not defined in magic.process.run"
     
    321318    mkdir $outpath
    322319
    323     $run = magic_process.pl --magic_id $MAGIC_ID --camera $CAMERA --node $NODE --outroot $outroot --logfile $logfile
     320    $run = magic_process.pl --magic_id $MAGIC_ID --camera $CAMERA --node $NODE --baseroot $baseroot --logfile $logfile
    324321    add_standard_args run
    325322
Note: See TracChangeset for help on using the changeset viewer.