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/newsimplePlotStaticskyImage.d

    r35742 r40882  
    1 TABLE staticskyRun, staticskyInput, stackRun, skycell
     1TABLE staticskyRun JOIN staticskyInput USING (sky_id) JOIN stackRun USING (stack_id) JOIN skycell using (skycell_id)
    22TITLE New sky plot - staticsky
    33FILE  simplePlotStaticskyImage.php
     
    55
    66WHERE staticskyRun.state != 'new'
    7 WHERE staticskyRun.sky_id = staticskyInput.sky_id
    8 WHERE staticskyInput.stack_id = stackRun.stack_id
    9 WHERE stackRun.skycell_id = skycell.skycell_id
    107WHERE stackRun.tess_id = skycell.tess_id
    118
Note: See TracChangeset for help on using the changeset viewer.