{% extends "iop4admin/singleobj.html" %} {% block content %}

Epoch details for {{ epoch.epochname }}

Epoch status is {{ epoch.flag_labels }}

RawFits

There are {{ epoch.rawcount }} raw fits in this epoch in total.
This epoch's raw fit summary status is {{ rawfitsummarystatus }}.

The following header keys are present in the FITS files for this epoch (join set):
{% for key in header_key_S %} {{ key }},   {% endfor %} {{ block.super }} {% endblock %}