<p>See the bottom of this page for help and navigation.</p>
<divid="notes">
{{includetxt}}
</div>
<sectionclass="">
<divclass="container">
<table>
<trclass="tablehead">
<td><b>Tracked combs</b>→<br><small>(spacing, offset where teeth=offset+n*spacing)</small></td>
{% for tag in content.columns.values %}
<td>{{ tag }}</td>
{% endfor %}
</tr>
<tbody>
</tr>
{% for index,row in content.iterrows() %}
<tr>
<td> {{index}} </td>
{% for col in content.columns %}
{% if col!='interest' %}
{{row[col]}}
{% endif %}
{% endfor %}
</tr>
{% endfor %}
</tbody>
</table>
</div>
</section>
<h2>Navigation</h2>
<divid="notes">
<table>
<trstyle='font-weight:bold;'>
<td>Information</td>
<td>Where to find it</td>
<td>Notes</td>
</tr>
<tr>
<td>Which combs am I looking at?</td>
<td>The two numbers in each cell indicate spacing and offset.</td>
<td>This information is the same for each entry in the column. These are intended to be human-readable labels; the number of significant figures does not correspond to known comb resolution (which will be added to extended info in hover text)</td>
</tr>
<tr>
<td>In which channels is the comb present?</td>
<td>The color of each cell indicates the strength and pervasiveness of the comb in the most recent spectrum for that channel.</td>
<td>Brighter (more yellow) cells have stronger combs. Normalization for the cumulative plot is not identical to that for daily plots.</td>
</tr>
<tr>
<td>How does the comb change over time?</td>
<td>Clicking any cell will take you to a tracking plot for that comb and channel.</td>
<td>Tracking covers over a year of data.</td>
</tr>
<tr>
<td>What does the most recent spectrum for [channel] look like?</td>
<td>Click on the channel name.</td>
<td>These are daily spectra, not cumulative unless otherwise noted.</td>
</tr>
<tr>
<td>What does [channel] look like on [date]?</td>
<td>First, navigate to a tracking plot for that channel (the plot for any comb will work). Then, click the day you are interested in.</td>
<td>All the tracked combs will be highlighted in this channel (unless you go all the way back to O1 data, in which case known combs from O1 are highlighted instead)</td>
</tr>
<tr>
<td>What extended information is available for these combs?</td>
<td>Hover over any cell corresponding to that comb to see the notes and info.</td>
<td>This information is added manually through a configuration file. Details on comb resolution and range will go here.</td>
</tr>
<tr>
<td>Are there new combs, not yet listed on this table?</td>
<td>Check the unidentified comb alert status.</td>
<td>The parameters and thresholds of this comb search are likely to be tweaked. Real combs should be added to the tracked list.</td>