IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 23418 for trunk/ippTools/share


Ignore:
Timestamp:
Mar 18, 2009, 5:46:54 PM (17 years ago)
Author:
eugene
Message:

add pxwarpGet/SetSearchArgv

Location:
trunk/ippTools/share
Files:
4 edited

Legend:

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

    r23229 r23418  
    88    warp_id = %lld
    99    AND skycell_id = '%s'
    10     -- only update if chipRun.state has the expected value
    11 --    AND (
    12 --        SELECT state from warpRun where warpRun.warp_id = warpSkyfile.warp_id
    13 --    ) = '%s'
  • trunk/ippTools/share/warptool_definebyquery.sql

    r20041 r23418  
    99        rawExp.dateobs,
    1010        rawExp.exp_tag,
     11        rawExp.exp_name,
    1112        rawExp.exp_type,
    1213        rawExp.filelevel,
  • trunk/ippTools/share/warptool_pendingcleanuprun.sql

    r19521 r23418  
    1313USING (exp_id)
    1414WHERE
    15     (warpRun.state = 'goto_cleaned' OR warpRun.state = 'goto_purged')
     15    (warpRun.state = 'goto_cleaned' OR warpRun.state = 'goto_scrubbed' OR warpRun.state = 'goto_purged')
  • trunk/ippTools/share/warptool_pendingcleanupskyfile.sql

    r19521 r23418  
    1010    USING(warp_id)
    1111WHERE
    12     (warpRun.state = 'goto_cleaned' AND warpSkyfile.data_state = 'full')
     12   ((warpRun.state = 'goto_cleaned' AND warpSkyfile.data_state = 'full')
    1313    OR
    14     (warpRun.state = 'goto_purged' AND warpSkyfile.data_state != 'purged')
     14    (warpRun.state = 'goto_scrubbed' AND warpSkyfile.data_state = 'full')
     15    OR
     16    (warpRun.state = 'goto_purged'   AND warpSkyfile.data_state != 'purged'))
Note: See TracChangeset for help on using the changeset viewer.