Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/observations/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@ Information about the strategy and cadence for the Legacy Survey of Space and Ti
Nightly projection
------------------

The projected Rubin schedule can be obtained via ObsLocTAP `programatically <https://usdf-rsp.slac.stanford.edu/obsloctap/schedule?time=24>`_ or with the browser-based `viewer <https://usdf-rsp.slac.stanford.edu/obsloctap/static/viewer.html>`_.
A :ref:`tutorial notebook <tutorials-notebook>` for the Rubin Schedule Viewer is available.
The projected Rubin schedule can be obtained via ObsLocTAP with the browser-based `static viewer <https://usdf-rsp.slac.stanford.edu/obsloctap/static/viewer.html>`_
or `all-sky map interface <https://usdf-rsp.slac.stanford.edu/obsloctap/skymap>`_, and programmatically as demonstrated in the Commissioning :ref:`tutorials <tutorials-notebook>`.

Nightly reports
---------------

Automated per-night reports are publicly available as `scheduler viewer reports <https://s3df.slac.stanford.edu/data/rubin/sim-data/schedview/reports/>`_.

Static files of LSSTCam visits metadata are available in the Commissioning :ref:`tutorials <tutorials-notebook>`.
In the future, observational metadata will be available as queryable tables and documented under :doc:`/products/index`.

Template coverage
Expand Down
1 change: 1 addition & 0 deletions docs/tutorials/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ Commissioning data
notebook/notebook-101.rst
notebook/notebook-102.rst
notebook/notebook-103.rst
notebook/notebook-104.rst


Contributing
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<html lang="en">
<head><meta charset="utf-8"/>
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
<title>101_lsstcam_visits_database</title><script src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.1.10/require.min.js"></script>
<title>101_LSSTCam_visits_database_2025</title><script src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.1.10/require.min.js"></script>
<style type="text/css">
pre { line-height: 125%; }
td.linenos .normal { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; }
Expand Down Expand Up @@ -7802,7 +7802,7 @@
</div>
<div class="jp-InputArea jp-Cell-inputArea"><div class="jp-InputPrompt jp-InputArea-prompt">
</div><div class="jp-RenderedHTMLCommon jp-RenderedMarkdown jp-MarkdownOutput" data-mime-type="text/markdown">
<h1 id="101.-LSSTCam-visits-database">101. LSSTCam visits database<a class="anchor-link" href="#101.-LSSTCam-visits-database">¶</a></h1><div style="max-width:300px; float: left; margin-right: 1em">
<h1 id="101.-LSSTCam-visits-database-(2025-only)">101. LSSTCam visits database (2025 only)<a class="anchor-link" href="#101.-LSSTCam-visits-database-(2025-only)">¶</a></h1><div style="max-width:300px; float: left; margin-right: 1em">
<p><img alt="logo_for_header.png" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABIYAAAJ4CAYAAAAQp+hTAAABYWlDQ1BJQ0MgUHJvZmlsZQAAKJF1
kD9Lw1AUxU9qJWArKIg4OAR0Eau0sTq41SoidAi1WnUQ0jSmQto+kqi4ufkFxME/uInfoA4dVHAs
CEIVQXB1Frpoifc1alvF+7icH4d737vvAr6gypjpB5AvOFZyfkZaWV2TxFf44YOIUQiqZrOYoiSo
Expand Down Expand Up @@ -10247,7 +10247,7 @@ <h1 id="101.-LSSTCam-visits-database">101. LSSTCam visits database<a class="anch
<p>For the Rubin Science Platform at data.lsst.cloud.<br/>
Container Size: Large<br/>
LSST Science Pipelines version: v29.2.0<br/>
Last verified to run: 2026-04-16<br/>
Last verified to run: 2026-05-01<br/>
Repository: <a href="https://github.com/lsst/tutorial-notebooks">github.com/lsst/tutorial-notebooks</a><br/>
DOI: <a href="https://doi.org/10.11578/rubin/dc.20250909.20">10.11578/rubin/dc.20250909.20</a></p>
</div>
Expand Down Expand Up @@ -10280,8 +10280,9 @@ <h1 id="101.-LSSTCam-visits-database">101. LSSTCam visits database<a class="anch
<div class="jp-InputArea jp-Cell-inputArea"><div class="jp-InputPrompt jp-InputArea-prompt">
</div><div class="jp-RenderedHTMLCommon jp-RenderedMarkdown jp-MarkdownOutput" data-mime-type="text/markdown">
<div class="alert alert-block alert-warning">
<b>This tutorial notebook is superseded by "DP2/102_Visit_and_tract_metadata".</b><br/>
That DP2 notebook includes all visits and tracts that will be included in Data Preview 2, and should be used to make plots such as Figure 1, below.
<b>This tutorial notebook is superseded by "DP2/102_Visit_and_tract_metadata" and "Commissioning/102_LSSTCam_visits_metadata"</b>.<br/>
The DP2 notebook includes all visits and tracts that will be included in Data Preview 2, and should be used to make plots such as Figure 1, below.
The Commissioning notebook presents metadata for LSSTCam visits, some of which will be released as part of the Prompt data products.
</div>
</div>
</div>
Expand Down
Loading
Loading