IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 24239 for trunk/ippTools


Ignore:
Timestamp:
May 23, 2009, 9:31:50 AM (17 years ago)
Author:
bills
Message:

In -revertwarped no longer set warpRun.state to 'new'
We now do not complete warpRuns if any skycells fault.

Location:
trunk/ippTools
Files:
2 edited

Legend:

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

    r23688 r24239  
    66    AND camRun.chip_id = chipRun.chip_id
    77    AND chipRun.exp_id = rawExp.exp_id
     8    AND warpRun.state = 'new'
    89    AND warpSkyfile.fault != 0
    910
  • trunk/ippTools/src/warptool.c

    r24186 r24239  
    12251225
    12261226
     1227#ifdef notdef
     1228    int numUpdated = 0;                     // Number updated
     1229    {
    12271230    // Update state to 'new'
    1228     int numUpdated;                     // Number updated
    1229     {
    12301231        // This query is no longer necessary because we do not set warpRun's to full statte
    12311232        // if they have faulted skyfiles.
     
    12731274    psLogMsg("warptool", PS_LOG_INFO, "Updated %d warp runs", numUpdated);
    12741275
     1276#endif // notdef
     1277
    12751278    // Delete product
    12761279    int numDeleted;                     // Number deleted
Note: See TracChangeset for help on using the changeset viewer.