-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathRTN-095.tex
More file actions
94 lines (79 loc) · 3.51 KB
/
Copy pathRTN-095.tex
File metadata and controls
94 lines (79 loc) · 3.51 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
\documentclass[ twocolumn,twocolappendix, linenumbers ,trackchanges]{aastex701}
% Package imports go here.
\usepackage{hyperref}
\usepackage[htt]{hyphenat} % Hyphenate texttt blocks
\usepackage{xspace} % grids of plots
\usepackage{subcaption}
\captionsetup{compatibility=false}
\usepackage{glossaries}
\usepackage{gensymb}
% All graphics paths here
\graphicspath{./}
% Local commands go here.
\newcommand{\docRef}{RTN-095}
\newcommand{\docUpstreamLocation}{\url{https://github.com/lsst/rtn-095}}
\providecommand{\secref}[1]{\hyperref[#1]{\S\ref{#1}}}
\providecommand{\appref}[1]{\hyperref[#1]{Appendix \ref{#1}}}
\providecommand{\tabref}[1]{\hyperref[#1]{\autoref{#1}}}
\providecommand{\figref}[1]{\hyperref[#1]{\autoref{#1}}}
\providecommand{\eqnref}[1]{\hyperref[#1]{Eq.~\ref{#1}}}
\providecommand{\recref}[1]{\hyperref[#1]{REC-\ref{#1}}}
\newcommand{\degsq}{$\rm deg^{2}$}
\input{aglossary.tex}
\makeglossaries
% Include the parameters file with the data
\input{parameters.tex}
\begin{document}
\setcounter{footnote}{0}
\doi{10.71929/rubin/2570536}
\date{\today}
\title{The Vera C. Rubin Observatory Data Preview 1}
\shorttitle{Rubin DP1}
% This can write metadata into the PDF.
% Update keywords and author information as necessary.
\hypersetup{
pdftitle={The Vera C. Rubin Observatory Data Preview 1},
pdfauthor={},
pdfkeywords={}
}
\input{authors}
\correspondingauthor{Leanne P. Guy; Tim Jenness; James Mullaney}
\input{abstract}
\keywords{Rubin Observatory -- LSST}
\input{introduction}
\input{commissioning}
\input{data_products}
\input{drp}
\input{performance}
\input{data_services}
\input{community_science}
\input{summary}
%Modify acknowledgements as needed.
\begin{acknowledgments}.
This material is based upon work supported in part by the National Science Foundation through Cooperative Agreements AST-1258333 and AST-2241526 and Cooperative Support Agreements AST-1202910 and AST-2211468 managed by the Association of Universities for Research in Astronomy (AURA), and the Department of Energy under Contract No.\ DE-AC02-76SF00515 with the SLAC National Accelerator Laboratory managed by Stanford University.
Additional Rubin Observatory funding comes from private donations, grants to universities, and in-kind support from LSST-DA Institutional Members.
This work has been supported by the French National Institute of Nuclear and Particle Physics (IN2P3) through dedicated funding provided by the National Center for Scientific Research (CNRS).
This work has been supported by STFC funding for UK participation in LSST, through grant ST/Y00292X/1.
\end{acknowledgments}
\vspace{5mm}
% Rubin:Simonyi is the official name on the AAS facilities list.
\facilities{Rubin:Simonyi (LSSTComCam), Rubin:USDAC}
% Acknowledge all software used here
\software{Rubin Data Butler \citep{2022SPIE12189E..11J},
LSST Science Pipelines \citep{PSTN-019},
LSST Feature Based Scheduler v3.0 \citep{peter_yoachim_2024_13985198, 2019AJ....157..151N}
Astropy \citep{2013A&A...558A..33A, 2018AJ....156..123A, 2022ApJ...935..167A}
PIFF \citep{2021ascl.soft02024J},
GBDES \citep{2022ascl.soft10011B},
Qserv \citep{Wang:2011:QDS:2063348.2063364, 2025ASPC..538..114M},
Slurm, HTCondor, CVMFS, FTS3, ESNet
}
\clearpage
\appendix
\printglossaries
% Include all the relevant bib files so that references can be found from
% lsst-texmf.
% https://lsst-texmf.lsst.io/lsstdoc.html#bibliographies
\bibliographystyle{aasjournal}
\bibliography{local,lsst,ivoa,lsst-dm,refs_ads,refs,books}
\end{document}