Changeset 40882 for trunk/ippMonitor/def/newsimplePlotStaticskyImage.d
- Timestamp:
- Sep 3, 2019, 4:04:13 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippMonitor/def/newsimplePlotStaticskyImage.d
r35742 r40882 1 TABLE staticskyRun , staticskyInput, stackRun, skycell1 TABLE staticskyRun JOIN staticskyInput USING (sky_id) JOIN stackRun USING (stack_id) JOIN skycell using (skycell_id) 2 2 TITLE New sky plot - staticsky 3 3 FILE simplePlotStaticskyImage.php … … 5 5 6 6 WHERE staticskyRun.state != 'new' 7 WHERE staticskyRun.sky_id = staticskyInput.sky_id8 WHERE staticskyInput.stack_id = stackRun.stack_id9 WHERE stackRun.skycell_id = skycell.skycell_id10 7 WHERE stackRun.tess_id = skycell.tess_id 11 8
Note:
See TracChangeset
for help on using the changeset viewer.
