Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates for 0.2 #19

Merged
merged 11 commits into from
May 13, 2017
Merged

Updates for 0.2 #19

merged 11 commits into from
May 13, 2017

Conversation

andrewpaulreeves
Copy link
Contributor

  • Add some more docs
  • moving optical propagation from "turbulence" to top namespace, as its general propagation, not just for turbulence.
  • Previously, if an inversion in the infinite phase screen failed (due to a linear algebra error using a Cholsky decomposition), a different method would be used. However, this resulted in unpredictable results. Now if the Cholsky fails, just throw and error. (Usually the error can be fixed by using a large (more course) pixel scale

@codecov-io
Copy link

codecov-io commented May 13, 2017

Codecov Report

Merging #19 into master will not change coverage.
The diff coverage is 66.66%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #19   +/-   ##
=======================================
  Coverage   69.59%   69.59%           
=======================================
  Files          21       21           
  Lines         980      980           
=======================================
  Hits          682      682           
  Misses        298      298
Impacted Files Coverage Δ
aotools/astronomy/_astronomy.py 14.28% <ø> (ø)
aotools/astronomy/__init__.py 100% <ø> (ø) ⬆️
aotools/turbulence/__init__.py 100% <ø> (ø) ⬆️
aotools/turbulence/infinitephasescreen.py 84.96% <0%> (ø) ⬆️
aotools/__init__.py 100% <100%> (ø) ⬆️
aotools/opticalpropagation.py 36.06% <100%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4c93aab...9f5f773. Read the comment docs.

@matthewtownson
Copy link
Member

Looks good

@matthewtownson matthewtownson merged commit 39e02b2 into AOtools:master May 13, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants