Skip to content

Commit

Permalink
Add SOAR instruments
Browse files Browse the repository at this point in the history
  • Loading branch information
eheinrich committed Sep 23, 2019
1 parent de9d0d9 commit f98959f
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ <h2>{{ sca.grouper.name|cut:'0' }}</h2>
<col style="width: 5%">
<col style="width: 5%">
<col style="width: 5%">
<col style="width: 5%">
<col style="width: 5%">
</colgroup>
<thead><tr>
<th>PI Name</th>
Expand All @@ -38,6 +40,8 @@ <h2>{{ sca.grouper.name|cut:'0' }}</h2>
<th>Sinistro (1m)</th>
<th>SBIG (0.4m)</th>
<th>SBIG (2.0m)</th>
<th>GHTS REDCAM (4.0m)</th>
<th>GHTS REDCAM IMAGER (4.0m)</th>
</tr></thead>
<tbody>
{% for proposal in sca.list %}
Expand Down Expand Up @@ -70,6 +74,12 @@ <h2>{{ sca.grouper.name|cut:'0' }}</h2>
<td>
{{ proposal.current_allocation.2M0SCICAMSBIG.std|floatformat:0 }}
</td>
<td>
{{ proposal.current_allocation.SOAR_GHTS_REDCAM.std|floatformat:0 }}
</td>
<td>
{{ proposal.current_allocation.SOAR_GHTS_REDCAM_IMAGER.std|floatformat:0 }}
</td>
</tr>
{% endfor %}
</tbody>
Expand Down

0 comments on commit f98959f

Please sign in to comment.