IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 23, 2010, 11:19:20 AM (16 years ago)
Author:
bills
Message:

Fix very slow query for -towarped. Re-enable update processing;
Add -setskyfiletoupdate mode to queue updates for a single skycell.
Add -listrun.
Various other changes to support the postage stamp server.

File:
1 edited

Legend:

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

    r19092 r27737  
    33    chipProcessedImfile.uri,
    44    chipProcessedImfile.path_base as chip_path_base,
    5     camProcessedExp.path_base as cam_path_base
     5    camProcessedExp.path_base as cam_path_base,
     6    chipProcessedImfile.chip_id,
     7    chipRun.state,
     8    chipProcessedImfile.data_state,
     9    chipProcessedImfile.magicked,
     10    rawImfile.magicked AS raw_magicked
    611FROM warpRun
    712JOIN warpSkyCellMap
     
    1823    ON chipRun.chip_id = chipProcessedImfile.chip_id
    1924    AND warpSkyCellMap.class_id = chipProcessedImfile.class_id
     25JOIN rawImfile
     26    ON chipRun.exp_id = rawImfile.exp_id
     27    AND chipProcessedImfile.class_id = rawImfile.class_id
    2028WHERE
    21 --    warpRun.state = 'new'
    22     fakeRun.state = 'full'
    23     AND camRun.state = 'full'
    24     AND chipRun.state = 'full'
     29    1
Note: See TracChangeset for help on using the changeset viewer.