Skip to content

Commit d4075ce

Browse files
Merge pull request #3 from lsst/tickets/SP-2127
tickets/SP-2127: set up basic draft content
2 parents 7102b0e + 8a2230e commit d4075ce

32 files changed

Lines changed: 1544 additions & 10 deletions

docs/brokers/index.rst

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
#############
2+
Alert brokers
3+
#############
4+
5+
Find more information about the nine alert brokers and how to access them in the `Rubin Observatory For Scientists <https://rubinobservatory.org/for-scientists/data-products/alerts-and-brokers>`_ website.
6+
7+
**Alert broker:** Software systems that ingest and process astronomical alerts from the LSST and other surveys, and serve them to the scientific community.
8+
9+
**Alert filter:** A set of rules that an alert packet either passes or fails.
10+
E.g., "if brighter than 21st magnitude, and if discovered less than 6 days ago, and if two detections exist, then pass" would be is a very simple filter.
11+
12+
Community filters
13+
=================
14+
15+
Up to 20 community alert filters will be defined, implemented, validated, and maintained by Rubin staff with input from the broad Rubin science community, and with support from the ANTARES broker.
16+
17+
These community filters will be designed to serve a variety of common time-domain science goals, and lower the barrier to entry into alert-based science.
18+
19+
See the "Roadmap for Community Alert Filters with the ANTARES Broker" `RTN-090 <https://rtn-090.lsst.io/>`_.

