-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6 from Athanaseus/Prepare-release
Prepare release
- Loading branch information
Showing
4 changed files
with
80 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
======= | ||
aimfast | ||
======= | ||
|Doc Status| | ||
|Pypi Version| | ||
|Python Versions| | ||
|
||
aimfast is 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. For high dynamic ranges with wide bandwidths, algorithms that model the sky spectrum as well as the average intensity can yield more accurate reconstructions. | ||
|
||
============== | ||
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: | ||
|
||
.. |Python Versions| image:: https://img.shields.io/pypi/pyversions/aimfast.svg | ||
:target: https://pypi.python.org/pypi/aimfast/ | ||
: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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters