Metadata-Version: 2.3
Name: ost_photometry
Version: 0.1.11
Summary: Phtometry reduction and analysis package for the OST observatory
Project-URL: Homepage, https://github.com/OST-Observatory/ost_photometry_package
Project-URL: Bug Tracker, https://github.com/OST-Observatory/ost_photometry_package/issues
Author-email: Rainer Hainich <rhainich@astro.physik.uni-potsdam.de>
License-File: LICENSE
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.6
Requires-Dist: astroalign>=2.4
Requires-Dist: astropy>=5.0
Requires-Dist: astroquery>=0.4
Requires-Dist: ccdproc>=2.3
Requires-Dist: matplotlib>=3.5
Requires-Dist: numpy>=1.18
Requires-Dist: path>=16.0
Requires-Dist: pathlib>=1.0
Requires-Dist: photutils>=1.8
Requires-Dist: pytimedinput>=2.0
Requires-Dist: regions>=0.6
Requires-Dist: scikit-image
Requires-Dist: scikit-learn>=1.1
Requires-Dist: scipy
Requires-Dist: twirl>=0.1
Requires-Dist: uncertainties>=3.1
Description-Content-Type: text/markdown

# OST Photometry Package
Photometry reduction and analysis package for the 
[OST Observatory](https://polaris.astro.physik.uni-potsdam.de/) of 
the University of Potsdam.

The package aims to provide easy-to-use data reduction and analysis 
functionality for photometric observations made with the observatory's 
telescopes and instruments. It is mainly used in the astrophysics laboratory 
courses of the university and provides on-the-fly data reduction for the 
data archive of the observatory. It is designed with these applications in 
mind. 

## Requirements

The following Python packages provide the core functionality of this 
package:
   
   * [ccdproc](https://github.com/astropy/ccdproc)
   * [photutils](https://github.com/astropy/photutils)
   * [astropy](https://github.com/astropy/astropy)
   * [astroquery](https://github.com/astropy/astroquery)
   * [numpy](https://github.com/numpy/numpy)
   * [scipy](https://github.com/scipy/scipy)
   * [uncertainties](https://github.com/lebigot/uncertainties)
   * [mathplotlib](https://github.com/matplotlib/matplotlib)

For astrometric solutions a local installation of the 
[astronomy.net](https://nova.astrometry.net/) software is required.