faitdivers / pyao

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

Added buffers to store simulation results. #74

Closed forcaeluz closed 10 years ago

forcaeluz commented 10 years ago

Added simple buffers to store the results. The performance is not the best, as new memory is allocated at each iteration step. But considering the size of the simulations we are running, this is ok for the demo. If later we discover that this is not ok, and performance should be improved, we can implement better buffers.

faitdivers commented 10 years ago

Simple pull request. Tested and it seemed OK.

Nothing to add. I'll merge it.