Skip to content

fquiros/CEO

 
 

Repository files navigation

Cuda Engined Optics

Cuda Engined Optics or CEO is a CUDA library for the modeling of Adaptive Optics (AO) systems in Astronomy.

CEO consists of a C++ API that hides most of the CUDA API. The CEO API can then be used to build AO simulations.

A CEO python interface has also been developed and is usually the preferred way to interact with CEO functionalities. This high level interface has been written with Cython to preserve speed.

All the code has been written following the literate programming methodology. This means that the code and the associated documentation are tangled together in a few source files. CEO relies on noweb to extract the code from the source files and to build the corresponding Latex documentation.

CEO can be downloaded from https://github.com/rconan/CEO. The C++ API is compiled with make all, the Python interface with make cython and the code documentation with make doc.

About

Cuda-Engined Adaptive Optics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 95.6%
  • HTML 4.0%
  • Python 0.3%
  • MATLAB 0.1%
  • C 0.0%
  • Makefile 0.0%