Changeset 34436 for trunk/ippMonitor/def/simplePlotStackImage.d
- Timestamp:
- Sep 12, 2012, 11:31:10 AM (14 years ago)
- File:
-
- 1 edited
-
trunk/ippMonitor/def/simplePlotStackImage.d (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippMonitor/def/simplePlotStackImage.d
r34432 r34436 1 TABLE stackRun, s kycell1 TABLE stackRun, stackSumSkyfile, skycell 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_id 7 8 WHERE stackRun.skycell_id = skycell.skycell_id 8 9 WHERE stackRun.tess_id = skycell.tess_id … … 11 12 FIELD stackRun.stack_id, 5, %d, Stack ID, restrict 12 13 FIELD stackRun.label, 10, %s, Label, restrict 13 FIELD skycell.radeg, 8, %C, RA, restrict14 FIELD skycell.decdeg, 8, %C, DEC,restrict14 FIELD skycell.radeg, 10, %.6f, RA (deg), restrict 15 FIELD skycell.decdeg, 10, %.6f, DEC (deg), restrict 15 16 FIELD stackRun.filter, 10, %s, FILTER, restrict 17 FIELD stackSumSkyfile.bg, 5, %.2f, BG, restrict 18 FIELD stackSumSkyfile.bg_stdev, 5, %.2f, BG STDEV, restrict 19 FIELD stackSumSkyfile.good_frac, 5, %.2f, good_frac, restrict 20 FIELD stackSumSkyfile.quality, 5, %d, quality, restrict 21 16 22 17 23 # What to plot
Note:
See TracChangeset
for help on using the changeset viewer.
