faitdivers / pyao

PyAO - Adaptive Optics simulation package
6 stars 0 forks source link

[WFR] Southwell geometry is not working #97

Open faitdivers opened 10 years ago

faitdivers commented 10 years ago

Check the test code for a simple tilt and the results clearly show that something is amiss.

JaccovdS commented 10 years ago

Yep, I also came to the same conclusion and I think I now where I made a mistake (somewhere with some inversion). Will look into that today.

faitdivers commented 10 years ago

Okay, just beware that I think you were using the wrong indices to indexing the phase_num variable. Besides that I changed the way the G matrix is created so take that into consideration.

JaccovdS commented 10 years ago

Where do you think that Southwell is going wrong? Because I think the separate matrices that are created are correct. In the code that are the A and B matrices. Could there be going something wrong when they are inverted and multiplied?