Changeset 15773 for trunk/ippScripts/scripts/register_imfile.pl
- Timestamp:
- Dec 7, 2007, 5:17:29 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/register_imfile.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/register_imfile.pl
r15740 r15773 69 69 { name => "FPA.OBSTYPE", type => "constant", flag => "-exp_type", dtype => "string" }, # Exposure type 70 70 { name => "FPA.FILTER", type => "constant", flag => "-filter", dtype => "string" }, # Filter used 71 { name => "FPA.COMMENT", type => "constant", flag => "-comment", dtype => "string" }, # Obs Comment 71 72 { name => "FPA.AIRMASS", type => "constant", flag => "-airmass", dtype => "float" }, # Airmass 72 73 { name => "FPA.RA", type => "constant", flag => "-ra", dtype => "float" }, # Right ascension … … 78 79 { name => "FPA.TELESCOPE", type => "constant", flag => "-telescope", dtype => "string" }, # Telescope 79 80 { name => "FPA.INSTRUMENT", type => "constant", flag => "-inst", dtype => "string" }, # Instrument 80 { name => "FPA.M1X", type => "constant", flag => "- M1_x", dtype => "float" }, # M1X81 { name => "FPA.M1Y", type => "constant", flag => "- M1_y", dtype => "float" }, # M1Y82 { name => "FPA.M1Z", type => "constant", flag => "- M1_z", dtype => "float" }, # M1Z83 { name => "FPA.M1TIP", type => "constant", flag => "- M1_tip", dtype => "float" }, # M1TIP84 { name => "FPA.M1TILT", type => "constant", flag => "- M1_tilt", dtype => "float" }, # M1TILT85 { name => "FPA.M2X", type => "constant", flag => "- M2_x", dtype => "float" }, # M2X86 { name => "FPA.M2Y", type => "constant", flag => "- M2_y", dtype => "float" }, # M2Y87 { name => "FPA.M2Z", type => "constant", flag => "- M2_z", dtype => "float" }, # M2Z88 { name => "FPA.M2TIP", type => "constant", flag => "- M2_tip", dtype => "float" }, # M2TIP89 { name => "FPA.M2TILT", type => "constant", flag => "- M2_tilt", dtype => "float" }, # M2TILT81 { name => "FPA.M1X", type => "constant", flag => "-m1_x", dtype => "float" }, # M1X 82 { name => "FPA.M1Y", type => "constant", flag => "-m1_y", dtype => "float" }, # M1Y 83 { name => "FPA.M1Z", type => "constant", flag => "-m1_z", dtype => "float" }, # M1Z 84 { name => "FPA.M1TIP", type => "constant", flag => "-m1_tip", dtype => "float" }, # M1TIP 85 { name => "FPA.M1TILT", type => "constant", flag => "-m1_tilt", dtype => "float" }, # M1TILT 86 { name => "FPA.M2X", type => "constant", flag => "-m2_x", dtype => "float" }, # M2X 87 { name => "FPA.M2Y", type => "constant", flag => "-m2_y", dtype => "float" }, # M2Y 88 { name => "FPA.M2Z", type => "constant", flag => "-m2_z", dtype => "float" }, # M2Z 89 { name => "FPA.M2TIP", type => "constant", flag => "-m2_tip", dtype => "float" }, # M2TIP 90 { name => "FPA.M2TILT", type => "constant", flag => "-m2_tilt", dtype => "float" }, # M2TILT 90 91 { name => "FPA.ENV.TEMP", type => "constant", flag => "-env_temperature", dtype => "float" }, # external temp 91 92 { name => "FPA.ENV.HUMID", type => "constant", flag => "-env_humidity", dtype => "float" }, # external humidity 92 93 { name => "FPA.ENV.WIND", type => "constant", flag => "-env_wind_speed", dtype => "float" }, # external wind speed 93 94 { name => "FPA.ENV.DIR", type => "constant", flag => "-env_wind_dir", dtype => "float" }, # external wind direction 95 96 { name => "FPA.TELTEMP.M1", type => "constant", flag => "-teltemp_m1", dtype => "float" }, # Primary mirror temps (C) 97 { name => "FPA.TELTEMP.M1CELL", type => "constant", flag => "-teltemp_m1cell", dtype => "float" }, # Primary mirror support temps (C) 98 { name => "FPA.TELTEMP.M2", type => "constant", flag => "-teltemp_m2", dtype => "float" }, # Secondary mirror temps (C 99 { name => "FPA.TELTEMP.SPIDER", type => "constant", flag => "-teltemp_spider", dtype => "float" }, # Spider temperatures (C) 100 { name => "FPA.TELTEMP.TRUSS", type => "constant", flag => "-teltemp_truss", dtype => "float" }, # Mid truss temperatures (C 101 { name => "FPA.TELTEMP.EXTRA", type => "constant", flag => "-teltemp_extra", dtype => "float" }, # Miscellaneous temperatures (C) 102 94 103 { name => "FPA.PON.TIME", type => "constant", flag => "-pon_time", dtype => "float" }, # time since last power on 95 104 { name => "CHIP.TEMP", type => "mean", flag => "-ccd_temp", dtype => "float" }, # CCD temperature
Note:
See TracChangeset
for help on using the changeset viewer.
