IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 29, 2010, 3:55:49 PM (16 years ago)
Author:
eugene
Message:

update merges from trunk

Location:
branches/eam_branches/20100225
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/20100225

  • branches/eam_branches/20100225/ippTasks/destreak.pro

    r27081 r27517  
    127127
    128128  task.exec
    129     $run = magicdstool -todestreak -limit 25 -stage $DS_STAGE:$magicDSStage
     129    $run = magicdstool -todestreak -stage $DS_STAGE:$magicDSStage
    130130    $magicDSStage ++
    131131    if ($magicDSStage >= $DS_STAGE:n) set magicDSStage = 0
     
    144144      end
    145145    end
    146     # add_poll_args run
     146    add_poll_args run
    147147    add_poll_labels run
    148148    command $run
     
    208208    book getword magicToDS $pageName path_base -var PATH_BASE
    209209    book getword magicToDS $pageName cam_path_base -var CAM_PATH_BASE
     210    book getword magicToDS $pageName cam_reduction -var CAM_REDUCTION
    210211    book getword magicToDS $pageName outroot -var OUTROOT
    211212    book getword magicToDS $pageName recoveryroot -var RECROOT
     
    225226    # TODO: do not add recoveryroot or replace if they are null or zero
    226227
    227     $run = magic_destreak.pl --magic_ds_id $MAGIC_DS_ID --camera $CAMERA --exp_id $EXP_ID --streaks $STREAKS --inv_streaks $INV_STREAKS --stage $STAGE --stage_id $STAGE_ID --component $COMPONENT --uri $URI --path_base $PATH_BASE --cam_path_base $CAM_PATH_BASE --outroot $OUTROOT --logfile $logfile --recoveryroot $RECROOT --replace $REPLACE
     228    $run = magic_destreak.pl --magic_ds_id $MAGIC_DS_ID --camera $CAMERA --exp_id $EXP_ID --streaks $STREAKS --inv_streaks $INV_STREAKS --stage $STAGE --stage_id $STAGE_ID --component $COMPONENT --uri $URI --path_base $PATH_BASE --cam_path_base $CAM_PATH_BASE --cam_reduction $CAM_REDUCTION --outroot $OUTROOT --logfile $logfile --recoveryroot $RECROOT --replace $REPLACE
    228229
    229230    add_standard_args run
     
    401402    book getword magicDSToRevert $pageName path_base -var PATH_BASE
    402403    book getword magicDSToRevert $pageName cam_path_base -var CAM_PATH_BASE
     404    book getword magicDSToRevert $pageName cam_reduction -var CAM_REDUCTION
    403405    book getword magicDSToRevert $pageName outroot -var OUTROOT
    404406    book getword magciDSToRevert $pageName bytes -var BYTES
     
    419421    end
    420422
    421     $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
     423    $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 --cam_reduction $CAM_REDUCTION --outroot $OUTROOT --logfile $logfile --replace $REPLACE --bothways $BOTHWAYS
    422424
    423425    add_standard_args run
     
    471473
    472474  task.exec
    473     $run = magicdstool -limit 25 -completedrevert
     475    $run = magicdstool -completedrevert
    474476    if ($DB:n == 0)
    475477      option DEFAULT
     
    483485      if ($magicDSCompletedRevert_DB >= $DB:n) set magicDSCompletedRevert_DB = 0
    484486    end
    485     # add_poll_args run
     487    add_poll_args run
    486488    add_poll_labels run
    487489    command $run
Note: See TracChangeset for help on using the changeset viewer.