Expand description
A pulsar timing and metadata archive developed for ARGOS project https://argos-telescope.eu/.
Modules§
- config
- This module contains configuration that should ideally be loaded from a file. It is subdivided into categories.
- conveniences
- A collection of convenience funtions. Might dissolve into separate modules in the future.
- data_
types - Various datatypes, most of which represent
sqltables. - diagnostics
- Diagnostic tools for the pipeline.
- pipeline
- The main TOA generation pipeline.
Structs§
- Archivist
- This keeps a live connection to the database and acts as your friend in getting and posting data.
Enums§
Traits§
- Table
Item - This trait is what makes the
archivistwork. Any struct expected to go into ansqltable needs to implement this.
Functions§
- check_
psrchive - Checks if psrchive can be run.