ceo 0.1.0

CUDA Engined Optics
Documentation
1
2
3
4
5
6
7
8
9
10
11
c = get_config()
c.ExecutePreprocessor.timeout = 300
c.ExecutePreprocessor.kernel_name='python3'
c.NbConvertApp.notebooks = ["../atmosphere/Atmosphere.ipynb",
                            "../atmosphere/AtmospherePhaseScreenGradient.ipynb",
                            "../LMMSE/LaserTomography.ipynb",
                            "../shackHartmann/Shack-HartmannWavefrontSensor.ipynb",
                            "../shackHartmann/Shack-HartmannNoisePropagation.ipynb",
                            "../shackHartmann/LtaoShWfs.ipynb",
                            "../rayTracing/GMT-Ray-Tracing.ipynb",
                            "../segmentPistonSensor/Segment-Piston-Sensor.ipynb"]