Metadata-Version: 2.1
Name: calistar
Version: 0.0.1
Summary: Tool to search for a single calibration star
Home-page: https://github.com/tomasstolker/calistar
Author: Tomas Stolker
Author-email: stolker@strw.leidenuniv.nl
License: MIT
Project-URL: Documentation, https://calistar.readthedocs.io
Keywords: calistar
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Astronomy
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: astropy
Requires-Dist: astroquery
Requires-Dist: matplotlib
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: pooch
Requires-Dist: rich
Requires-Dist: tqdm
Requires-Dist: typeguard

*calistar*
==========

.. image:: https://img.shields.io/pypi/v/calistar
   :target: https://pypi.python.org/pypi/calistar

.. image:: https://img.shields.io/pypi/pyversions/calistar
   :target: https://pypi.python.org/pypi/calistar

.. image:: https://github.com/tomasstolker/calistar/workflows/CI/badge.svg?branch=main
   :target: https://github.com/tomasstolker/calistar/actions

.. image:: https://img.shields.io/readthedocs/calistar
   :target: http://calistar.readthedocs.io

.. image:: https://codecov.io/gh/tomasstolker/calistar/branch/main/graph/badge.svg?token=LSSCPMJ5JH
   :target: https://codecov.io/gh/tomasstolker/calistar

.. image:: https://img.shields.io/codefactor/grade/github/tomasstolker/calistar
   :target: https://www.codefactor.io/repository/github/tomasstolker/calistar

.. image:: https://img.shields.io/github/license/tomasstolker/calistar
   :target: https://github.com/tomasstolker/calistar/blob/main/LICENSE

*calistar* is a tool to search for a single calibration star. For example to be used for reference-star differential imaging or aperture masking interferometry. The package has been released on `PyPI <https://pypi.org/project/calistar/>`_ and is actively developed and maintained on Github.

Documentation
-------------

Documentation can be found at `http://calistar.readthedocs.io <http://calistar.readthedocs.io>`_.

Contributing
------------

Contributions are welcome so please consider `forking <https://help.github.com/en/articles/fork-a-repo>`_ the repository and creating a `pull request <https://github.com/tomasstolker/calistar/pulls>`_. Bug reports and feature requests can be provided by creating an `issue <https://github.com/tomasstolker/calistar/issues>`_ on the Github page.

License
-------

Copyright 2023 Tomas Stolker

*calistar* is distributed under the MIT License. See `LICENSE <https://github.com/tomasstolker/pycrires/blob/main/LICENSE>`_ for the terms and conditions.
