https://github.com/lsst/rtn-008
LSST Processing of Gravitational Wave TOO Data in the Early Operations Era
https://github.com/lsst/rtn-008
Last synced: 4 months ago
JSON representation
LSST Processing of Gravitational Wave TOO Data in the Early Operations Era
- Host: GitHub
- URL: https://github.com/lsst/rtn-008
- Owner: lsst
- License: cc-by-4.0
- Created: 2020-09-29T21:26:55.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-10-06T22:36:59.000Z (8 months ago)
- Last Synced: 2025-10-07T00:19:53.767Z (8 months ago)
- Language: TeX
- Homepage: https://rtn-008.lsst.io
- Size: 195 KB
- Stars: 1
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
.. image:: https://img.shields.io/badge/rtn--008-lsst.io-brightgreen.svg
:target: https://rtn-008.lsst.io
.. image:: https://github.com/rubin-observatory/rtn-008/workflows/CI/badge.svg
:target: https://github.com/rubin-observatory/rtn-008/actions/
#######################################################################################
Rubin Observatory Processing of Gravitational Wave TOO Data in the Early Operations Era
#######################################################################################
RTN-008
=======
Since the watershed discovery of an electromagnetic counterpart to the LIGO gravitational wave source GW170817, multi-messenger astrophysics has emerged as a major area of strategic focus for the NSF. Rubin Observatory’s depth, survey speed, and data management systems will make it a key asset in the search for EM counterparts. Exploiting this capability in the first year of Rubin operations (GW observing run O4) may require special actions, however. We discuss potential approaches to data access, template building, and special data processing.
Links
=====
- Live drafts: https://rtn-008.lsst.io
- GitHub: https://github.com/rubin-observatory/rtn-008
Build
=====
This repository includes lsst-texmf_ as a Git submodule.
Clone this repository::
git clone --recurse-submodules https://github.com/rubin-observatory/rtn-008
Compile the PDF::
make
Clean built files::
make clean
Updating acronyms
-----------------
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 <./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 <./myacronyms.txt>`_ file.
Updating lsst-texmf
-------------------
`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.
.. _lsst-texmf: https://github.com/lsst/lsst-texmf