Changeset 40882 for trunk/ippMonitor/def/simplePlotStackImage.d
- Timestamp:
- Sep 3, 2019, 4:04:13 PM (7 years ago)
- File:
-
- 1 edited
-
trunk/ippMonitor/def/simplePlotStackImage.d (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippMonitor/def/simplePlotStackImage.d
r34436 r40882 1 TABLE stackRun , stackSumSkyfile, skycell1 TABLE stackRun JOIN stackSumSkyfile USING (stack_id) JOIN skycell USING (skycell_id) 2 2 TITLE New sky plot - stack 3 3 FILE simplePlotStackImage.php … … 5 5 6 6 WHERE stackRun.state != 'new' 7 WHERE stackRun.stack_id = stackSumSkyfile.stack_id8 WHERE stackRun.skycell_id = skycell.skycell_id9 7 WHERE stackRun.tess_id = skycell.tess_id 10 8
Note:
See TracChangeset
for help on using the changeset viewer.
