ceo 0.1.0

CUDA Engined Optics
Documentation
#ifndef __CEO_H__
#define __CEO_H__

#ifndef __UTILITIES_H__
#include "utilities.h"
#endif

#ifndef __SOURCE_H__
#include "source.h"
#endif

#ifndef __ATMOSPHERE_H__
#include "atmosphere.h"
#endif

#ifndef __IMAGING_H__
#include "imaging.h"
#endif

#ifndef __CENTROIDING_H__
#include "centroiding.h"
#endif

#ifndef __SHACKHARTMANN__
#include "shackHartmann.h"
#endif

#ifndef __AASTATS_H__
#include "aaStats.h"
#endif

#ifndef __BTBT_H__
#include "BTBT.h"
#endif

#ifndef __GBTBT_H__
#include "GBTBT.h"
#endif

#ifndef __ITERATIVESOLVERS_H__
#include "iterativeSolvers.h"
#endif

#ifndef __LMMSE_H__
#include "LMMSE.h"
#endif

#ifndef __PLOTLY_H__
#include "plotly.h"
#endif

#ifndef __RAYTRACING_H__
#include "rayTracing.h"
#endif

#ifndef ___GMTMIRRORS_H__
#include "gmtMirrors.h"
#endif

#endif  // __CEO_H__