pint.toa
Tools for working with pulse time-of-arrival (TOA) data.
In particular, single TOAs are represented by pint.toa.TOA
objects, and if you
want to manage a collection of these we recommend you use a pint.toa.TOAs
object
as this makes certain operations much more convenient. You probably want to load one with
pint.toa.get_TOAs()
(from a .tim
file) or pint.toa.get_TOAs_array()
(from a
numpy.ndarray
or astropy.time.Time
object).
Functions
|
|
|
Format TOA line for writing |
|
Load and prepare TOAs for PINT use. |
|
Load and prepare TOAs for PINT use from an array of times. |
|
Load TOAs from a list of TOA objects. |
|
Load a pickle file, un-gzipping if necessary. |
|
Merge a list of TOAs instances and return a new combined TOAs instance |
|
Read TOAs from the given filename into a list. |
|
Write the TOAs to a |
Classes
|
|
|
A time of arrival (TOA) class. |
|
A class of multiple TOAs, loaded from zero or more files. |