forked from dankocevski/LightCurveRepository
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtable_description.html
More file actions
215 lines (190 loc) · 9.18 KB
/
table_description.html
File metadata and controls
215 lines (190 loc) · 9.18 KB
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
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en-us">
<head>
<meta charset="utf-8">
<title>Fermi LAT Light Curve Repository</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" type="image/png" href="./img/favicon2.png">
<!-- Reset css -->
<link rel="stylesheet" hrmouseef="./css/reset.css" type="text/css" />
<!-- NASA theme -->
<link rel="stylesheet" href="./css/NASA.css">
<!-- Bootstrap compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<!-- Bootstrap Optional theme -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css" integrity="sha384-rHyoN1iRsVXV4nD0JutlnGaslCJuC7uwjduW9SVrLvRYooPp2bWYgmgJQIXwl/Sp" crossorigin="anonymous">
<!-- Bootstrap compiled and minified JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
<style>
table {
table-layout: fixed;
width: 100%;
/* border-collapse: collapse;
table-layout: fixed;
width: 310px;
*/ }
th, td {
/*border: solid 1px #666;*/
width: 100%;
word-wrap: break-word;
}
</style>
</head>
<body>
<div style="margin-bottom:40px; padding:10px 20px 0px 20px;">
<!-- LCR header starts here -->
<!-- <div>
<div style="float: left; padding-top:0px; padding-left:0px"><img middle; style="width: 75%; height: 75%" src="./img/Fermi_Small.png"></div>
<div style="margin-left:25px;padding-left: 25px; padding-bottom:10px; padding-top: 0px">
<h3>Fermi LAT Light Curve Repository (LCR)</h3>
</div>
</div> -->
<!-- Header ends here -->
<table>
<tr>
<td style="width:60px; height:60px">
<img middle src="./img/Fermi_Small.png">
</td>
<td>
<div style="margin-top:-15px; margin-left:10px">
<h3>Fermi Light Curve Repository Data Description</h3>
</div>
</td>
</tr>
</table>
<p>
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title">Source Report Table Description</h3>
</div>
<div class="panel-body">
<table style="border-collapse: separate; border-spacing: 10px;">
<colgroup>
<col span="1" style="width: 25%;">
<col span="1" style="width: 75%;">
</colgroup>
<tr>
<td>Date:</td>
<td>Mid point of time bin in UTC.</td>
</tr>
<tr>
<td>Julian date:</td>
<td>Mid point of time bin in JD.</td>
</tr>
<tr>
<td>MET:</td>
<td>Mid point of time bin in Mission Elapsed Time (MET).</td>
</tr>
<tr>
<td>TS:</td>
<td><a href="https://ui.adsabs.harvard.edu/abs/1996ApJ...461..396M/abstract">The likelihood Test Statistic.</a></td>
</tr>
<tr>
<td>Photon Flux:</td>
<td>Average integrated photon flux with energies from 0.1 to 100 GeV. Units in photons/cm^2/s.</td>
</tr>
<tr>
<td>Photon Flux Error:</td>
<td>1-sigma symmetric gaussian equivalent statistical uncertainty based on the inverse-Hessian at the optimum of the log-likelihood surface. Units in photons/cm^2/s.</td>
</tr>
<tr>
<td>Energy Flux:</td>
<td>Average integrated energy flux with energies from 0.1 to 100 GeV. Units in MeV/cm^2/s.</td>
</tr>
<tr>
<td>Energy Flux Error:</td>
<td>1-sigma symmetric gaussian equivalent statistical uncertainty based on the inverse-Hessian at the optimum of the log-likelihood surface. Units in MeV/cm^2/s.</td>
</tr>
<tr>
<td>Photon Index:</td>
<td>Average photon index, if the spectral model for the source in the FGL catalog used by the LCR is a
power-law. Average alpha, if the spectral model for the source in the FGL catalog used by the LCR is
a logparabola.</td>
</tr>
<tr>
<td>Photon Index Error:</td>
<td>1-sigma symmetric gaussian equivalent photon index error </td>
</tr>
<tr>
<td>Fit Tolerance:</td>
<td>Relative fit tolerance.</td>
</tr>
<tr>
<td>MINUIT Return Code:</td>
<td>Anything other than '0' means that the analysis did not converge. Please read the <a href="https://fermi.gsfc.nasa.gov/ssc/data/access/lat/LightCurveRepository/about.html">caveats</a> about non-convergent analyses.</td>
</tr>
<tr>
<td>Analysis Log:</td>
<td>Complete LAT analysis runtime output of data within the time invertal of the bin.</td>
</tr>
</table>
<BR>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title">JSON File Description</h3>
</div>
<div class="panel-body">
Some of the objects below are provided as arrays of 2-tuples where the first element is the center of the bin time interval (in MET).
<table style="border-collapse: separate; border-spacing: 10px;">
<colgroup>
<col span="1" style="width: 25%;">
<col span="1" style="width: 75%;">
</colgroup>
<tr>
<td>ts:</td>
<td><a href="https://ui.adsabs.harvard.edu/abs/1996ApJ...461..396M/abstract">The likelihood Test Statistic.</a></td>
</tr>
<tr>
<td>flux:</td>
<td>Average integrated flux of photons with energies from 0.1 to 100 MeV. Units in photons/cm^2/s if photon flux is selected, MeV/cm^2/s if energy flux is selected.</td>
</tr>
<tr>
<td>flux_upper_limits:</td>
<td>95% Flux upper limits in photons/cm^2/s.</td>
</tr>
<tr>
<td>flux_error:</td>
<td>1-sigma symmetric gaussian equivalent statistical uncertainty in photons/cm^2/s if photon flux is selected, MeV/cm^2/s if energy flux is selected.</td>
</tr>
<tr>
<td>photon_index:</td>
<td>Photon index if source spectral shape is power-law, alpha if it is logparabola.</td>
</tr>
<tr>
<td>photon_index_error:</td>
<td>1-sigma symmetric gaussian equivalent photon index/alpha statistical uncertainty.</td>
</tr>
<tr>
<td>fit_tolerance:</td>
<td>Relative fit tolerance.</td>
</tr>
<tr>
<td>fit_convergence:</td>
<td>MINUIT return code. Anything other than '0' means that the analysis did not converge. Please read the <a href="https://fermi.gsfc.nasa.gov/ssc/data/access/lat/LightCurveRepository/about.html">caveats</a> about non-convergent analyses.</td>
</tr>
<tr>
<td>dlogl:</td>
<td>Delta log-likelihood between a fixed index and free index fit.</td>
</tr>
<tr>
<td>EG:</td>
<td>Isotropic diffuse background Normalization.</td>
</tr>
<tr>
<td>GAL:</td>
<td>Galactic diffuse background Prefactor.</td>
</tr>
<tr>
<td>bin_id:</td>
<td>Time bin number.</td>
</tr>
</table>
</div>
</div>
</body>
</html>