{% extends 'base.html' %} {% block content %}

AstroSpace library

{{ 'Edit' if is_edit else 'Create' }} post

Keep the story, acquisition data, and gear for this image in one place.

{% if is_edit %} Saved image {% endif %}
{% if is_edit %} {% endif %}

Post details

Tell the story

Use a recognisable target name, then add a concise summary and the details worth sharing.

Files & analysis

Source material

Add optional source files only when you want to replace or extend the existing record.

{% if is_edit %}

Current image

{% endif %}

Upload the preview image shown on the post.

Use a plate-solved FITS/XISF with the same dimensions as the preview image so annotations line up correctly.

{% if is_edit and image.starless_image_path %}

Current starless image

{% endif %}

Optional alternate render used for the starless toggle on the image detail page.

{% if is_edit and image.annotated_image_path %}

Current annotated image

{% endif %}

Optional JPG, PNG, or transparent SVG annotation. SVG objects are interactive; no automatic object overlay is generated when supplied.

Add supporting images or browser-friendly videos. Captions are shown below the media viewer.

Image Added Caption
Constant Keywords
Keyword Value Comment
Variable Keywords

Session context

Where & how

Location and guide logs keep the technical context with the image.

Guide logs

Keep the optional PHD2 files with this session, or rebuild the existing graphs.

{% if is_edit %} {% endif %}

Acquisition

Capture details

Record the observing dates and the light-frame settings behind the final image.

    Image lights

    One row per filter and exposure setup.

    Filter Frames Exposure Gain Offset Temp (°C) Actions

    Optical train

    Equipment

    Select the components used for this image. Optional equipment can stay set to None.

    Workflow

    Software used

    Tick every application that played a part in this capture or processing workflow.

    Software used {% for s in softwares %} {% endfor %}

    Changes are applied to this post when you save.

    {%endblock%}