- Timestamp:
- Sep 25, 2012, 10:05:21 AM (14 years ago)
- Location:
- branches/eam_branches/ipp-20120905/ippMonitor
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
def/simplePlotCamImage.d (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20120905/ippMonitor
- Property svn:mergeinfo changed
/trunk/ippMonitor merged: 34429,34431-34432,34434,34436
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20120905/ippMonitor/def/simplePlotCamImage.d
r34189 r34466 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.
