IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 12, 2011, 10:40:30 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/ippTools/share/magicdstool_todestreak_diff.sql

    r29561 r32536  
    1515    diffRun.magicked,
    1616    diffSkyfile.skycell_id AS component,
     17    0 AS mismatched_tess,
    1718    CAST(NULL AS CHAR(255)) AS uri,
    1819    diffSkyfile.path_base,
     
    6364    diffRun.magicked,
    6465    diffSkyfile.skycell_id AS component,
     66    0 AS mismatched_tess,
    6567    CAST(NULL AS CHAR(255)) AS uri,
    6668    diffSkyfile.path_base,
Note: See TracChangeset for help on using the changeset viewer.