IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 3, 2019, 4:04:13 PM (7 years ago)
Author:
tdeboer
Message:

updated ippMonitor queries

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippMonitor/def/simplePlotStackImage.d

    r34436 r40882  
    1 TABLE stackRun, stackSumSkyfile, skycell
     1TABLE stackRun JOIN stackSumSkyfile USING (stack_id) JOIN skycell USING (skycell_id)
    22TITLE New sky plot - stack
    33FILE  simplePlotStackImage.php
     
    55
    66WHERE stackRun.state != 'new'
    7 WHERE stackRun.stack_id = stackSumSkyfile.stack_id
    8 WHERE stackRun.skycell_id = skycell.skycell_id
    97WHERE stackRun.tess_id = skycell.tess_id
    108
Note: See TracChangeset for help on using the changeset viewer.