-
Notifications
You must be signed in to change notification settings - Fork 1
/
header.txt
343 lines (342 loc) · 21.3 KB
/
header.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
SIMPLE = T / conforms to FITS standards
BITPIX = 8 / array data type
NAXIS = 0 / number of array dimensions
EXTEND = T / file contains extensions
NEXTEND = 2 / number of standard extensions
EXTNAME = 'PRIMARY ' / name of extension
EXTVER = 1 / extension version number (not format version)
ORIGIN = 'Unofficial data product' / institution responsible for creating this
DATE = '2017-03-08' / file creation date.
CREATOR = 'kadenza ' / pipeline job and program u
PROCVER = '2.1.dev ' / SW version
FILEVER = '0.0 ' / file format version
TIMVERSN= '' / OGIP memo number for file format
TELESCOP= 'Kepler ' / telescope
INSTRUME= 'Kepler Photometer' / detector type
OBJECT = 'EPIC 200164267' / string version of target id
KEPLERID= 200164267 / unique Kepler target identifier
CHANNEL = 68 / CCD channel
MODULE = 19 / CCD module
OUTPUT = 4 / CCD output
CAMPAIGN= '' / Observing campaign number
DATA_REL= '' / data release version number
OBSMODE = 'long cadence' / observing mode
MISSION = 'K2 ' / Mission name
TTABLEID= '' / target table id
RADESYS = 'ICRS ' / reference frame of celestial coordinates
RA_OBJ = '' / [deg] right ascension
DEC_OBJ = '' / [deg] declination
EQUINOX = 2000.0 / equinox of celestial coordinate system
PMRA = / [arcsec/yr] RA proper motion
PMDEC = / [arcsec/yr] Dec proper motion
PMTOTAL = / [arcsec/yr] total proper motion
PARALLAX= / [arcsec] parallax
GLON = / [deg] galactic longitude
GLAT = / [deg] galactic latitude
GMAG = / [mag] SDSS g band magnitude
RMAG = / [mag] SDSS r band magnitude
IMAG = / [mag] SDSS i band magnitude
ZMAG = / [mag] SDSS z band magnitude
JMAG = / [mag] J band magnitude from 2MASS
HMAG = / [mag] H band magnitude from 2MASS
KMAG = / [mag] K band magnitude from 2MASS
KEPMAG = / [mag] Kepler magnitude (Kp)
GRCOLOR = / [mag] (g-r) color, SDSS bands
JKCOLOR = / [mag] (J-K) color, 2MASS bands
GKCOLOR = / [mag] (g-K) color, SDSS g - 2MASS K
TEFF = / [K] Effective temperature
LOGG = / [cm/s2] log10 surface gravity
FEH = / [log10([Fe/H])] metallicity
EBMINUSV= / [mag] E(B-V) reddening
AV = / [mag] A_v extinction
RADIUS = / [solar radii] stellar radius
TMINDEX = / unique 2MASS catalog ID
CHECKSUM= '7k7A7h637h697h69' / HDU checksum updated 2017-03-08T02:47:56
DATASUM = '0 ' / data unit checksum updated 2017-03-08T02:47:56 END
XTENSION= 'BINTABLE' / binary table extension
BITPIX = 8 / array data type
NAXIS = 2 / number of array dimensions
NAXIS1 = 2932 / length of dimension 1
NAXIS2 = 3599 / length of dimension 2
PCOUNT = 0 / group parameter count (not used)
GCOUNT = 1 / group count (not used)
TFIELDS = 12 / number of table fields
TTYPE1 = 'TIME ' / column title: data time stamps
TFORM1 = 'D ' / column format: 64-bit floating point
TUNIT1 = 'BJD - 2454833' / column units: barycenter corrected JD
TTYPE2 = 'TIMECORR' / column title: barycenter - timeslice
correctionTFORM2 = 'E ' / column format: 32-bit floating point
TUNIT2 = 'D ' / column units: day
TTYPE3 = 'CADENCENO' / column title: unique cadence number
TFORM3 = 'J ' / column format: signed 32-bit integer
TTYPE4 = 'RAW_CNTS' / column title: raw pixel counts
TFORM4 = '121J ' / column format: image of signed 32-bit integers
TUNIT4 = 'count ' / column units: count
TDIM4 = '(11,11) ' / column dimensions: pixel aperture array
TTYPE5 = 'FLUX ' / column title: calibrated pixel flux
TFORM5 = '121E ' / column format: image of 32-bit floating point
TUNIT5 = 'e-/s ' / column units: electrons per second
TDIM5 = '(11,11) ' / column dimensions: pixel aperture array
TTYPE6 = 'FLUX_ERR' / column title: 1-sigma calibrated uncertainty
TFORM6 = '121E ' / column format: image of 32-bit floating point
TUNIT6 = 'e-/s ' / column units: electrons per second (1-sigma)
TDIM6 = '(11,11) ' / column dimensions: pixel aperture array
TTYPE7 = 'FLUX_BKG' / column title: calibrated background flux
TFORM7 = '121E ' / column format: image of 32-bit floating point
TUNIT7 = 'e-/s ' / column units: electrons per second
TDIM7 = '(11,11) ' / column dimensions: pixel aperture array
TTYPE8 = 'FLUX_BKG_ERR' / column title: 1-sigma cal. background
uncertainTFORM8 = '121E ' / column format: image of 32-bit floating point
TUNIT8 = 'e-/s ' / column units: electrons per second (1-sigma)
TDIM8 = '(11,11) ' / column dimensions: pixel aperture array
TTYPE9 = 'COSMIC_RAYS' / column title: cosmic ray detections
TFORM9 = '121E ' / column format: image of 32-bit floating point
TUNIT9 = 'e-/s ' / column units: electrons per second
TDIM9 = '(11,11) ' / column dimensions: pixel aperture array
TTYPE10 = 'QUALITY ' / column title: pixel quality flags
TFORM10 = 'J ' / column format: signed 32-bit integer
TTYPE11 = 'POS_CORR1' / column title: column position correction
TFORM11 = 'E ' / column format: 32-bit floating point
TUNIT11 = 'pixels ' / column units: pixel
TTYPE12 = 'POS_CORR2' / column title: row position correction
TFORM12 = 'E ' / column format: 32-bit floating point
TUNIT12 = 'pixels ' / column units: pixel
TDISP1 = 'D14.7 ' / column display format
TDISP2 = 'E14.7 ' / column display format
TDISP3 = 'I10 ' / column display format
TDISP4 = 'I8 ' / column display format
TNULL4 = -1 / column null value indicator
WCSN4P = 'PHYSICAL' / table column WCS name
WCAX4P = 2 / table column physical WCS dimensions
1CTY4P = 'RAWX ' / table column physical WCS axis 1 type, CCD col
2CTY4P = 'RAWY ' / table column physical WCS axis 2 type, CCD row
1CUN4P = 'PIXEL ' / table column physical WCS axis 1 unit
2CUN4P = 'PIXEL ' / table column physical WCS axis 2 unit
1CRV4P = 987 / table column physical WCS ax 1 ref value
2CRV4P = 22 / table column physical WCS ax 2 ref value
1CDL4P = 1.0 / table column physical WCS a1 step
2CDL4P = 1.0 / table column physical WCS a2 step
1CRP4P = 1 / table column physical WCS a1 reference
2CRP4P = 1 / table column physical WCS a2 reference
WCAX4 = 2 / number of WCS axes
1CTYP4 = 'RA---TAN' / right ascension coordinate type
2CTYP4 = 'DEC--TAN' / declination coordinate type
1CRPX4 = 1083.384 / [pixel] reference pixel along image axis 1
2CRPX4 = 1112.5 / [pixel] reference pixel along image axis 2
1CRVL4 = 347.886643352957 / [deg] right ascension at reference pixel
2CRVL4 = -6.600882744792873 / [deg] declination at reference pixel
1CUNI4 = 'deg ' / physical unit in column dimension
2CUNI4 = 'deg ' / physical unit in row dimension
1CDLT4 = -0.001102672560321 / [deg] pixel scale in RA dimension
2CDLT4 = 0.001102672560321 / [deg] pixel scale in DEC dimension
11PC4 = 0.9027238464796911 / linear transformation matrix element cos(th)
12PC4 = 0.426404562323318 / linear transformation matrix element -sin(th)
21PC4 = -0.4284043898011665 / linear transformation matrix element sin(th)
22PC4 = 0.9054002692592359 / linear transformation matrix element cos(th)
TDISP5 = 'E14.7 ' / column display format
WCSN5P = 'PHYSICAL' / table column WCS name
WCAX5P = 2 / table column physical WCS dimensions
1CTY5P = 'RAWX ' / table column physical WCS axis 1 type, CCD col
2CTY5P = 'RAWY ' / table column physical WCS axis 2 type, CCD row
1CUN5P = 'PIXEL ' / table column physical WCS axis 1 unit
2CUN5P = 'PIXEL ' / table column physical WCS axis 2 unit
1CRV5P = 987 / table column physical WCS ax 1 ref value
2CRV5P = 22 / table column physical WCS ax 2 ref value
1CDL5P = 1.0 / table column physical WCS a1 step
2CDL5P = 1.0 / table column physical WCS a2 step
1CRP5P = 1 / table column physical WCS a1 reference
2CRP5P = 1 / table column physical WCS a2 reference
WCAX5 = 2 / number of WCS axes
1CTYP5 = 'RA---TAN' / right ascension coordinate type
2CTYP5 = 'DEC--TAN' / declination coordinate type
1CRPX5 = 1083.384 / [pixel] reference pixel along image axis 1
2CRPX5 = 1112.5 / [pixel] reference pixel along image axis 2
1CRVL5 = 347.886643352957 / [deg] right ascension at reference pixel
2CRVL5 = -6.600882744792873 / [deg] declination at reference pixel
1CUNI5 = 'deg ' / physical unit in column dimension
2CUNI5 = 'deg ' / physical unit in row dimension
1CDLT5 = -0.001102672560321 / [deg] pixel scale in RA dimension
2CDLT5 = 0.001102672560321 / [deg] pixel scale in DEC dimension
11PC5 = 0.9027238464796911 / linear transformation matrix element cos(th)
12PC5 = 0.426404562323318 / linear transformation matrix element -sin(th)
21PC5 = -0.4284043898011665 / linear transformation matrix element sin(th)
22PC5 = 0.9054002692592359 / linear transformation matrix element cos(th)
TDISP6 = 'E14.7 ' / column display format
WCSN6P = 'PHYSICAL' / table column WCS name
WCAX6P = 2 / table column physical WCS dimensions
1CTY6P = 'RAWX ' / table column physical WCS axis 1 type, CCD col
2CTY6P = 'RAWY ' / table column physical WCS axis 2 type, CCD row
1CUN6P = 'PIXEL ' / table column physical WCS axis 1 unit
2CUN6P = 'PIXEL ' / table column physical WCS axis 2 unit
1CRV6P = 987 / table column physical WCS ax 1 ref value
2CRV6P = 22 / table column physical WCS ax 2 ref value
1CDL6P = 1.0 / table column physical WCS a1 step
2CDL6P = 1.0 / table column physical WCS a2 step
1CRP6P = 1 / table column physical WCS a1 reference
2CRP6P = 1 / table column physical WCS a2 reference
WCAX6 = 2 / number of WCS axes
1CTYP6 = 'RA---TAN' / right ascension coordinate type
2CTYP6 = 'DEC--TAN' / declination coordinate type
1CRPX6 = 1083.384 / [pixel] reference pixel along image axis 1
2CRPX6 = 1112.5 / [pixel] reference pixel along image axis 2
1CRVL6 = 347.886643352957 / [deg] right ascension at reference pixel
2CRVL6 = -6.600882744792873 / [deg] declination at reference pixel
1CUNI6 = 'deg ' / physical unit in column dimension
2CUNI6 = 'deg ' / physical unit in row dimension
1CDLT6 = -0.001102672560321 / [deg] pixel scale in RA dimension
2CDLT6 = 0.001102672560321 / [deg] pixel scale in DEC dimension
11PC6 = 0.9027238464796911 / linear transformation matrix element cos(th)
12PC6 = 0.426404562323318 / linear transformation matrix element -sin(th)
21PC6 = -0.4284043898011665 / linear transformation matrix element sin(th)
22PC6 = 0.9054002692592359 / linear transformation matrix element cos(th)
TDISP7 = 'E14.7 ' / column display format
WCSN7P = 'PHYSICAL' / table column WCS name
WCAX7P = 2 / table column physical WCS dimensions
1CTY7P = 'RAWX ' / table column physical WCS axis 1 type, CCD col
2CTY7P = 'RAWY ' / table column physical WCS axis 2 type, CCD row
1CUN7P = 'PIXEL ' / table column physical WCS axis 1 unit
2CUN7P = 'PIXEL ' / table column physical WCS axis 2 unit
1CRV7P = 987 / table column physical WCS ax 1 ref value
2CRV7P = 22 / table column physical WCS ax 2 ref value
1CDL7P = 1.0 / table column physical WCS a1 step
2CDL7P = 1.0 / table column physical WCS a2 step
1CRP7P = 1 / table column physical WCS a1 reference
2CRP7P = 1 / table column physical WCS a2 reference
WCAX7 = 2 / number of WCS axes
1CTYP7 = 'RA---TAN' / right ascension coordinate type
2CTYP7 = 'DEC--TAN' / declination coordinate type
1CRPX7 = 1083.384 / [pixel] reference pixel along image axis 1
2CRPX7 = 1112.5 / [pixel] reference pixel along image axis 2
1CRVL7 = 347.886643352957 / [deg] right ascension at reference pixel
2CRVL7 = -6.600882744792873 / [deg] declination at reference pixel
1CUNI7 = 'deg ' / physical unit in column dimension
2CUNI7 = 'deg ' / physical unit in row dimension
1CDLT7 = -0.001102672560321 / [deg] pixel scale in RA dimension
2CDLT7 = 0.001102672560321 / [deg] pixel scale in DEC dimension
11PC7 = 0.9027238464796911 / linear transformation matrix element cos(th)
12PC7 = 0.426404562323318 / linear transformation matrix element -sin(th)
21PC7 = -0.4284043898011665 / linear transformation matrix element sin(th)
22PC7 = 0.9054002692592359 / linear transformation matrix element cos(th)
TDISP8 = 'E14.7 ' / column display format
WCSN8P = 'PHYSICAL' / table column WCS name
WCAX8P = 2 / table column physical WCS dimensions
1CTY8P = 'RAWX ' / table column physical WCS axis 1 type, CCD col
2CTY8P = 'RAWY ' / table column physical WCS axis 2 type, CCD row
1CUN8P = 'PIXEL ' / table column physical WCS axis 1 unit
2CUN8P = 'PIXEL ' / table column physical WCS axis 2 unit
1CRV8P = 987 / table column physical WCS ax 1 ref value
2CRV8P = 22 / table column physical WCS ax 2 ref value
1CDL8P = 1.0 / table column physical WCS a1 step
2CDL8P = 1.0 / table column physical WCS a2 step
1CRP8P = 1 / table column physical WCS a1 reference
2CRP8P = 1 / table column physical WCS a2 reference
WCAX8 = 2 / number of WCS axes
1CTYP8 = 'RA---TAN' / right ascension coordinate type
2CTYP8 = 'DEC--TAN' / declination coordinate type
1CRPX8 = 1083.384 / [pixel] reference pixel along image axis 1
2CRPX8 = 1112.5 / [pixel] reference pixel along image axis 2
1CRVL8 = 347.886643352957 / [deg] right ascension at reference pixel
2CRVL8 = -6.600882744792873 / [deg] declination at reference pixel
1CUNI8 = 'deg ' / physical unit in column dimension
2CUNI8 = 'deg ' / physical unit in row dimension
1CDLT8 = -0.001102672560321 / [deg] pixel scale in RA dimension
2CDLT8 = 0.001102672560321 / [deg] pixel scale in DEC dimension
11PC8 = 0.9027238464796911 / linear transformation matrix element cos(th)
12PC8 = 0.426404562323318 / linear transformation matrix element -sin(th)
21PC8 = -0.4284043898011665 / linear transformation matrix element sin(th)
22PC8 = 0.9054002692592359 / linear transformation matrix element cos(th)
TDISP9 = 'E14.7 ' / column display format
WCSN9P = 'PHYSICAL' / table column WCS name
WCAX9P = 2 / table column physical WCS dimensions
1CTY9P = 'RAWX ' / table column physical WCS axis 1 type, CCD col
2CTY9P = 'RAWY ' / table column physical WCS axis 2 type, CCD row
1CUN9P = 'PIXEL ' / table column physical WCS axis 1 unit
2CUN9P = 'PIXEL ' / table column physical WCS axis 2 unit
1CRV9P = 987 / table column physical WCS ax 1 ref value
2CRV9P = 22 / table column physical WCS ax 2 ref value
1CDL9P = 1.0 / table column physical WCS a1 step
2CDL9P = 1.0 / table column physical WCS a2 step
1CRP9P = 1 / table column physical WCS a1 reference
2CRP9P = 1 / table column physical WCS a2 reference
WCAX9 = 2 / number of WCS axes
1CTYP9 = 'RA---TAN' / right ascension coordinate type
2CTYP9 = 'DEC--TAN' / declination coordinate type
1CRPX9 = 1083.384 / [pixel] reference pixel along image axis 1
2CRPX9 = 1112.5 / [pixel] reference pixel along image axis 2
1CRVL9 = 347.886643352957 / [deg] right ascension at reference pixel
2CRVL9 = -6.600882744792873 / [deg] declination at reference pixel
1CUNI9 = 'deg ' / physical unit in column dimension
2CUNI9 = 'deg ' / physical unit in row dimension
1CDLT9 = -0.001102672560321 / [deg] pixel scale in RA dimension
2CDLT9 = 0.001102672560321 / [deg] pixel scale in DEC dimension
11PC9 = 0.9027238464796911 / linear transformation matrix element cos(th)
12PC9 = 0.426404562323318 / linear transformation matrix element -sin(th)
21PC9 = -0.4284043898011665 / linear transformation matrix element sin(th)
22PC9 = 0.9054002692592359 / linear transformation matrix element cos(th)
TDISP10 = 'B24.24 ' / column display format
TDISP11 = 'E14.7 ' / column display format
TDISP12 = 'E14.7 ' / column display format
TTYPE13 = 'RB_LEVEL' / column title: rolling band level
TFORM13 = '0E ' / column format: image of 32-bit floating point
TUNIT13 = 'sigma ' / column units: detection significance
TDISP13 = 'E14.7 ' / column display format
TDIM13 = '(0,8) ' / column dimensions: pixel aperture array
INHERIT = T / inherit the primary header
EXTNAME = 'TARGETTABLES' / name of extension
EXTVER = 1 / extension version number (not format version)
TELESCOP= 'Kepler ' / telescope
INSTRUME= 'Kepler Photometer' / detector type
OBJECT = 'EPIC 200164267' / string version of target id
RADESYS = 'ICRS ' / reference frame of celestial coordinates
RA_OBJ = 58.834026 / [deg] right ascension
DEC_OBJ = 20.503973 / [deg] declination
EQUINOX = 2000.0 / equinox of celestial coordinate system
EXPOSURE= 72.6326823149486 / [d] time on source
TIMEREF = 'SOLARSYSTEM' / barycentric correction applied to times
TASSIGN = 'SPACECRAFT' / where time is assigned
TIMESYS = 'TDB ' / time system is barycentric JD
BJDREFI = 2454833 / integer part of BJD reference date
BJDREFF = 0.0 / fraction of the day in BJD reference date
TIMEUNIT= 'd ' / time unit for TIME, TSTART and TSTOP
TELAPSE = 78.89412049995735 / [d] TSTOP - TSTART
LIVETIME= 72.6326823149486 / [d] TELAPSE multiplied by DEADC
TSTART = 2905.371898020152 / observation start time in BJD-BJDREF
TSTOP = 2984.266018520109 / observation stop time in BJD-BJDREF
LC_START= 57737.87189802 / mid point of first cadence in MJD
LC_END = 57816.76601852 / mid point of last cadence in MJD
DEADC = 0.92063492 / deadtime correction
TIMEPIXR= 0.5 / bin time
beginning=0
middle=0.5
end=1
TIERRELA= 5.78E-07 / [d] relative time error
TIERABSO= / [d] absolute time error
INT_TIME= 6.01980290327 / [s] photon accumulation time per frame
READTIME= 0.518948526144 / [s] readout time per frame
FRAMETIM= 6.538751429414 / [s] frame time (INT_TIME + READTIME)
NUM_FRM = 270 / number of frames per time stamp
TIMEDEL = 0.02043359821692 / [d] time resolution of data
DATE-OBS= '2016-12-15:21:10:14.721Z' / TSTART as UTC calendar date
DATE-END= '' / TSTOP as UTC calendar date
BACKAPP = T / background is subtracted
DEADAPP = T / deadtime applied
VIGNAPP = T / vignetting or collimator correction applied
GAIN = 111.85 / [electrons/count] channel gain
READNOIS= 0.7155 / [electrons] read noise
NREADOUT= 270 / number of read per cadence
TIMSLICE= 1 / time-slice readout sequence section
MEANBLCK= 717 / [count] FSW mean black level
LCFXDOFF= 419400 / long cadence fixed offset
SCFXDOFF= 219400 / short cadence fixed offset
CDPP3_0 = / [ppm] RMS CDPP on 3.0-hr time scales
CDPP6_0 = / [ppm] RMS CDPP on 6.0-hr time scales
CDPP12_0= / [ppm] RMS CDPP on 12.0-hr time scales
CROWDSAP= 1.0 / Ratio of target flux to total flux in op. ap.
FLFRCSAP= 1.0 / Frac. of target flux w/in the op. aperture
DBCOLCO = -1 / Column cutoff used by Dynablack
DBTHRES = -0.0005664236886331 / [e-/s] Flux threshold used by Dynablack
BLKALGO = '' / black algorithm used
KEPLERID= 200164267
DBTRESH = ''
CHECKSUM= 'MI3aMF0ZMF0aMF0Y' / HDU checksum updated 2017-03-08T02:47:56
DATASUM = '1399726659' / data unit checksum updated 2017-03-08T02:47:56 END