Changeset 25245
- Timestamp:
- Sep 2, 2009, 9:57:06 AM (17 years ago)
- File:
-
- 1 edited
-
branches/pap_mops/ppMops/ICDlite.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/pap_mops/ppMops/ICDlite.txt
r25138 r25245 120 120 121 121 122 === Example === 122 123 123 124 Table 3: IPP-MOPS Transient Detection Keywords 125 FITS Keyword Precision Description 126 FPA ID char(20) IPP-assigned identifier that can be used to trace back to this FPA 127 MJD-OBS F64 midpoint time of the exposure as a MJD and day fraction 128 RA HH:MM:SS.SSS field center RA at exposure midpoint, string 129 DEC sDD:MM:SS (s is + or -) field center declination at exposure midpoint, string 130 EXPTIME F64 exposure time in seconds 131 ROTANGLE F64 image rotation of the y-axis in degrees, from local N toward E 132 FILTER char(3) effective filter used for the exposure, one of g, r, i, z, y, B, V, w 133 AIRMASS F64 airmass at exposure midpoint 134 LIMITMAG F64 limiting magnitude of detections for this FPA 135 DE1 through DE10 F64 detection efficiency coefficients 136 OBSCODE char(5) MPC three-character observatory code 137 TEL ALT F64 telescope altitude at exposure midpoint, in degrees 138 TEL AZ F64 telescope azimuth at exposure midpoint, in degrees 139 Table 4: IPP-MOPS Transient Detection Table Columns 140 Column Precision Description 141 RA DEG F64 detection center coordinates in degrees 142 RA SIG F64 error in the detection center, in degrees 143 DEC DEG F64 detection center coordinates in degrees 144 DEC SIG F64 error in the detection center, in degrees 145 FLUX F64 flux 146 FLUX SIG F64 error in the flux value 147 STARPSF F64 probability that the PSF matches a starlike PSF 148 ANG F64 detectionâs elongation angle in degrees, local N toward E 149 ANG SIG F64 error in the angle, in degrees 150 LEN F64 elongation length of the detection in degrees 151 LEN SIG F64 error in the length, in degrees 124 {{{ 125 XTENSION= 'BINTABLE' / binary table extension 126 BITPIX = 8 / 8-bit bytes 127 NAXIS = 2 / 2-dimensional binary table 128 NAXIS1 = 72 / width of table in bytes 129 NAXIS2 = 42032 / number of rows in table 130 PCOUNT = 0 / size of special data area 131 GCOUNT = 1 / one data group (required keyword) 132 TFIELDS = 13 / number of fields in each row 133 TTYPE1 = 'RA ' / label for field 1 134 TFORM1 = '1D ' / data format of field: 8-byte DOUBLE 135 TTYPE2 = 'RA_ERR ' / label for field 2 136 TFORM2 = '1D ' / data format of field: 8-byte DOUBLE 137 TTYPE3 = 'DEC ' / label for field 3 138 TFORM3 = '1D ' / data format of field: 8-byte DOUBLE 139 TTYPE4 = 'DEC_ERR ' / label for field 4 140 TFORM4 = '1D ' / data format of field: 8-byte DOUBLE 141 TTYPE5 = 'MAG ' / label for field 5 142 TFORM5 = '1E ' / data format of field: 4-byte REAL 143 TTYPE6 = 'MAG_ERR ' / label for field 6 144 TFORM6 = '1E ' / data format of field: 4-byte REAL 145 TTYPE7 = 'STARPSF ' / label for field 7 146 TFORM7 = '1E ' / data format of field: 4-byte REAL 147 TTYPE8 = 'ANGLE ' / label for field 8 148 TFORM8 = '1E ' / data format of field: 4-byte REAL 149 TTYPE9 = 'ANGLE_ERR' / label for field 9 150 TFORM9 = '1E ' / data format of field: 4-byte REAL 151 TTYPE10 = 'LENGTH ' / label for field 10 152 TFORM10 = '1E ' / data format of field: 4-byte REAL 153 TTYPE11 = 'LENGTH_ERR' / label for field 11 154 TFORM11 = '1E ' / data format of field: 4-byte REAL 155 TTYPE12 = 'FLAGS ' / label for field 12 156 TFORM12 = '1J ' / data format of field: 4-byte INTEGER 157 TZERO12 = 2147483648 / offset for unsigned integers 158 TSCAL12 = 1 / data are not scaled 159 TTYPE13 = 'DIFF_SKYFILE_ID' / label for field 13 160 TFORM13 = '1K ' / data format of field: 8-byte INTEGER 161 SWSOURCE= '60eb6cdc-a59c-4636-a4e0-dba66a9721fd' / Software source 162 SWVERSN = 'branches/pap_mops/ppMops@25227' / Software version 163 HISTORY ppMops at 2009-09-02T03:48:46.695783 164 HISTORY psLib version: branches/pap_mops/psLib@25227 165 HISTORY psLib source: 60eb6cdc-a59c-4636-a4e0-dba66a9721fd 166 HISTORY ppMops version: branches/pap_mops/ppMops@25227 167 HISTORY ppMops source: 60eb6cdc-a59c-4636-a4e0-dba66a9721fd 168 EXP_NAME= 'o4995g0129o' / Exposure name 169 EXP_ID = 77164 / Exposure identifier 170 CHIP_ID = 24019 / Chip stage identifier 171 CAM_ID = 17726 / Cam stage identifier 172 FAKE_ID = 10227 / Fake stage identifier 173 WARP_ID = 8842 / Warp stage identifier 174 DIFF_ID = 0 / Diff stage identifier 175 DIFF_POS= F / Positive subtraction? 176 MJD-OBS = 54995.4740598313 / MJD of exposure midpoint 177 RA = '18:25:01.988' / Right Ascension of boresight 178 DEC = '-17:20:40.069' / Declination of boresight 179 TEL_ALT = 51.951873 / Telescope altitude 180 TEL_AZ = 179.483883 / Telescope azimuth 181 EXPTIME = 38. / Exposure time (sec) 182 ROTANGLE= 333.1039 / Rotator position angle 183 FILTER = 'r.00000 ' / Filter name 184 AIRMASS = 1.269 / Airmass of exposure 185 OBSCODE = 'F51 ' / IAU Observatory code 186 SEEING = 1.678401 / Mean seeing 187 MAGZP = 28.65226 / Magnitude zero point 188 MAGZPERR= 0.353063 / Error in magnitude zero point 189 ASTRORMS= 0.3111496 / RMS of astrometric fit 190 EXTNAME = 'MOPS_TRANSIENT_DETECTIONS' 191 END 192 }}}
Note:
See TracChangeset
for help on using the changeset viewer.
