faitdivers / pyao

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

[Centroid] Reference spot for centroiding. #53

Closed faitdivers closed 10 years ago

faitdivers commented 10 years ago

To compute the centroid via the correlation method, the reference spot is given, I think, by the WFS part, when the propagation is done without any aberrations.

herminarto commented 10 years ago

I see.

for WFS part, can you provide me the intensity without any aberrations?

NKant13 commented 10 years ago

You can use the wfs function with a phase that is unity, this should provide you with an output that has no aberrations.

faitdivers commented 10 years ago

Do you mean zeros instead of unity, Nick?

On 7 June 2014 20:44, Nick Kant notifications@github.com wrote:

You can use the wfs function with a phase that is unity, this should provide you with an output that has no aberrations.

— Reply to this email directly or view it on GitHub https://github.com/faitdivers/pyao/issues/53#issuecomment-45417921.

NKant13 commented 10 years ago

Sorry you are right was thinking about the complex amplitude instead of only the phase. Although as long as the phase is constant this should be oke to create airy disks without aberrations.

faitdivers commented 10 years ago

Yes! Completely correct. Thanks for the heads up.

On 7 June 2014 22:05, Nick Kant notifications@github.com wrote:

Sorry you are right was thinking about the complex amplitude instead of only the phase. Although as long as the phase is constant this should be oke to create airy disks without aberrations.

— Reply to this email directly or view it on GitHub https://github.com/faitdivers/pyao/issues/53#issuecomment-45419833.

faitdivers commented 10 years ago

Closed after merging #63