forked from dankocevski/LightCurveRepository
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFAQ.html
More file actions
192 lines (144 loc) · 9.08 KB
/
FAQ.html
File metadata and controls
192 lines (144 loc) · 9.08 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Fermi LAT Light Curve Repository</title>
<!-- jQuery -->
<script type="text/javascript" charset="UTF-8" src="./js/jquery-1.12.0.min.js"></script>
<!-- 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>
<!-- Chart.js -->
<script type="text/javascript" charset="UTF-8" src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.4.0/Chart.min.js"></script>
<!-- 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">
<!-- Reset css -->
<link rel="stylesheet" hrmouseef="./css/reset.css" type="text/css" />
<!-- NASA theme -->
<link rel="stylesheet" href="./css/NASA.css">
</head>
<!-- custom css -->
<style type="text/css">
</style>
<body>
<!-- main starts here -->
<div id="main" style="width:2000px;">
<!-- Start NASA Container -->
<div id="nasa-container" style="margin:8px 0 0 10px">
<!-- Start NASA Banner -->
<div id="nasa-banner-plain">
<!-- Left - Logo -->
<div class="nasa-logo">
<a href="http://www.nasa.gov/"><img src="http://fermi.gsfc.nasa.gov/ssc/inc/img/nasa_logo.gif" width="140" height="98" border="0" alt="NASA Logo"></a>
</div>
<!-- Middle - Affiliations -->
<div id="nasa-affiliation">
<h1><a href="http://www.nasa.gov/">National Aeronautics and Space Administration</a></h1>
<h2><a href="http://www.nasa.gov/goddard">Goddard Space Flight Center</a></h2>
</div>
<!-- Right - Search and Links -->
<div id="nasa-search-links">
<div id="header-links">
<a href="/ssc/">FSSC</a> • <a href="http://heasarc.gsfc.nasa.gov/">HEASARC</a> • <a href="http://science.gsfc.nasa.gov/">Sciences and Exploration</a>
</div>
</div>
<!-- End NASA Banner -->
</div>
<!-- End NASA Container -->
</div>
<!-- LCR header starts here -->
<div style="margin-left:0px">
<div style="float: left; padding-top:12px; padding-left:25px"><img middle; style="width: 100%; height: 100%" src="./img/Fermi_Small.png"></div>
<div style="margin-left: 25px;padding-left: 75px; padding-bottom:20px; padding-top: 5px">
<H2>Fermi LAT Light Curve Repository (LCR)</H2>
</div>
</div>
<!-- LCR header ends here -->
<!-- sidebar start here -->
<div class="col-xs-2" style="width:330px; margin-left:10px;">
<!-- Related resources start here -->
<div class="panel panel-default" style="height: 188px;">
<div class="panel-heading">
<h3 class="panel-title">Light Curve Repository Links</h3>
</div>
<center>
<table class="table table-striped">
<!-- <table class="table"> -->
<tbody>
<tr><td><a href="index.html">The Light Curve Repository Sky Map</a></td></tr>
<tr><td><a href="about.html" target="_blank">The Light Curve Repository Usage Notes</a></td></tr>
<tr><td><a href="table_description.html" target="_blank" onclick="window.open(this.href,'targetWindow','width=800px, height=1175px'); return false;"> The Light Curve Repository Data Description</a></td></tr>
<tr><td><a href="FAQ.html" target="_blank">The Light Curve Repository FAQ</a></td></tr>
</tbody>
</table>
</center>
</div>
<!-- Related resources ends here -->
<!-- Related resources start here -->
<div class="panel panel-default" style="height: 188px;">
<div class="panel-heading">
<h3 class="panel-title">Additional Information</h3>
</div>
<center>
<table class="table table-striped">
<!-- <table class="table"> -->
<tbody>
<tr><td><a href="https://fermi.gsfc.nasa.gov/ssc/">The Fermi Science Support Center</a></td></tr>
<tr><td><a href="https://fermi.gsfc.nasa.gov/ssc/data/analysis/documentation/Cicerone/">Fermi LAT & GBM Analysis Guide</a></td></tr>
<tr><td><a href="https://fermi.gsfc.nasa.gov/ssc/data/access/">Fermi LAT & GBM Data Access</a></td></tr>
<tr><td><a href="https://fermi.gsfc.nasa.gov/ssc/data/access/lat/FAVA/">Fermi All-Sky Variability Analysis (FAVA)</a></td></tr>
</tbody>
</table>
</center>
</div>
<!-- Related resources ends here -->
<!-- Citation request start here -->
<div class="panel panel-default">
<div class="panel-heading">
Please reference <a href="https://www.astronomerstelegram.org/?read=15110">Kocevski et al. 2021</a> for use of any results presented in the Fermi LAT Light Curve Repository. Also be sure to consult the <a href="about.html">LCR Usage Notes</a> for important details and caveats about the LCR analysis.
</div>
</div>
<!-- Citation request ends here -->
</div>
<!-- sidebar ends here -->
<!-- Content panel starts here -->
<div class="col-xs-7" style="width:1330px; margin-left:-15px">
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title">Frequently Asked Questions</h3>
</div>
<div class="panel-body">
<ul>
<li><b>Why is there no light curve data for some of the sources listed in the source table on the index page?</b></li><p>
The light curve repository (LCR) provides flux estimates at three different cadences for >1500 sources from the 10-year Fermi-LAT point source catalog data release 2 (4FGL-DR2) which have a variability index above 21.67. While the table in the main page lists all 4FGL-DR2 sources, only the ones with variability index above 21.67 show embedded hyperlinks to the data products of the source.
<li><b>Can I download the light curves of more than one source at the time?</b></li><p>
The API links to the LCR backend interface allows for scripted access to the LCR database.
<li><b>Is it possible to fix the pop out charts that appear when I hover over a source in the map? They disappear before I can click on the links within them.</b></li><p>
Double clicking on the desired source in the map will fix the chart.
<li><b>Is there a document describing the data formats available for download?</b></li><p>
The light curve and JSON data formats are described <a href="table_description.html" target="_blank" onclick="window.open(this.href,'targetWindow','width=800px, height=1175px'); return false;">here</a>.
<BR><BR>
If your issue is not described in the list above, send a message to <a href="mailto:fermilcr@athena.gsfc.nasa.gov"> fermilcr@athena.gsfc.nasa.gov</a> for additional support.
<BR>
</div>
</div>
</div>
<!-- Content panel ends here -->
<!-- </div> -->
<!-- footer starts here -->
<div class="col-md-12" id="footer">
<div id="footer-content">
<p>
<hr>
Fermi LAT Light Curve Repository - Support Contact:<a href="mailto:fermilcr@athena.gsfc.nasa.gov"> fermilcr@athena.gsfc.nasa.gov</a>
<BR>
<BR>
</p>
</div>
</div>
<!-- footer ends here -->
</div>
<!-- Main ends here -->
</body>
</html>