This document presents updated estimates of the Rubin system throughput and compares them to through- put requirements from the LSST Science Requirements Document. In addition, it uses these estimates to forecast LSST’s median single-visit and co-added image depths for the current baseline LSST cadence simulation. Estimated system performance relies on actual measurements of the performance of various system hardware components, and on simulations where measurements are still unavailable. The updated performance estimates meet all the relevant requirements from the LSST Science Requirements Document
- Live drafts: https://pstn-054.lsst.io
- GitHub: https://github.com/lsst-pst/pstn-054
This repository includes lsst-texmf as a Git submodule. Clone this repository:
git clone --recurse-submodules https://github.com/lsst-pst/pstn-054
Compile the PDF:
make
Clean built files:
make clean
A table of the technote's acronyms and their definitions are maintained in the acronyms.tex
file, which is committed as part of this repository.
To update the acronyms table in acronyms.tex
:
make acronyms.tex
Note: this command requires that this repository was cloned as a submodule.
The acronyms discovery code scans the LaTeX source for probable acronyms. You can ensure that certain strings aren't treated as acronyms by adding them to the skipacronyms.txt file.
The lsst-texmf repository centrally maintains definitions for LSST acronyms. You can also add new acronym definitions, or override the definitions of acronyms, by editing the myacronyms.txt file.
lsst-texmf includes BibTeX files, the lsstdoc
class file, and acronym definitions, among other essential tooling for LSST's LaTeX documentation projects.
To update to a newer version of lsst-texmf, you can update the submodule in this repository:
git submodule update --init --recursive
Commit, then push, the updated submodule.