Changeset 18970 for trunk/ippMonitor/def/camProcessedExp.d
- Timestamp:
- Aug 8, 2008, 9:01:19 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippMonitor/def/camProcessedExp.d (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippMonitor/def/camProcessedExp.d
r18313 r18970 9 9 WHERE chipRun.exp_id = rawExp.exp_id 10 10 WHERE camProcessedExp.cam_id = camRun.cam_id 11 WHERE camProcessedExp.fault = 0 11 12 12 13 # define image names to be used below … … 40 41 FIELD rawExp.exp_time, 5, %.2f, exp_time 41 42 FIELD rawExp.airmass, 5, %.4f, airmass 42 FIELD camRun.reduction, 5, %s, reduction43 43 FIELD camProcessedExp.bg, 5, %.2f, backgnd 44 44 FIELD camProcessedExp.bg_stdev, 5, %.2f, stdev 45 FIELD camProcessedExp.bg_mean_stdev, 5, %.2f, <backgnd>46 45 FIELD camProcessedExp.n_stars, 5, %d, Nstars 47 46 FIELD camProcessedExp.n_astrom, 5, %d, Nastrom 48 47 FIELD camProcessedExp.sigma_ra, 5, %f, sigma ra 49 48 FIELD camProcessedExp.fwhm_major, 5, %f, FHWM (major) 49 FIELD rawExp.comment, 65, %s, Comment 50 50 51 FIELD camProcessedExp.path_base, 5, %s, path_base, none 51 52 FIELD rawExp.exp_id, 5, %s, Exp ID, none 52 53 53 54 # the last two are used as arguments elsewhere, thus needed in the list, even if not displayed 55 # FIELD camRun.reduction, 5, %s, reduction 56 # FIELD camProcessedExp.bg_mean_stdev, 5, %.2f, <backgnd>
Note:
See TracChangeset
for help on using the changeset viewer.
