Metadata-Version: 2.1
Name: aimfast
Version: 1.3.1
Summary: An Astronomical Image Fidelity Assessment Tool.
Home-page: https://github.com/Athanaseus/aimfast
Author: Athanaseus Ramaila
Author-email: ramaila.jat@gmail.com
License: GNU GPL 3
Keywords: fits dataset lsm statistics models html jupyter
Platform: OS Independent
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Scientific/Engineering :: Astronomy
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.8
License-File: LICENSE
Requires-Dist: alabaster (==0.7.12)
Requires-Dist: astlib (==0.10.0)
Requires-Dist: astro-kittens (==1.4.6)
Requires-Dist: astro-tigger (==1.6.1.1)
Requires-Dist: astro-tigger-lsm (==1.7.1)
Requires-Dist: astropy (==5.1)
Requires-Dist: astroquery (==0.4.6)
Requires-Dist: attrs (==22.1.0)
Requires-Dist: babel (==2.10.3)
Requires-Dist: beautifulsoup4 (==4.11.1)
Requires-Dist: bokeh (==2.4.3)
Requires-Dist: certifi (==2022.6.15)
Requires-Dist: cffi (==1.15.1)
Requires-Dist: charset-normalizer (==2.1.1)
Requires-Dist: configparser (==5.3.0)
Requires-Dist: cryptography (==37.0.4)
Requires-Dist: docutils (==0.19)
Requires-Dist: future (==0.18.2)
Requires-Dist: html5lib (==1.1)
Requires-Dist: idna (==3.3)
Requires-Dist: imagesize (==1.4.1)
Requires-Dist: importlib-metadata (==4.12.0)
Requires-Dist: importlib-resources (==5.9.0)
Requires-Dist: jeepney (==0.8.0)
Requires-Dist: jinja2 (==3.1.2)
Requires-Dist: joblib (==1.1.0)
Requires-Dist: jsonschema (==4.14.0)
Requires-Dist: keyring (==23.8.2)
Requires-Dist: markupsafe (==2.1.1)
Requires-Dist: mock (==4.0.3)
Requires-Dist: numpy (==1.23.2)
Requires-Dist: numpydoc (==1.4.0)
Requires-Dist: packaging (==21.3)
Requires-Dist: pillow (==9.2.0)
Requires-Dist: pkgutil-resolve-name (==1.3.10)
Requires-Dist: pycparser (==2.21)
Requires-Dist: pyerfa (==2.0.0.1)
Requires-Dist: pygments (==2.13.0)
Requires-Dist: pyparsing (==3.0.9)
Requires-Dist: pyrsistent (==0.18.1)
Requires-Dist: python-casacore (==3.5.1)
Requires-Dist: pytz (==2022.2.1)
Requires-Dist: pyvo (==1.3)
Requires-Dist: pyyaml (==6.0)
Requires-Dist: requests (==2.28.1)
Requires-Dist: scikit-learn (==1.1.2)
Requires-Dist: scipy (==1.9.0)
Requires-Dist: secretstorage (==3.3.3)
Requires-Dist: six (==1.16.0)
Requires-Dist: snowballstemmer (==2.2.0)
Requires-Dist: soupsieve (==2.3.2.post1)
Requires-Dist: sphinx (==5.1.1)
Requires-Dist: sphinxcontrib-applehelp (==1.0.2)
Requires-Dist: sphinxcontrib-devhelp (==1.0.2)
Requires-Dist: sphinxcontrib-htmlhelp (==2.0.0)
Requires-Dist: sphinxcontrib-jsmath (==1.0.1)
Requires-Dist: sphinxcontrib-qthelp (==1.0.3)
Requires-Dist: sphinxcontrib-serializinghtml (==1.1.5)
Requires-Dist: threadpoolctl (==3.1.0)
Requires-Dist: tornado (==6.2)
Requires-Dist: typing-extensions (==4.3.0)
Requires-Dist: urllib3 (==1.26.11)
Requires-Dist: webencodings (==0.5.1)
Requires-Dist: zipp (==3.8.1)
Provides-Extra: aegean
Requires-Dist: AegeanTools ; extra == 'aegean'
Provides-Extra: docs
Requires-Dist: sphinx-pypi-upload ; extra == 'docs'
Requires-Dist: numpydoc ; extra == 'docs'
Requires-Dist: Sphinx ; extra == 'docs'
Provides-Extra: pybdsf
Requires-Dist: bdsf ; extra == 'pybdsf'
Requires-Dist: matplotlib ; extra == 'pybdsf'
Provides-Extra: source_finders
Requires-Dist: bdsf ; extra == 'source_finders'
Requires-Dist: matplotlib ; extra == 'source_finders'
Requires-Dist: AegeanTools ; extra == 'source_finders'
Provides-Extra: svg_images
Requires-Dist: matplotlib ; extra == 'svg_images'
Requires-Dist: selenium ; extra == 'svg_images'

=======
aimfast
=======
|Doc Status|
|Pypi Version|
|Build Version|
|Python Versions|
|Project License|

An Astronomical Image Fidelity Assessment Tool

Main website: https://aimfast.readthedocs.io

==============
Introduction
==============

Image fidelity is a measure of the accuracy of the reconstructed sky brightness distribution. A related metric, dynamic range, is a measure of the degree to which imaging artifacts around strong sources are suppressed, which in turn implies a higher fidelity of the on-source reconstruction. Moreover, the choice of image reconstruction algorithm also affects the correctness of the on-source brightness distribution.

==============
Installation
==============
Installation from source_,
working directory where source is checked out

.. code-block:: bash
  
    $ pip install .

This package is available on *PYPI*, allowing

.. code-block:: bash
  
    $ pip install aimfast

=======
License
=======

This project is licensed under the GNU General Public License v3.0 - see license_ for details.

=============
Contribute
=============

Contributions are always welcome! Please ensure that you adhere to our coding
standards pep8_.

.. |Doc Status| image:: https://readthedocs.org/projects/aimfast/badge/?version=latest
                :target: http://aimfast.readthedocs.io/en/latest
                :alt:

.. |Pypi Version| image:: https://img.shields.io/pypi/v/aimfast.svg
                  :target: https://pypi.python.org/pypi/aimfast
                  :alt:
.. |Build Version| image:: https://travis-ci.org/Athanaseus/aimfast.svg?branch=master
                  :target: https://travis-ci.org/Athanaseus/aimfast
                  :alt:

.. |Python Versions| image:: https://img.shields.io/pypi/pyversions/aimfast.svg
                     :target: https://pypi.python.org/pypi/aimfast/
                     :alt:

.. |Project License| image:: https://img.shields.io/badge/license-GPL-blue.svg
                     :target: https://github.com/Athanaseus/aimfast/blob/master/LICENSE
                     :alt:

.. _source: https://github.com/Athanaseus/aimfast
.. _license: https://github.com/Athanaseus/aimfast/blob/master/LICENSE
.. _pep8: https://www.python.org/dev/peps/pep-0008
