IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 14257


Ignore:
Timestamp:
Jul 16, 2007, 5:43:54 PM (19 years ago)
Author:
jhoblitt
Message:

fix NULL stack/warp_ids

File:
1 edited

Legend:

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

    r14255 r14257  
    44        diffRun.skycell_id,
    55        diffRun.tess_id,
    6         NULL as stack_id,
     6        0 as stack_id,
    77        warpSkyfile.warp_id,
    88        warpSkyfile.uri,
     
    3535        diffRun.tess_id,
    3636        stackSumSkyfile.stack_id,
    37         NULL as warp_id,
     37        0 as warp_id,
    3838        stackSumSkyfile.uri,
    3939        stackSumSkyfile.path_base,
Note: See TracChangeset for help on using the changeset viewer.