-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPSTN-017.tex
66 lines (49 loc) · 2.11 KB
/
PSTN-017.tex
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
\documentclass[twocolumn]{aastex631}
% Package imports go here.
\usepackage{multirow} %for multirow
\usepackage{makecell}
\usepackage{xcolor,color, colortbl} % colortbl for arrayrulecolor
% Local commands go here.
\newcommand{\todo}[1]{}
\renewcommand{\todo}[1]{{\color{red} TODO: {#1}}}
\definecolor{RubinDarkTeal}{HTML}{058B8C}
\graphicspath{{./images/}}
\newcommand{\docRef}{PSTN-017}
\newcommand{\docUpstreamLocation}{\url{https://github.com/lsst-pst/pstn-017}}
\providecommand{\secref}[1]{Section~\ref{#1}}
\providecommand{\appref}[1]{Appendix~\ref{#1}}
\providecommand{\partref}[1]{Part~\ref{#1}}
\providecommand{\tabref}[1]{Table~\ref{#1}}
\providecommand{\figref}[1]{Figure~\ref{#1}}
\providecommand{\eqnref}[1]{Eq.~\ref{#1}}
\begin{document}
\input{authors}
\title{Overview of the Vera C.\ Rubin Observatory Data Management}
\hypersetup{
pdftitle={Overview of Vera C. Rubin Observatory Data Management},
pdfauthor={O'Mullane et al},
pdfkeywords={LSST, Data Management}}
\input{abstract}
\keywords{%
Astrophysics - Instrumentation and Methods for Astrophysics
---
methods: data analysis
---
methods: miscellaneous
}
\input{body}
\begin{acknowledgments}
This material is based upon work supported in part by the National Science Foundation through Cooperative Agreement AST-1258333 and Cooperative Support Agreement AST-1202910 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 LSSTC Institutional Members.
\end{acknowledgments}
\facilities{Rubin:Simonyi (LSSTCam), Rubin:1.2m (LATISS)}
\software{
Rubin Science Platform \citep{LDM-542},
LSST Science Pipelines \citep{PSTN-019},
Qserv \citep{Wang:2011:QDS:2063348.2063364}
}
% Include all the relevant bib files.
% https://lsst-texmf.lsst.io/lsstdoc.html#bibliographies
\label{sec:bib}
\bibliography{local,lsst,lsst-dm,refs_ads,refs,books}
\end{document}