-
Notifications
You must be signed in to change notification settings - Fork 0
/
PSTN-056.tex
116 lines (86 loc) · 3.56 KB
/
PSTN-056.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
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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
\documentclass[PST,authoryear,toc]{lsstdoc}%, lsstdraft]
\input{meta}
\defcitealias{PSTN-055}{PSTN-055}
\defcitealias{PSTN-053}{PSTN-053}
\defcitealias{PSTN-056}{PSTN-056}
\defcitealias{LPM-17}{SRD}
\newcommand{\tbd}[1]{{\color{red} #1}}
\newcommand{\new}[1]{{\color{blue} #1}}
\newcommand{\incomplete}[1]{{\color{blue} [PROVISIONAL RECOMMENDATION ] #1}}
\newcommand{\pz}{{Photo-$z$}}
%\newcommand{\ie}{{\it i.e.}}
%\newcommand{\eg}{{\it e.g.}}
\newcommand{\opsim}{\texttt{OpSim}}
\newcommand{\baseline}[1]{{\texttt{baseline\_v#1}}}
% Package imports go here.
\usepackage{placeins}
%\usepackage[printwatermark]{xwatermark}
%\usepackage{xcolor}
%\usepackage{graphicx}
%\newwatermark[allpages,color=red!50,angle=45,scale=3,xpos=0,ypos=0]{DRAFT}
\usepackage{overpic}
% Local commands go here.
%If you want glossaries
%\input{aglossary.tex}
%\makeglossaries
\title{Survey Cadence Optimization Committee’s Phase 3 Recommendations}
% This can write metadata into the PDF.
% Update keywords and author information as necessary.
\hypersetup
{pdftitle={Survey Cadence Optimization Committee’s Phase 3 Recommendations},
pdfauthor={Federica B. Bianco and the SCOC},
pdfkeywords={}
}
% Optional subtitle
% \setDocSubtitle{A subtitle}
\author{%
The Rubin Observatory Survey Cadence Optimization Committee
}
\setDocRef{PSTN-056}
\setDocUpstreamLocation{\url{https://github.com/lsst-pst/pstn-056}}
\date{\vcsDate}
% Optional: name of the document's curator
% \setDocCurator{The Curator of this Document}
\setDocAbstract{%
We present the final planned comprehensive recommendation for Rubin Observatory the Legacy Survey of Space and Time (LSST) survey strategy ahead of the start of LSST. This recommendation is the product of a many-years-long iterative process where community recommendations to maximize the scientific impact of LSST across domains of astrophysics were reviewed, synthesized, aggregated, and merged to define the overall plan for 10 years of LSST observations. The current recommendation builds on Phase 1 (\citetalias{PSTN-053}) and Phase 2 recommendations (\citetalias{PSTN-055}) and, together, they define a 10-year plan for observing. Here we answer questions left open in \citetalias{PSTN-055}, refine additional survey details, and describe the scope of future activities of the SCOC.
}
% Change history defined here.
% Order: oldest first.
% Fields: VERSION, DATE, DESCRIPTION, OWNER NAME.
% See LPM-51 for version number policy.
\setDocChangeRecord{%
\addtohist{1}{YYYY-MM-DD}{Unreleased.}{Federica Bianco and the Survey Cadence Optimization Committee}
}
\begin{document}
% Create the title page.
\maketitle
% Frequently for a technote we do not want a title page uncomment this to remove the title page and changelog.
% use \mkshorttitle to remove the extra pages
% ADD CONTENT HERE
% You can also use the \input command to include several content files.
%%%% THE SECTIONS %%%%%%
\input{intro}
\clearpage
\input{answers}
\clearpage
\input{additional}
\clearpage
\input{summaryrecommendation}
\clearpage
\input{baseline4}
\clearpage
\input{next}
%\input{process}
\appendix
% Include all the relevant bib files.
% https://lsst-texmf.lsst.io/lsstdoc.html#bibliographies
%%%% END OF SECTIONS %%%%%%
\section{References} \label{sec:bib}
\renewcommand{\refname}{} % Suppress default Bibliography section
\bibliography{local,lsst,lsst-dm,refs_ads,refs,books}
% Make sure lsst-texmf/bin/generateAcronyms.py is in your path
\section{Acronyms} \label{sec:acronyms}
\input{acronyms.tex}
% If you want glossary uncomment below -- comment out the two lines above
%\printglossaries
\end{document}