{% extends "base.html" %} {% block header %}{% endblock %} {% block content %} {% if heasarc %}

Specific {{ heasarc.description }} fields:

time = {{ heasarc.time }}
obsid = {{ heasarc.obsid }} Observation Identifier
status = {{ heasarc.status }} Status of Observation
detector = {{ heasarc.detector }} # Detector
grating = {{ heasarc.grating }} # Grating Setting
exposure = {{ heasarc.exposure }} # Actual Exposure Time If Observed, Otherwise the Approved Exposure (s)
obstype = {{ heasarc.obstype }} # Type of Observation (GO,GTO,CAL,TOO,DDT)
pi = {{ heasarc.pi }} # PI of Observation
cycle = {{ heasarc.cycle }} # AO Number (0=calibration phase)
proposal = {{ heasarc.proposal }} # Proposal Number
public_date = {{ heasarc.public_date }} # Public Date
sequence_number = {{ heasarc.sequence_number }} # Sequence Number
data_mode = {{ heasarc.data_mode }} # Operational Mode of the Detector
category = {{ heasarc.category }} # Subject Category
class_id = {{ heasarc.class_id }} # Browse Object Classification
{% endif %} {% endblock %}