IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 32537 for trunk/ippTasks


Ignore:
Timestamp:
Oct 12, 2011, 10:41:16 AM (15 years ago)
Author:
bills
Message:

For warp destreaking check whether the tess_id for the diffs used in the
streak detection stage matches the tess_id of the warp. If not pass the diff_tess_id
to magic_destreak.pl and compute the overlap using dvoImageOverlaps

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/destreak.pro

    r30855 r32537  
    206206    book getword magicToDS $pageName magicked -var MAGICKED
    207207    book getword magicToDS $pageName dbname -var DBNAME
    208 
     208    book getword magicToDS $pageName diff_tess_id -var DIFF_TESS_ID
     209    book getword magicToDS $pageName mismatched_tess -var MISMATCHED_TESS
    209210
    210211    substr $COMPONENT 0 3 COMP_HEAD
     
    224225    $run = magic_destreak.pl --magic_ds_id $MAGIC_DS_ID --camera $CAMERA --exp_id $EXP_ID --streaks_path_base $STREAKS_PATH_BASE --inv_streaks_path_base $INV_STREAKS_PATH_BASE --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 $WORKDIR --logfile $logfile --recoveryroot $RECROOT --replace $REPLACE --magicked $MAGICKED --run-state $RUN_STATE
    225226
     227    if ($MISMATCHED_TESS)
     228        book getword magicToDS $pageName diff_tess_id -var DIFF_TESS_ID
     229        $run = $run --mismatched_tess --diff_tess_id $DIFF_TESS_ID
     230    end
    226231    add_standard_args run
    227232
Note: See TracChangeset for help on using the changeset viewer.