{% extends "layout.html" %} {% block title %}{{title}}{% endblock %} {% block content %}

{{title}}

Property Units Value
Session ID {{obs.session_id}}
Start time JD {{obs.start_time_jd}}
Stop time JD {{obs.stop_time_jd}}
Start LST hours {{obs.start_lst_hr}}
Duration day {{obs.duration}}
{% if staging_available %}

Staging to {{staging_dest_displayed}}

You can stage all of the files from this observation to {{staging_dest_displayed}}.

{{macros.staging_form_ui(staging_username_placeholder, staging_dest_path)}}


{% endif %}

Files

{{ macros.file_listing(files) }} {% endblock %}