IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 38721


Ignore:
Timestamp:
Sep 10, 2015, 9:46:10 AM (11 years ago)
Author:
bills
Message:

only change relStack.state from processed to calibrated if the skycalResult.quality = 0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/src/releasetool.c

    r38294 r38721  
    11451145    } else {
    11461146        // normal path only update rows in state processed
    1147         psStringAppend(&query, "\nWHERE relStack.state = 'processed'\nAND ");;
     1147        psStringAppend(&query, "\nWHERE relStack.state = 'processed' and skycalResult.quality = 0\nAND ");;
    11481148    }
    11491149       
Note: See TracChangeset for help on using the changeset viewer.