faitdivers / pyao

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

WFS_iss57 Sensor Noise Implementation #83

Closed amydeeb closed 10 years ago

amydeeb commented 10 years ago

Added Readout (White Gaussian) and Photon (Poisson) Noise to WFS. Can turn on and off with the 'Noisy' flag in paramsSensor. Currently turned off (False) in main.py.

Also includes demoWFS.py which was used for the presentation and can be used to isolate the sensor model from the rest of the loop and plot the intensity distribution for the lenslet array.

Documentation for noise on WFSDocumentation branch.

faitdivers commented 10 years ago

In terms of functionality there's not that much to say. Seems OK to me.

@forcaeluz if it's ok with you as well, merge it.