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_warp.sql

    r29561 r32536  
    1414    warpRun.magicked,
    1515    warpSkyfile.skycell_id as component,
     16    diffRun.tess_id != warpRun.tess_id AS mismatched_tess,
     17    diffRun.tess_id as diff_tess_id,
    1618    warpSkyfile.uri,
    1719    warpSkyfile.path_base,
     
    2729JOIN magicMask USING (magic_id)
    2830JOIN magicRun USING (magic_id)
     31JOIN diffRun USING(diff_id)
    2932JOIN warpRun ON warp_id = stage_id
    3033JOIN warpSkyfile USING(warp_id)
Note: See TracChangeset for help on using the changeset viewer.