Changeset 34436 for trunk/ippMonitor/def/simplePlotStaticskyImage.d
- Timestamp:
- Sep 12, 2012, 11:31:10 AM (14 years ago)
- File:
-
- 1 edited
-
trunk/ippMonitor/def/simplePlotStaticskyImage.d (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippMonitor/def/simplePlotStaticskyImage.d
r34434 r34436 1 TABLE staticskyRun, staticsky Input, stackRun, skycell1 TABLE staticskyRun, staticskyResult, staticskyInput, stackRun, skycell 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 = staticskyResult.sky_id 7 8 WHERE staticskyRun.sky_id = staticskyInput.sky_id 8 9 WHERE staticskyInput.stack_id = stackRun.stack_id … … 13 14 FIELD staticskyRun.sky_id, 5, %d, Staticsky ID, restrict 14 15 FIELD stackRun.stack_id, 5, %d, Stack ID, restrict 15 FIELD staticskyRun.label, 10, %s, Label, restrict16 FIELD skycell.radeg, 8, %C, RA, restrict17 FIELD skycell.decdeg, 8, %C, DEC,restrict16 FIELD staticskyRun.label, 10, %s, Label, restrict 17 FIELD skycell.radeg, 10, %.6f, RA (deg), restrict 18 FIELD skycell.decdeg, 10, %.6f, DEC (deg), restrict 18 19 FIELD stackRun.filter, 10, %s, FILTER, restrict 20 FIELD staticskyResult.num_inputs, 5, %d, num_inputs, restrict 21 FIELD staticskyResult.quality, 5, %d, quality, restrict 19 22 20 23 # What to plot
Note:
See TracChangeset
for help on using the changeset viewer.
