AOtools / aotools

A useful set of tools for Adaptive Optics in Python
GNU Lesser General Public License v3.0
109 stars 43 forks source link

change constant for coherenceTime and isoplanaticAngle #95

Closed ojdf closed 2 months ago

ojdf commented 1 year ago

The constant for the coherenceTime and isoplanaticAngle functions was 0.057, but should be 0.058(1). This was causing a very small (2%) error when these quantities were calculated. Fixed to make consistent with the literature.

codecov[bot] commented 1 year ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 92.18%. Comparing base (0be8a2a) to head (c0fbaa1). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #95 +/- ## ========================================== + Coverage 92.08% 92.18% +0.10% ========================================== Files 42 42 Lines 1997 1997 ========================================== + Hits 1839 1841 +2 + Misses 158 156 -2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.