IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 16, 2010, 6:28:29 PM (16 years ago)
Author:
watersc1
Message:

IPP->OTIS image quality statistic publishing tool, with all the recent updates to make it work correctly and produce useful tables.

File:
1 edited

Legend:

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

    r26378 r27304  
    1 SELECT * from dqstatsRun
    2         WHERE state = 'new' AND (fault = 0)
     1SELECT DISTINCT dqstatsRun.*,rawExp.camera from dqstatsRun
     2       JOIN dqstatsContent USING(dqstats_id)
     3       JOIN rawExp USING(exp_id)
     4        WHERE dqstatsRun.state = 'new' AND (dqstatsRun.fault = 0)
Note: See TracChangeset for help on using the changeset viewer.