IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 27015 for trunk/ippTasks


Ignore:
Timestamp:
Feb 19, 2010, 2:29:48 PM (16 years ago)
Author:
bills
Message:

output the bothways status of a run from magicdstool -torevert and
pass the value to magic_destreak_revert.pl

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/destreak.pro

    r27005 r27015  
    411411#    book getword magicDSToRevert $pageName recoveryroot -var RECROOT
    412412    book getword magicDSToRevert $pageName re_place -var REPLACE
     413    book getword magicDSToRevert $pageName bothways -var BOTHWAYS
    413414    book getword magicDSToRevert $pageName dbname -var DBNAME
    414415
     
    423424    end
    424425
    425     $run = magic_destreak_revert.pl --magic_ds_id $MAGIC_DS_ID --camera $CAMERA --stage $STAGE --stage_id $STAGE_ID --component $COMPONENT --path_base $PATH_BASE --cam_path_base $CAM_PATH_BASE --outroot $OUTROOT --logfile $logfile --replace $REPLACE
     426    $run = magic_destreak_revert.pl --magic_ds_id $MAGIC_DS_ID --camera $CAMERA --stage $STAGE --stage_id $STAGE_ID --component $COMPONENT --path_base $PATH_BASE --cam_path_base $CAM_PATH_BASE --outroot $OUTROOT --logfile $logfile --replace $REPLACE --bothways $BOTHWAYS
    426427
    427428    add_standard_args run
Note: See TracChangeset for help on using the changeset viewer.