- Timestamp:
- Oct 27, 2019, 9:47:12 PM (7 years ago)
- Location:
- branches/ccl_branches/ipp-20190806/ippMonitor
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
def/simplePlotStaticskyImage.d (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/ccl_branches/ipp-20190806/ippMonitor
- Property svn:mergeinfo changed
/trunk/ippMonitor (added) merged: 40862,40877-40879,40882-40883,40936
- Property svn:mergeinfo changed
-
branches/ccl_branches/ipp-20190806/ippMonitor/def/simplePlotStaticskyImage.d
r39805 r40974 1 TABLE staticskyRun , staticskyResult, staticskyInput, stackRun, skycell1 TABLE staticskyRun JOIN staticskyResult USING (sky_id) 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 = 'full' 7 WHERE staticskyRun.sky_id = staticskyResult.sky_id8 WHERE staticskyRun.sky_id = staticskyInput.sky_id9 WHERE staticskyInput.stack_id = stackRun.stack_id10 WHERE stackRun.skycell_id = skycell.skycell_id11 7 WHERE stackRun.tess_id = skycell.tess_id 12 8
Note:
See TracChangeset
for help on using the changeset viewer.
