Changeset 19183 for trunk/ippMonitor/def/stackInputSkyfile.d
- Timestamp:
- Aug 24, 2008, 3:14:18 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippMonitor/def/stackInputSkyfile.d (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippMonitor/def/stackInputSkyfile.d
r19131 r19183 1 TABLE stackInputSkyfile, stackRun, warpRun, fakeRun, camRun, chipRun, rawExp1 TABLE stackInputSkyfile, stackRun, warpRun, warpSkyfile, fakeRun, camRun, chipRun, rawExp 2 2 TITLE Stack Input Exposures 3 3 FILE stackInputSkyfile.php … … 7 7 WHERE stackInputSkyfile.warp_id = warpRun.warp_id 8 8 WHERE warpRun.fake_id = fakeRun.fake_id 9 WHERE warpSkyfile.warp_id = warpRun.warp_id 10 WHERE warpSkyfile.skycell_id = stackRun.skycell_id 9 11 WHERE fakeRun.cam_id = camRun.cam_id 10 12 WHERE camRun.chip_id = chipRun.chip_id … … 39 41 FIELD rawExp.exp_time, 5, %.2f, exp_time 40 42 FIELD rawExp.airmass, 5, %.4f, airmass 43 FIELD warpSkyfile.good_frac, 7, %.4f, warp good f 41 44 FIELD rawExp.bg, 5, %.2f, backgnd 42 45 FIELD rawExp.bg_stdev, 5, %.2f, stdev
Note:
See TracChangeset
for help on using the changeset viewer.
