You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* add tutorials
* fix link
* fix filename
* small edits to tutorials page
* minor edit
* reset alerts page to standard format
* rm dp1 placeholder text
* fill in the access page
* update citations, add bib
* fix bib links
* take dl out of epilog
* fix bib ref
* adopt standard text citation refs
Copy file name to clipboardExpand all lines: docs/cite.rst
+43-11Lines changed: 43 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,28 +4,60 @@
4
4
How to cite
5
5
###########
6
6
7
-
`How to cite Rubin Observatory <https://rubinobservatory.org/for-scientists/documentation/cite>`_.
7
+
For general information, see `How to cite Rubin Observatory <https://rubinobservatory.org/for-scientists/documentation/cite>`_ and `citations.lsst.io <https://citations.lsst.io/>`_.
8
8
9
-
When citing the Prompt Products please reference this paper: |pp_paper|.
10
9
11
-
For AAS publications please refer to the `facility <https://journals.aas.org/facility-keywords/>`_ as "Rubin:Simonyi".
10
+
DOI and publications
11
+
====================
12
12
13
-
The `Minor Planet Center <https://minorplanetcenter.net/iau/lists/ObsCodesF.html>`_ has allocated the telescope code X05.
13
+
Data products
14
+
-------------
14
15
15
-
The instrument (LSST Science Camera) can be formally cited as
16
+
When citing the Prompt Products please reference this paper:
16
17
17
-
|lsstcam_doi|
18
+
|pp_paper|
18
19
19
-
and that page includes additional references describing the camera.
20
20
21
-
When asked to cite the Prompt Products dataset as a whole please use:
21
+
When citing the Prompt Products dataset as a whole please use:
22
22
23
23
|prompt_doi|
24
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
25
28
-
`citations.lsst.io <http://citations.lsst.io/>`_ provides a single point of reference for Rubin citations.
26
+
If you only use a specific data product (e.g., alerts, or a specific catalog or image type), you may cite the DOI explicitly assigned to that subset.
27
+
These DOI will appear on the individual pages under :doc:`/products/index`.
28
+
29
+
30
+
Science pipelines software
31
+
--------------------------
32
+
33
+
The `Rubin Science Pipelines <https://pipelines.lsst.io/>`_ can be formally cited as:
Copy file name to clipboardExpand all lines: docs/observations/index.rst
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,26 +1,27 @@
1
1
#######################
2
-
Observations and Status
2
+
Observations and status
3
3
#######################
4
4
5
5
.. important::
6
6
7
-
**Placeholder.** Rubin Observatory is still in an early operations optimization phase.
7
+
Rubin Observatory is still in an early operations phase.
8
8
9
9
The key objective is to improve the image quality and survey efficiency in order to start the ten-year LSST survey.
10
-
The amount of science-grade data collected during this phase will vary.
11
-
10
+
The amount of science-grade data collected during this early phase will vary.
11
+
For the general timeline during this phase, read more about the `Early Science Program <https://rubinobservatory.org/for-scientists/resources/early-science>`_.
12
12
13
13
14
14
Survey strategy
15
15
===============
16
16
17
17
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/>`_.
18
18
19
+
19
20
Nightly projection
20
21
------------------
21
22
22
-
The projected Rubin schedule can be obtained via ObsLocTAP `programatically <https://usdf-rsp.slac.stanford.edu/obsloctap/schedule?time=24>`_ or with a `viewer <https://usdf-rsp.slac.stanford.edu/obsloctap/static/viewer.html>`_.
23
-
A `tutorial <https://github.com/lsst/tutorial-notebooks/blob/main/Commissioning/102_rubin_schedule_viewer.ipynb>`_ is available.
23
+
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>`_.
24
+
A :ref:`tutorial notebook <tutorials-notebook>` for the Rubin Schedule Viewer is available.
Copy file name to clipboardExpand all lines: docs/processing/dia/index.rst
+14-38Lines changed: 14 additions & 38 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,46 +6,32 @@ Difference image analysis (DIA)
6
6
7
7
.. important::
8
8
9
-
**Placeholder.** Prompt data processing is under construction.
9
+
Prompt data processing is under construction.
10
10
11
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>`_.
12
+
DIA uses the decorrelated `Alard and Lupton (1998) <https://ui.adsabs.harvard.edu/abs/1998ApJ...503..325A/abstract>`_ image differencing algorithm, as described in "Implementation of Image Difference Decorrelation" (`dmtn-021.lsst.io <https://dmtn-021.lsst.io/>`_) and in the LSST Science Pipelines documentation for the `Alard-Lupton implementation <https://pipelines.lsst.io/modules/lsst.ip.diffim/AL_implementation.html>`_.
17
13
18
14
Key terminology:
19
15
20
16
* ``DiaSource``: a detection, positive or negative, in a single difference image
21
17
* ``DiaObject``: the astrophysical transient or variable object at a static sky coordinate
22
18
23
19
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
20
Difference images
30
21
=================
31
22
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.
23
+
Template coadd images are warped, scaled, and PSF-matched to a visit image, and then subtracted from the visit image to create a difference image.
34
24
35
-
In the context of DIA, the visit image is sometimes referred to as the
36
-
"direct" or "science" image.
25
+
In the context of DIA, the visit image is sometimes referred to as the "direct" or "science" image.
37
26
38
27
39
28
DIA source detection
40
29
====================
41
30
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.
31
+
DIA source detection refers to the process of finding regions with above-threshold absolute flux in difference images, where the threshold is a signal-to-noise ratio of 5.
44
32
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.
33
+
Difference images contain sources of residual flux from the subtraction, both positive and negative.
34
+
Real astrophysical transients, variables, and moving objects appear as sources with a flux that is equal to the difference between their flux in the template and visit images.
49
35
50
36
Spurious sources are also present due to unavoidably imperfect template matching.
51
37
@@ -63,19 +49,13 @@ An estimate of how likely a source is to be real is provided to enable filtering
63
49
Dipoles
64
50
-------
65
51
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.
52
+
Sources with footprints containing both positive and negative peaks are fit with a dipole centroid code.
53
+
Dipoles represent sources that have moved only slightly (e.g., less than the PSF) between template and visit image.
70
54
71
55
Pixel flags
72
56
-----------
73
57
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
-
58
+
If the footprint contains one or more flagged pixels, e.g., for cosmic rays, detector edge, bad pixels, known artifacts, non-astrophysical trails, the source is also flagged.
79
59
80
60
81
61
DIA object association
@@ -89,19 +69,15 @@ The DIA objects are stored in the ``DiaObject`` catalog.
89
69
Variability characterization
90
70
----------------------------
91
71
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.
72
+
Light curve characterization parameters (timeseries features) are calculated for all DIA objects.
73
+
In the future this set of parameters will extend to include measurements such as standard deviation, skew slope, percentiles, the ``StetsonJ`` parameter and more.
96
74
97
75
98
76
DIA forced photometry
99
77
=====================
100
78
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.
79
+
In general, "forced" photometry means a measurement made at a fixed coordinate in an image, regardless of whether an above-threshold region was detected in that particular image.
103
80
104
-
Forced PSF photometry measurements are made on all visit and difference images
105
-
at the locations of all DIA objects.
81
+
Forced PSF photometry measurements are made on all visit and difference images at the locations of all DIA objects.
106
82
The results are stored in the ``ForcedSourceOnDiaObject`` catalog.
0 commit comments