IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 13, 2008, 10:17:34 AM (17 years ago)
Author:
bills
Message:

Rework the diff stage to process the skycells from an exposure in a single
diffRun

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/share/magictool_inputs.sql

    r20695 r20973  
    1010    diffSkyfile.path_base,
    1111    diffSkyfile.fault
    12 FROM magicInputSkyfile
     12FROM magicRun
     13JOIN magicInputSkyfile
     14USING(magic_id)
    1315JOIN diffSkyfile
    14     USING(diff_id)
    15 JOIN magicRun
    16     USING(magic_id)
     16    ON magicInputSkyfile.diff_id = diffSkyfile.diff_id
     17    AND magicInputSkyfile.node = diffSkyfile.skycell_id
    1718UNION
    1819-- Merged skycells
     
    2122    magicRun.state,
    2223    magicTree.node,
    23     0,
     24    0,   -- no diff_id
    2425    magicNodeResult.uri,
    2526    NULL, -- magicNodeResult doesn't have a path_base
Note: See TracChangeset for help on using the changeset viewer.