phot2lc ======= phot2lc is a pure-Python interactive tool for extracting light curves from time-series photometric data. phot2lc is largely inspired by WQED (`Thompson & Mullally 2009 `_, `2013 `_), and is currently designed to work with the photometric outputs from MAESTRO (`Dalessio 2010 `_, `2013 `_), ccd_hsp (`Kanaan et al. 2002 `_), ULTRACAM (`Dhillon et al. 2007 `_), and HiPERCAM (`Dhillon et al. 2021 `_). Installation ============ Current version: |pypi-badge| .. |pypi-badge| image:: https://img.shields.io/pypi/v/phot2lc.svg :target: https://pypi.python.org/pypi/phot2lc :alt: PyPI Latest Version You can install phot2lc with pip: .. code-block:: bash pip install phot2lc The phot2lc project can also be found at `GitHub `_ and at `PyPI `_. Requirements ============ * python >= 3.11 * numpy >= 2.4 * scipy >= 1.17 * pandas >= 3.0 * matplotlib >= 3.10 * PyQt5 >= 5.15 * astropy >= 7.2 * photutils >= 2.3 * lmfit >= 1.3 Package Contents ================ * **phot2lc** -- The main light curve extraction program * **photconfig** -- Configures some of phot2lc's defaults * **weldlc** -- Welds together multiple light curve files into one * **quicklook** -- Generates quicklook plots of light curves and their periodograms * **addstar** -- Convenience function for adding new stars to the *stars.dat* file Guide ^^^^^ .. toctree:: :maxdepth: 7 introduction configuration quickstart barycorr additional license help