{"id":21375574,"url":"https://github.com/lsst/rtn-008","last_synced_at":"2026-02-07T19:01:19.777Z","repository":{"id":52480808,"uuid":"299741884","full_name":"lsst/rtn-008","owner":"lsst","description":"LSST Processing of Gravitational Wave TOO Data in the Early Operations Era","archived":false,"fork":false,"pushed_at":"2025-10-06T22:36:59.000Z","size":200,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-10-07T00:19:53.767Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://rtn-008.lsst.io","language":"TeX","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc-by-4.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lsst.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-09-29T21:26:55.000Z","updated_at":"2025-10-06T22:37:03.000Z","dependencies_parsed_at":"2024-11-22T09:11:44.246Z","dependency_job_id":"7d56d81c-28de-4cbf-8723-2c2b05bad72d","html_url":"https://github.com/lsst/rtn-008","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lsst/rtn-008","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lsst%2Frtn-008","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lsst%2Frtn-008/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lsst%2Frtn-008/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lsst%2Frtn-008/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lsst","download_url":"https://codeload.github.com/lsst/rtn-008/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lsst%2Frtn-008/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29204940,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-07T17:44:10.191Z","status":"ssl_error","status_checked_at":"2026-02-07T17:44:07.936Z","response_time":63,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-22T09:11:35.857Z","updated_at":"2026-02-07T19:01:19.757Z","avatar_url":"https://github.com/lsst.png","language":"TeX","funding_links":[],"categories":[],"sub_categories":[],"readme":".. image:: https://img.shields.io/badge/rtn--008-lsst.io-brightgreen.svg\n   :target: https://rtn-008.lsst.io\n.. image:: https://github.com/rubin-observatory/rtn-008/workflows/CI/badge.svg\n   :target: https://github.com/rubin-observatory/rtn-008/actions/\n\n#######################################################################################\nRubin Observatory Processing of Gravitational Wave TOO Data in the Early Operations Era\n#######################################################################################\n\nRTN-008\n=======\n\nSince 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.\n\nLinks\n=====\n\n- Live drafts: https://rtn-008.lsst.io\n- GitHub: https://github.com/rubin-observatory/rtn-008\n\nBuild\n=====\n\nThis repository includes lsst-texmf_ as a Git submodule.\nClone this repository::\n\n    git clone --recurse-submodules https://github.com/rubin-observatory/rtn-008\n\nCompile the PDF::\n\n    make\n\nClean built files::\n\n    make clean\n\nUpdating acronyms\n-----------------\n\nA table of the technote's acronyms and their definitions are maintained in the ``acronyms.tex`` file, which is committed as part of this repository.\nTo update the acronyms table in ``acronyms.tex``::\n\n    make acronyms.tex\n\n*Note: this command requires that this repository was cloned as a submodule.*\n\nThe acronyms discovery code scans the LaTeX source for probable acronyms.\nYou can ensure that certain strings aren't treated as acronyms by adding them to the `skipacronyms.txt \u003c./skipacronyms.txt\u003e`_ file.\n\nThe lsst-texmf_ repository centrally maintains definitions for LSST acronyms.\nYou can also add new acronym definitions, or override the definitions of acronyms, by editing the `myacronyms.txt \u003c./myacronyms.txt\u003e`_ file.\n\nUpdating lsst-texmf\n-------------------\n\n`lsst-texmf`_ includes BibTeX files, the ``lsstdoc`` class file, and acronym definitions, among other essential tooling for LSST's LaTeX documentation projects.\nTo update to a newer version of `lsst-texmf`_, you can update the submodule in this repository::\n\n   git submodule update --init --recursive\n\nCommit, then push, the updated submodule.\n\n.. _lsst-texmf: https://github.com/lsst/lsst-texmf\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flsst%2Frtn-008","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flsst%2Frtn-008","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flsst%2Frtn-008/lists"}