IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 23437


Ignore:
Timestamp:
Mar 19, 2009, 2:27:47 PM (17 years ago)
Author:
bills
Message:

output magicked status of inputs

File:
1 edited

Legend:

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

    r20976 r23437  
    99        warpSkyfile.uri,
    1010        warpSkyfile.path_base,
     11        warpSkyfile.magicked as magicked,
    1112        0 as template,
    1213        rawExp.camera
     
    4748        warpSkyfile.uri,
    4849        warpSkyfile.path_base,
     50        warpSkyfile.magicked as magicked,
    4951        1 as template,
    5052        rawExp.camera
     
    8587        stackSumSkyfile.uri,
    8688        stackSumSkyfile.path_base,
     89        0 as magicked,
    8790        0 as template,
    8891        rawExp.camera
     
    117120        stackSumSkyfile.uri,
    118121        stackSumSkyfile.path_base,
     122        0 as magicked,
    119123        1 as template,
    120124        rawExp.camera
Note: See TracChangeset for help on using the changeset viewer.