Stellarphot is a Python package to allow you to turn reduced astronomical images of point sources (e.g. stars) into useful photometry, with a focus on variable star and exoplanet transit observations. Specifically:
stellarphot
can perform aperture photometry on your images.stellarphot
can
stellarphot
can turns the photometry into exoplanet transit light curves (see installation notes below).stellarphot
requires Python 3.10 or later.
You can install stellarphot
with either pip
or conda
. If you are interested in stellarphot
for exoplanet transit light curves, conda
is recommended at the moment because of an issue with installing one of the dependencies.
Install with conda
using
conda install -c conda-forge stellarphot
If you are interested in exoplanet light curve fitting, also install batman
using
conda install -c conda-forge batman-package
Install with pip
using
pip install stellarphot
or if you are interested in exoplanet light curve fitting you should instead use:
pip install stellarphot[exo_fitting]
jupyter lab
Feel free to contact @mwcraig or @JuanCab with your questions about using stellarphot
.
This project is Copyright (c) 2019-2024 The Stellarphot Team and licensed under the terms of the BSD 3-Clause license. This package is based upon the Astropy package template which is licensed under the BSD 3-clause license.