IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 3, 2009, 10:59:27 AM (17 years ago)
Author:
bills
Message:

add no_magic flag to the output

File:
1 edited

Legend:

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

    r23661 r23700  
    1313    NULL as state,
    1414    NULL as data_state,
     15    distRun.no_magic,
    1516    rawImfile.magicked
    1617FROM distRun
     
    5960    chipRun.state,
    6061    chipProcessedImfile.data_state,
     62    distRun.no_magic,
    6163    chipProcessedImfile.magicked
    6264FROM distRun
     
    8789    camRun.state,
    8890    NULL,
    89     0
     91    distRun.no_magic,
     92    chipProcessedImfile.magicked
    9093FROM distRun
    9194JOIN camRun ON camRun.cam_id = distRun.stage_id
     
    117120    fakeRun.state,
    118121    NULL,
     122    distRun.no_magic,
    119123    0
    120124FROM distRun
     
    146150    warpRun.state,
    147151    warpSkyfile.data_state,
     152    distRun.no_magic,
    148153    warpSkyfile.magicked
    149154FROM distRun
     
    179184    -- diffSkyfile.data_state,
    180185    'full' AS data_state,
     186    distRun.no_magic,
    181187    diffSkyfile.magicked
    182188FROM distRun
     
    209215    -- stackSumSkyfile.data_state,
    210216    'full' AS data_state,
     217    1 AS no_magic,
    211218    0 AS magicked
    212219FROM distRun
Note: See TracChangeset for help on using the changeset viewer.