-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSITCOMTN-173.tex
More file actions
91 lines (66 loc) · 3.09 KB
/
SITCOMTN-173.tex
File metadata and controls
91 lines (66 loc) · 3.09 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
\documentclass[SE,lsstdraft,authoryear,toc]{lsstdoc}
\input{meta}
% Package imports go here.
\usepackage{graphicx}
\usepackage{xcolor}
\usepackage{amsmath}
\usepackage{url}
\usepackage{siunitx}
% Local commands go here.
%If you want glossaries
%\input{aglossary.tex}
%\makeglossaries
\title{Impact of Optical Ghosts in Rubin Commissioning Data}
% This can write metadata into the PDF.
% Update keywords and author information as necessary.
\hypersetup{
pdftitle={Impact of Optical Ghosts in Rubin Commissioning Data},
pdfauthor={AashayPai},
pdfkeywords={}
}
% Optional subtitle
% \setDocSubtitle{A subtitle}
\input{authors}
\setDocRef{SITCOMTN-173}
\setDocUpstreamLocation{\url{https://github.com/lsst-sitcom/sitcomtn-173}}
\date{\vcsDate}
% Optional: name of the document's curator
% \setDocCurator{The Curator of this Document}
\setDocAbstract{%
Optical ghosts are image artifacts caused by successive reflections of light between optical surfaces such as lenses, filters, and detectors.
These artifacts are unavoidable due to the nonzero reflectances of optical elements and are a major source of contamination for low-surface-brightness science.
We use optical ray tracing simulations tuned to observations from LSST Commissioning to quantify the impact of optical ghosts on the LSST data.
In particular, we find that ${\sim} 0.57\%$ of the LSSTCam focal plane is impacted by optical ghosts when averaged across all bands.
}
% 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.}{Pai}
}
\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.
\input{introduction.tex}
\input{methods.tex}
\input{conclusions.tex}
\appendix
\section{Acknowledgements}
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.
% Include all the relevant bib files.
% https://lsst-texmf.lsst.io/lsstdoc.html#bibliographies
\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}