docs/cite.rst

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
.. _citedp1:
2+
3+
###########
4+
How to cite
5+
###########
6+
7+
`How to cite Rubin Observatory <https://rubinobservatory.org/for-scientists/documentation/cite>`_.
8+
9+
When citing the Prompt Products please reference this paper: |pp_paper|.
10+
11+
For AAS publications please refer to the `facility <https://journals.aas.org/facility-keywords/>`_ as "Rubin:Simonyi".
12+
13+
The `Minor Planet Center <https://minorplanetcenter.net/iau/lists/ObsCodesF.html>`_ has allocated the telescope code X05.
14+
15+
The instrument (LSST Science Camera) can be formally cited as
16+
17+
|lsstcam_doi|
18+
19+
and that page includes additional references describing the camera.
20+
21+
When asked to cite the Prompt Products dataset as a whole please use:
22+
23+
|prompt_doi|
24+
25+
If you only use a specific subset, such as only the alerts, or a specific catalog table or image type, you may cite the DOI explicitly assigned to that subset.
26+
Each individual page in :doc:`/products/index` includes the relevant DOI.
27+
28+
29+
How to refer to single objects
30+
==============================
31+
32+
If you are referring to individual sources or objects from the Prompt alerts or catalogs, please use the naming convention described here, which has been registered with the International Astronomical Union (IAU) and was developed following `IAU specifications <https://cdsweb.u-strasbg.fr/Dic/iau-spec.html>`_.
33+
All designations should begin with "LSST-P" (denoting the Legacy Survey of Space and Time, Prompt products), followed by a string that specifies which table the object was obtained from.
34+
These strings should be "DO" (``DiaObject``), "DS" (``DiaSource``), or "SSO" (``SSObject``).
35+
Following this table identifier, the (18-digit for all tables except ``SSObject``, for which the ID is 17 digits long) unique numeric identifier from the specified table (i.e., the ``diaObjectId``, ``diaSourceId``, or ``ssObjectId``) should be included.
36+
The "fields" of the identifier should be separated by dashes, so that the designation appears like "LSST-P-TAB-123456789012345678."
37+
To summarize, here are examples for objects from each table:
38+
39+
* ``DiaObject``: LSST-P-DO-609788942606140532 (for ``diaObjectId`` 609788942606140532)
40+
* ``DiaSource``: LSST-P-DS-600359758253260853 (for ``diaSourceId`` 600359758253260853)
41+
* ``SSObject``: LSST-P-SSO-21163611375481943 (for ``ssObjectId`` 21163611375481943)
42+
43+
All catalog entries reported in Prompt tables will have at least one of these three types of IDs.
44+
45+
Reporting data to external systems
46+
==================================
47+
48+
When reporting discoveries or followup information from Prompt products to external archives and messaging mechanisms
49+
(e.g., the IAU Transient Name Service (``https://www.wis-tns.org/``),
50+
please remember to use "LSSTCam" as the instrument name and "Rubin:Simonyi"
51+
(or just "Rubin" if that's not available) as the observatory/facility/telescope name,
52+
and please look for an option to report filters as "LSST" and not "Sloan", despite the similarity in photometric systems.
53+
54+
If you encounter a service where these metadata options are not yet available,
55+
we ask that you bring this to our attention;
56+
a post on the "Support" category on https://community.lsst.org/ would be very much appreciated.

docs/doi.png

107 KB
Loading

docs/index.rst

Lines changed: 27 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Vera C. Rubin Observatory Prompt Products
55
#########################################
66

7-
**Anticipated release date**: June/July 2025
7+
**Anticipated start of Alert Production**: July 2025
88

99
.. important::
1010

@@ -13,18 +13,30 @@ Vera C. Rubin Observatory Prompt Products
1313
Overview
1414
========
1515

16-
General information about LSST prompt data products.
16+
General information about the observations and data products.
1717

1818
.. toctree::
1919
:maxdepth: 2
2020
:titlesonly:
2121

2222
Overview <overview/index>
2323

24+
25+
Brokers
26+
=======
27+
28+
Software to process and serve alerts to scientists.
29+
30+
.. toctree::
31+
:maxdepth: 2
32+
:titlesonly:
33+
34+
Brokers <brokers/index>
35+
2436
Data products
2537
=============
2638

27-
Descriptions and schema for the images and catalogs.
39+
Descriptions and schema for the alert packets, catalogs, and images.
2840

2941
.. toctree::
3042
:maxdepth: 2
@@ -35,7 +47,7 @@ Descriptions and schema for the images and catalogs.
3547
Data processing
3648
===============
3749

38-
Summaries of the data processing steps that generated the data products.
50+
Summaries of the data processing steps that generate the data products.
3951

4052
.. toctree::
4153
:maxdepth: 2
@@ -53,3 +65,14 @@ Tutorials demonstrating how to access and analyze data via the Rubin Science Pla
5365
:titlesonly:
5466

5567
Tutorials <tutorials/index>
68+
69+
How to cite
70+
===========
71+
72+
How to cite Rubin Observatory and the Prompt data products.
73+
74+
.. toctree::
75+
:maxdepth: 1
76+
:glob:
77+
78+
cite
870 KB
Loading

docs/overview/index.rst

Lines changed: 32 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,33 @@
1-
################################
2-
Overview of prompt data products
3-
################################
1+
########
2+
Overview
3+
########
4+
5+
General information about the Prompt data products generated by the Rubin Observatory.
6+
7+
.. _overview-comcam:
8+
9+
LSST Science Camera
10+
===================
11+
12+
All observations were obtained with the LSST Science Camera (LSSTCam).
13+
14+
.. toctree::
15+
:maxdepth: 1
16+
:glob:
17+
18+
lsstcam
19+
20+
21+
.. _overview-observations:
22+
23+
Observations
24+
============
25+
26+
The observations contributing to Prompt products.
27+
28+
.. toctree::
29+
:maxdepth: 1
30+
:glob:
31+
32+
observations
433

5-
General information about prompt data products generated by the Rubin Observatory.

docs/overview/lsstcam.rst

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
.. _lsstcam:
2+
3+
###################
4+
LSST Science Camera
5+
###################
6+
7+
.. important::
8+
9+
**Placeholder.** This website is currently under development.
10+
11+
12+
|lsstcam_doi|
13+
14+
The LSST Camera is the world's largest digital camera. It has 3.2 Gigapixels over a 9.6 square degree field of view and six optical filters.
15+
16+
For more information about the focal plane, filters, key numbers, and technical references for LSSTCam, visit:
17+
18+
* Rubin Observatory `Instruments <https://rubinobservatory.org/for-scientists/rubin-101/instruments>`_ webpage

docs/overview/observations.rst

Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
.. _observations:
2+
3+
############
4+
Observations
5+
############
6+
7+
.. important::
8+
9+
**Placeholder.** This website is currently under development.
10+
11+
12+
Rubin Observatory is still in the commissioning phase.
13+
The key objective is to verify the as-built system and to evaluate the operational efficiency.
14+
The amount of science-grade data collected during commissioning is dependent on several potentially compounding factors, such as resolving emergent technical challenges, calibrating the system performance, weather in Chilean winter, and so on.
15+
16+
17+
Science Validation (SV) surveys
18+
===============================
19+
20+
The baseline Science Validation survey design is described in Section 6 of the
21+
"Construction Completeness and Operations Readiness Criteria" document,
22+
`SITCOMTN-005 <https://sitcomtn-005.lsst.io/>`_.
23+
24+
As of Jun 2025, the SV surveys were expected to begin in late Jun 2025.
25+
It is anticipated that 55% of the night would be available for observations
26+
(after accounting for, e.g., engineering time, weather).
27+
SV survey visits will consist of 30-second exposures in *grizy*-bands and 38-second exposures in *u*-band.
28+
The SV survey design incorporates two components: Deep and Wide.
29+
30+
Deep survey:
31+
32+
* targets four Deep Drilling Fields
33+
* ELAIS S1, XMM LSS, ECDFS, and EDFSa + EDFSb
34+
* rapid temporal sampling
35+
* reaching LSST 10-year depths
36+
37+
Wide survey:
38+
39+
* spans ~160 deg in RA a within 10 degrees of the Ecliptic
40+
* covers extragalactic and Galactic regions
41+
* for template generation in support of Prompt Processing
42+
43+
Any "extra" time is planned to be spent broadening the area of sky
44+
covered by templates for difference imaging.
45+
46+
47+
.. figure:: images/sitcomtn-005_figure4.png
48+
:name: sitcomtn-005_figure4
49+
:alt: A sky map showing the locations of the planned science validation surveys.
50+
51+
Figure 1: This is Figure 4 from SITCOMTN-005, showing the planned science validation surveys coverage expressed as total number of overlapping visits across the ugrizy bands.
52+
53+
54+
55+
56+
Survey strategy
57+
===============
58+
59+
Information about the strategy and cadence for the Legacy Survey of Space and Time can be found at `survey-strategy.lsst.io <https://survey-strategy.lsst.io/>`_.
60+
61+
Nightly projection
62+
------------------
63+
64+
*Placeholder for a future link to a live projection of the LSST scheduler.*
65+
66+
67+
Alert stream status
68+
===================
69+
70+
*Placeholder for a future link to a live dashboard of alert stream status.*
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
.. _alert-gen:
2+
3+
################
4+
Alert generation
5+
################
6+
7+
.. important::
8+
9+
**Placeholder.** Prompt data processing is under construction.
10+
11+
12+
This includes the creation of packets from the APDB, and alert distribution to brokers.

docs/processing/dia/index.rst

Lines changed: 107 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,107 @@
1+
.. _dia:
2+
3+
###############################
4+
Difference image analysis (DIA)
5+
###############################
6+
7+
.. important::
8+
9+
**Placeholder.** Prompt data processing is under construction.
10+
11+
12+
DIA uses the decorrelated `Alard and Lupton (1998) <https://ui.adsabs.harvard.edu/abs/1998ApJ...503..325A/abstract>`_
13+
image differencing algorithm,
14+
as described in "Implementation of Image Difference Decorrelation" (`dmtn-021.lsst.io <https://dmtn-021.lsst.io/>`_)
15+
and in the LSST Science Pipelines documentation for
16+
the `Alard-Lupton implementation <https://pipelines.lsst.io/modules/lsst.ip.diffim/AL_implementation.html>`_.
17+
18+
Key terminology:
19+
20+
* ``DiaSource``: a detection, positive or negative, in a single difference image
21+
* ``DiaObject``: the astrophysical transient or variable object at a static sky coordinate
22+
23+
24+
**Light curves:** the forced photometry fluxes should be used for light curves.
25+
26+
All measurements are stored in the catalog :doc:`/products/index`.
27+
28+
29+
Difference images
30+
=================
31+
32+
Template coadd images are warped, scaled, and PSF-matched to a visit image,
33+
and then subtracted from the visit image to create a difference image.
34+
35+
In the context of DIA, the visit image is sometimes referred to as the
36+
"direct" or "science" image.
37+
38+
39+
DIA source detection
40+
====================
41+
42+
DIA source detection refers to the process of finding regions with above-threshold
43+
absolute flux in difference images, where the threshold is a signal-to-noise ratio of 5.
44+
45+
Difference images contain sources of residual flux from the subtraction, both
46+
positive and negative.
47+
Real astrophysical transients, variables, and moving objects appear as sources with
48+
a flux that is equal to the difference between their flux in the template and visit images.
49+
50+
Spurious sources are also present due to unavoidably imperfect template matching.
51+
52+
Deblending is not run on difference image sources.
53+
54+
The results of DIA source detection are stored in the ``DiaSource`` catalog.
55+
56+
57+
Reliability score
58+
-----------------
59+
60+
Both real and spurious DIA sources can be detected with a signal-to-noise ratio of 5.
61+
An estimate of how likely a source is to be real is provided to enable filtering of DIA sources by users.
62+
63+
Dipoles
64+
-------
65+
66+
Sources with footprints containing both positive and negative peaks are fit with a
67+
dipole centroid code.
68+
Dipoles represent sources that have moved only slightly (e.g., less than the PSF)
69+
between template and visit image.
70+
71+
Pixel flags
72+
-----------
73+
74+
If the footprint contains one or more flagged pixels,
75+
e.g., for cosmic rays, detector edge, bad pixels,
76+
known artifacts, non-astrophysical trails,
77+
the source is also flagged.
78+
79+
80+
81+
DIA object association
82+
======================
83+
84+
DIA sources are associated into DIA objects using a radius of 1 arcsecond.
85+
86+
The DIA objects are stored in the ``DiaObject`` catalog.
87+
88+
89+
Variability characterization
90+
----------------------------
91+
92+
Light curve characterization parameters are calculated for all DIA objects,
93+
such as the minimum, mean, maximum, standard deviation, and skew in the
94+
difference image fluxes, the light curve's slope, percentiles, and ``StetsonJ``
95+
parameter.
96+
97+
98+
DIA forced photometry
99+
=====================
100+
101+
In general, "forced" photometry means a measurement made at a fixed coordinate in an image,
102+
regardless of whether an above-threshold region was detected in that particular image.
103+
104+
Forced PSF photometry measurements are made on all visit and difference images
105+
at the locations of all DIA objects.
106+
The results are stored in the ``ForcedSourceOnDiaObject`` catalog.
107+

0 commit comments

Comments
 (0)