Changeset 16035
- Timestamp:
- Jan 7, 2008, 4:55:52 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippMonitor/def/warpSkycellMap.d (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippMonitor/def/warpSkycellMap.d
r15970 r16035 9 9 WHERE chipRun.exp_id = rawExp.exp_id 10 10 11 OP OP1 $rawExp.ra * 57.295783 12 OP OP2 $rawExp.decl * 57.295783 13 11 14 # field size format name show link to extras 12 FIELD rawExp.exp_tag, 5, %s, Exp Tag13 15 FIELD chipRun.exp_id, 5, %s, Exp ID 16 FIELD rawExp.exp_name, 5, %s, Exp Name 14 17 FIELD chipRun.chip_id, 5, %s, Chip ID 15 18 FIELD camProcessedExp.cam_id, 5, %s, Cam ID … … 19 22 FIELD warpSkyCellMap.tess_id, 5, %s, Tessellation ID 20 23 FIELD warpSkyCellMap.class_id, 5, %s, Class ID 24 FIELD rawExp.telescope, 10, %s, Telescope 25 FIELD rawExp.camera, 10, %s, Camera 26 FIELD rawExp.dateobs, 20, %s, Date/Time 27 FIELD rawExp.ra, 8, %10.6f, RA, op=OP1 28 FIELD rawExp.decl, 8, %10.6f, DEC, op=OP2 29 FIELD rawExp.object, 8, %s, Object 30 FIELD rawExp.filter, 8, %s, Filter 31 FIELD rawExp.exp_time, 5, %s, exptime 32 FIELD rawExp.airmass, 5, %s, airmass 33 FIELD rawExp.bg, 5, %s, bg 34 FIELD rawExp.bg_stdev, 5, %s, bg_stdev
Note:
See TracChangeset
for help on using the changeset viewer.
