AOtools / soapy

A Python Adaptive Optics Simulation
GNU General Public License v3.0
85 stars 32 forks source link

Fixed wrong pixel for instantaneous Strehl calculation. #103

Closed jwoillez closed 5 years ago

jwoillez commented 5 years ago

The instantaneous Strehl was being calculated from the intensity of the wrong pixel. This pull request fixes the issue.

codecov-io commented 5 years ago

Codecov Report

Merging #103 into master will not change coverage. The diff coverage is 0%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #103   +/-   ##
=======================================
  Coverage   66.92%   66.92%           
=======================================
  Files          24       24           
  Lines        3921     3921           
=======================================
  Hits         2624     2624           
  Misses       1297     1297
Impacted Files Coverage Δ
soapy/SCI.py 93.54% <0%> (ø) :arrow_up:

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 2fe49b6...570c70e. Read the comment docs.