IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 2, 2015, 10:32:32 AM (11 years ago)
Author:
bills
Message:

Changes to implement --run-state update for skycal

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/skycal.pro

    r34851 r38567  
    160160    book getword skycalRun $pageName camera -var CAMERA
    161161    book getword skycalRun $pageName filter -var FILTER
     162    book getword skycalRun $pageName state -var RUN_STATE
    162163    book getword skycalRun $pageName workdir -var WORKDIR_TEMPLATE
    163164    book getword skycalRun $pageName path_base -var PATH_BASE
     
    178179    stderr $LOGDIR/skycal.log
    179180
    180     $run = skycalibration.pl --skycal_id $SKYCAL_ID --outroot $outroot --redirect-output --camera $CAMERA --path_base $PATH_BASE --stack_id $STACK_ID --filter $FILTER
     181    $run = skycalibration.pl --skycal_id $SKYCAL_ID --outroot $outroot --redirect-output --camera $CAMERA --path_base $PATH_BASE --stack_id $STACK_ID --filter $FILTER --run-state $RUN_STATE
    181182    if ("$REDUCTION" != "NULL")
    182183      $run = $run --reduction $REDUCTION
Note: See TracChangeset for help on using the changeset viewer.