IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 26889


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

updates from eam_branches/20091201

Location:
trunk/ippTasks
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/diff.pro

    r26567 r26889  
    157157    book getword diffSkyfile $pageName state -var RUN_STATE
    158158    book getword diffSkyfile $pageName dbname -var DBNAME
     159    book getword diffSkyfile $pageName reduction -var REDUCTION
    159160
    160161    # set the host and workdir based on the skycell hash
     
    175176    if ("$BOTHWAYS" == "T")
    176177       $run = $run --inverse
     178    end
     179    if ("$REDUCTION" != "NULL")
     180      $run = $run --reduction $REDUCTION
    177181    end
    178182    add_standard_args run
  • trunk/ippTasks/flatcorr.pro

    r25915 r26889  
    251251task           flatcorr.run
    252252  host         local
     253  npending     1
    253254
    254255  periods      -poll $LOADPOLL
    255256  periods      -exec $LOADEXEC
    256   periods      -timeout 60
     257  periods      -timeout 3600
    257258
    258259  # silently drop stdout
     
    282283    book getword flatcorrBook $pageName workdir     -var WORKDIR_TEMPLATE
    283284
    284     # specify choice of remote host
    285     # set a specific DVO host here
    286     if ($PARALLEL)
    287       host anyhost
    288     else
    289       host local
    290     end
    291 
    292285    # save the pageName for future reference below
    293286    options $pageName
  • 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.