IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 27301 for trunk/ippTasks


Ignore:
Timestamp:
Mar 16, 2010, 12:39:45 PM (16 years ago)
Author:
Paul Price
Message:

Make destreaking care about whether we used dynamic masking (so that we need to care about the camera mask or only use the chip mask). This we get from the (current) recipe, which is not ideal, but better than simply looking whether the file exists (it may not be available over NFS or Nebulous). Though I have discussed these fixes with Bill, I have not yet tested the code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/destreak.pro

    r27081 r27301  
    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
Note: See TracChangeset for help on using the changeset viewer.