Changeset 34436
- Timestamp:
- Sep 12, 2012, 11:31:10 AM (14 years ago)
- Location:
- trunk/ippMonitor/def
- Files:
-
- 3 edited
-
simplePlotSkycalImage.d (modified) (2 diffs)
-
simplePlotStackImage.d (modified) (3 diffs)
-
simplePlotStaticskyImage.d (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippMonitor/def/simplePlotSkycalImage.d
r34434 r34436 1 TABLE s taticskyRun, staticskyInput, stackRun, skycell2 TITLE New sky plot - s taticsky3 FILE simplePlotS taticskyImage.php1 TABLE skycalRun, skycalResult, stackRun, skycell 2 TITLE New sky plot - skycal 3 FILE simplePlotSkycalImage.php 4 4 MENU ipp.plots.dat 5 5 6 6 WHERE skycalRun.state != 'new' 7 WHERE skycalRun.skycal_id = skycalResult.skycal_id 7 8 WHERE skycalRun.stack_id = stackRun.stack_id 8 9 WHERE stackRun.skycell_id = skycell.skycell_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 skycalRun.label, 10, %s, Label, restrict16 FIELD skycell.radeg, 8, %C, RA, restrict17 FIELD skycell.decdeg, 8, %C, DEC,restrict16 FIELD skycalRun.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 skycalResult.sigma_ra, 5, %.2f, sigma_ra, restrict 21 FIELD skycalResult.sigma_dec, 5, %.2f, sigma_dec, restrict 22 FIELD skycalResult.zpt_obs, 5, %.2f, zpt_obs, restrict 23 FIELD skycalResult.zpt_stdev, 5, %.2f, zpt_stdev, restrict 24 FIELD skycalResult.quality, 5, %d, quality, restrict 19 25 20 26 # What to plot -
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 -
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.
