.. seismolab documentation master file, created by sphinx-quickstart on Tue Feb 7 15:43:08 2023. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. .. figure:: logo-no-background.png :width: 600 :align: left Python package for analyzing space-based observations of variable stars ======================================================================= **seismolab** is an open-source python framework for downloading, analyzing, and visualizing data of variable stars from space-based surveys. The framework is primary intended to be used with data obtained by the Kepler, TESS and Gaia surveys, but can also be used by other similar existing and future surveys. Some modules are useful for analyzing ground-based observations as well. It has six main modules: .. hlist:: :columns: 1 * The *Gaia* module combines Gaia data with the Bailer-Jones distance catalog, galactic extinction maps and magnitudes from the Simbad catalog. * The *fourier* module calculates the Fourier coefficients and Fourier parameters of light curves. * The *template* module fits a set of Fourier harmonics to a light curve and derives the temporal variation of the amplitude/phase/zero point of the dominant variation. * The *OC* module fits a model to the extrema of a light curve to extract the minimum or maximum times and derives an O-C diagram. * The *inpainting* module fills gaps in time series data. * The *tfa* module provides different transformation methods for time-frequency analysis. To start using `seismolab`, check out the :ref:`installation ` first. .. toctree:: :maxdepth: 2 :caption: Contents: Contents ======== .. toctree:: about installation query_gaia query_gaia_cmd fourier template_fitting OC_calculator inpainting time_frequency_transformations .. toctree:: api Bug reports ----------- **seismolab** is an open source project under the MIT license. The source code is available on `GitHub `_. In case of any questions or problems, please contact us via the `Git Issues `_. Indices and tables ------------------ * :ref:`genindex` * :ref:`modindex` * :ref:`search`