Skip to main content

Crate argos_arpa

Crate argos_arpa 

Source
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 sql tables.
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§

ARPAError

Traits§

TableItem
This trait is what makes the archivist work. Any struct expected to go into an sql table needs to implement this.

Functions§

check_psrchive
Checks if psrchive can be run.