IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 21, 2011, 4:14:08 PM (15 years ago)
Author:
watersc1
Message:

Fix missing exposure problem when astrometry fails.

File:
1 edited

Legend:

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

    r31800 r31917  
    9292  }
    9393  else {
    94     psStringAppend(&query, " AND (warp_id IS NOT NULL AND invalid IS NULL) ");
     94    psStringAppend(&query, " AND ((warp_id IS NOT NULL OR camProcessedExp.quality > 0) AND invalid IS NULL) ");
    9595  }
    9696
Note: See TracChangeset for help on using the changeset viewer.