Changeset 34431 for trunk/ippMonitor/def/simplePlotCamImage.d
- Timestamp:
- Sep 11, 2012, 3:47:07 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/ippMonitor/def/simplePlotCamImage.d (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippMonitor/def/simplePlotCamImage.d
r34189 r34431 1 TABLE cam Run, chipRun, rawExp1 TABLE camProcessedExp, camRun, chipRun, rawExp 2 2 TITLE New sky plot - cam 3 3 FILE simplePlotCamImage.php … … 7 7 WHERE chipRun.exp_id = rawExp.exp_id 8 8 WHERE camRun.chip_id = chipRun.chip_id 9 WHERE camProcessedExp.cam_id = camRun.cam_id 9 10 10 11 # field size format name show link to extras … … 24 25 FIELD rawExp.bg, 5, %.2f, backgnd, restrict 25 26 FIELD rawExp.bg_stdev, 5, %.2f, stdev, restrict 27 FIELD camProcessedExp.fwhm_major, 5, %.2f, FWHM_major, restrict 26 28 27 29 # What to plot
Note:
See TracChangeset
for help on using the changeset viewer.
