cheritier / OOPAO

Object Oriented Python Adaptive Optics
https://cheritier.github.io/OOPAO/
GNU General Public License v3.0
16 stars 17 forks source link

Updated LiFT function: added description of different variables, nume… #26

Closed RafaelSalgueiro58 closed 3 months ago

RafaelSalgueiro58 commented 3 months ago

The numerical variable is now defined as a LiFT variable instead of being called in the generateLIFTinteractionMatrices function. I added a description of all the input variables for LiFT and the type of each variable. I created a new input variable inside the Reconstructor function called check_convergence. If False, we always iterate until we reach the maximum number of iterations even if the convergence criteria are met. I added an example at the LiFT tutorial where we can see the effect of this variable.

cheritier commented 3 months ago

Changes made by another commit.