Changeset 15992 for trunk/ippMonitor/def/stackInputSkyfile.d
- Timestamp:
- Jan 3, 2008, 1:08:21 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippMonitor/def/stackInputSkyfile.d (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippMonitor/def/stackInputSkyfile.d
r15970 r15992 1 TABLE stackInputSkyfile 1 TABLE stackInputSkyfile, warpInputExp, camProcessedExp, chipRun, rawExp 2 2 TITLE stackInputSkyfile 3 3 FILE stackInputSkyfile.php 4 4 MENU ipp.stack.dat 5 5 6 # field size format name show link to extras 7 FIELD stack_id, 5, %s, stack ID 8 FIELD warp_id, 5, %s, warp ID 6 WHERE stackInputSkyfile.warp_id = warpInputExp.warp_id 7 WHERE warpInputExp.cam_id = camProcessedExp.cam_id 8 WHERE camProcessedExp.chip_id = chipRun.chip_id 9 WHERE chipRun.exp_id = rawExp.exp_id 10 11 OP OP1 $rawExp.ra * 57.295783 12 OP OP2 $rawExp.decl * 57.295783 13 14 # field size format name show link to extras 15 FIELD chipRun.exp_id, 5, %s, Exp ID 16 FIELD rawExp.exp_name, 8, %s, Exp Name 17 FIELD chipRun.chip_id, 5, %s, Chip ID 18 FIELD camProcessedExp.cam_id, 5, %s, Cam ID 19 FIELD warpInputExp.warp_id, 5, %s, Warp ID 20 FIELD stackInputSkyfile.stack_id, 5, %s, stack ID 21 FIELD warpInputExp.magiced, 5, %s, magic? 22 FIELD rawExp.telescope, 10, %s, Telescope 23 FIELD rawExp.camera, 10, %s, Camera 24 FIELD rawExp.dateobs, 20, %s, Date/Time 25 FIELD rawExp.ra, 8, %10.6f, RA, op=OP1 26 FIELD rawExp.decl, 8, %10.6f, DEC, op=OP2 27 FIELD rawExp.object, 8, %s, Object 28 FIELD rawExp.filter, 8, %s, Filter 29 FIELD rawExp.exp_time, 5, %s, exptime 30 FIELD rawExp.airmass, 5, %s, airmass 31 FIELD rawExp.bg, 5, %s, bg 32 FIELD rawExp.bg_stdev, 5, %s, bg_stdev
Note:
See TracChangeset
for help on using the changeset viewer.
