Skip to content

Commit

Permalink
Merge pull request #22 from Athanaseus/aimfast_plotter
Browse files Browse the repository at this point in the history
Aimfast plotter
  • Loading branch information
Athanaseus authored Oct 29, 2018
2 parents eb11b4f + be54113 commit 7ced433
Show file tree
Hide file tree
Showing 10 changed files with 498 additions and 238 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
- implement Py3 compatibility
- Allows tigger model lsm.html or text file to determine Dynamic Range
using residual image
- Compare input-out tigger models and plot correlation
- Compare input-output flux tigger models and plot correlation

0.1.1
-----
Expand All @@ -12,6 +12,11 @@

0.1.2
-----
- Use peak flux when computing DYnamic Range (DR)
- Use peak flux when computing Dynamic Range (DR)
- Compute three DR (local using deepest negative, local using rms, global uing rms)
- Use a label instead of a path when creating stats dictionary

0.2.0
-----
- Compare input-output astrometry tigger models and plot correlation
- Compute correlation stats between output and input data-set
5 changes: 5 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
include CHANGELOG.rst
incude LISCENSE
include README.rst
include requirements.txt
include doc/*
5 changes: 5 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ aimfast
|Pypi Version|
|Build Version|
|Python Versions|
|Project License|

An Astronomical Image Fidelity Assessment Tool

Expand Down Expand Up @@ -60,6 +61,10 @@ standards pep8_.
:target: https://pypi.python.org/pypi/aimfast/
:alt:

.. |Project License| image:: https://img.shields.io/aur/license/yaourt.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
Loading

0 comments on commit 7ced433

Please sign in to comment.