Skip to content

Latest commit

 

History

History
112 lines (84 loc) · 2.26 KB

pyfstat.utils.rst

File metadata and controls

112 lines (84 loc) · 2.26 KB

pyfstat.utils package

A collection of helpful functions to facilitate ease-of-use of PyFstat.

Most of these are used internally by other parts of the package and are of interest mostly only for developers, but others can also be helpful for end users.

Functions in these modules can be directly accessed via pyfstat.utils without explicitly mentioning the specific module in where they reside. (E.g. just call pyfstat.utils.some_function, not pyfstat.utils.some_topic.some_function.)

Submodules

pyfstat.utils.atoms module

pyfstat.utils.atoms

pyfstat.utils.cli module

pyfstat.utils.cli

pyfstat.utils.converting module

pyfstat.utils.converting

pyfstat.utils.ephemeris module

pyfstat.utils.ephemeris

pyfstat.utils.formatting module

pyfstat.utils.formatting

pyfstat.utils.gsl module

pyfstat.utils.gsl

pyfstat.utils.importing module

pyfstat.utils.importing

pyfstat.utils.io module

pyfstat.utils.io

pyfstat.utils.predict module

pyfstat.utils.predict

pyfstat.utils.runlalsuite module

pyfstat.utils.runlalsuite

pyfstat.utils.sft module

pyfstat.utils.sft

Module contents

pyfstat.utils