Changeset 19523
- Timestamp:
- Sep 11, 2008, 3:28:08 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippMonitor/def/stackInputSkyfile.d (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippMonitor/def/stackInputSkyfile.d
r19183 r19523 1 TABLE stackInputSkyfile, stackRun, warpRun, warpSkyfile, fakeRun, camRun, c hipRun, rawExp1 TABLE stackInputSkyfile, stackRun, warpRun, warpSkyfile, fakeRun, camRun, camProcessedExp, chipRun, rawExp 2 2 TITLE Stack Input Exposures 3 3 FILE stackInputSkyfile.php … … 10 10 WHERE warpSkyfile.skycell_id = stackRun.skycell_id 11 11 WHERE fakeRun.cam_id = camRun.cam_id 12 WHERE camProcessedExp.cam_id = camRun.cam_id 12 13 WHERE camRun.chip_id = chipRun.chip_id 13 14 WHERE chipRun.exp_id = rawExp.exp_id … … 41 42 FIELD rawExp.exp_time, 5, %.2f, exp_time 42 43 FIELD rawExp.airmass, 5, %.4f, airmass 44 FIELD camProcessedExp.fwhm_major, 5, %.4f, FWHM 43 45 FIELD warpSkyfile.good_frac, 7, %.4f, warp good f 44 46 FIELD rawExp.bg, 5, %.2f, backgnd
Note:
See TracChangeset
for help on using the changeset viewer.
