faitdivers / pyao

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

[WFR] Bug in visualization / Construction #96

Closed faitdivers closed 10 years ago

faitdivers commented 10 years ago

When running the test file with a simple tilt or tip the reconstruction is not correct. There seems to be an alignment problem.

It is either due to the construction of the reconstruction matrix or the way the data is visualized.

faitdivers commented 10 years ago

Fixed in #82. The way the matrix G was constructed was faulty. Basically to use the matrix G as it was constructed we would have to reshape the vector containing the phase into matrix form and transpose it and then vectorize it again.