SDSS-V LVM Night Log | {{ sjd }}


Visit LVM Web for the full night log.
{{ date }} - MJD {{ sjd }}
Observers: {{ observers }}
Weather

{% if weather %} {% for comment in weather %}
  • {{ comment.comment }}
  • {% endfor %}
    {% else %}
    No comments.
    {% endif %}
    Issues / bugs

    {% if issues %} {% for comment in issues %}
  • {{ comment.comment }}
  • {% endfor %}
    {% else %}
    No comments.
    {% endif %}
    Other

    {% if other %} {% for comment in other %}
  • {{ comment.comment }}
  • {% endfor %}
    {% else %}
    No comments.
    {% endif %}
    Exposures

    {% if exposure_table %}
            {{- exposure_table }}
          
    {% else %}
    No exposures.
    {% endif %}