![]() |
COMPASS
5.0.0
End-to-end AO simulation tool using GPU acceleration
|
Variables | |
string | filename = os.getenv("DATA_GUARDIAN") + "roket_8m_LE.h5" |
Cab = groot.compute_Cerr(filename) | |
psfModel | |
fitting | |
cov | |
f = h5py.File(filename, 'r') | |
tb = f["tomography"][:] + f["bandwidth"][:] | |
C = tb[:, :k].dot(tb[:, :k].T) / k | |
psfC | |
covmodes | |
vmin | |
vmax | |
Definition at line 17 of file convergence.py.
convergence.Cab = groot.compute_Cerr(filename) |
Definition at line 9 of file convergence.py.
convergence.cov |
Definition at line 11 of file convergence.py.
convergence.covmodes |
Definition at line 19 of file convergence.py.
convergence.f = h5py.File(filename, 'r') |
Definition at line 13 of file convergence.py.
convergence.filename = os.getenv("DATA_GUARDIAN") + "roket_8m_LE.h5" |
Definition at line 8 of file convergence.py.
convergence.fitting |
Definition at line 10 of file convergence.py.
convergence.psfC |
Definition at line 18 of file convergence.py.
convergence.psfModel |
Definition at line 10 of file convergence.py.
convergence.tb = f["tomography"][:] + f["bandwidth"][:] |
Definition at line 14 of file convergence.py.
convergence.vmax |
Definition at line 22 of file convergence.py.
convergence.vmin |
Definition at line 21 of file convergence.py.