![]() |
COMPASS
5.0.0
End-to-end AO simulation tool using GPU acceleration
|
Functions | |
def | relative_array_error (array1, array2) |
def | test_doCentroids_maskedPix () |
Variables | |
int | precision = 1e-2 |
config | |
sup = Supervisor(config) | |
rtc = Rtc() | |
idx_centro | |
ncentro | |
centro = rtc.d_centro[0] | |
control = rtc.d_control[0] | |
xvalid = np.array(sup.rtc.rtc.d_centro[0].d_validx) | |
yvalid = np.array(sup.rtc.rtc.d_centro[0].d_validy) | |
cmat = sup.rtc.get_command_matrix(0) | |
frame = sup.wfs.get_wfs_image(0) | |
slp = ng.array(rtc.d_control[0].d_centroids) | |
com = ng.array(rtc.d_control[0].d_com) | |
dark = np.random.random(frame.shape) | |
flat = np.random.random(frame.shape) | |
def test_rtcFFF_pyramid.relative_array_error | ( | array1, | |
array2 | |||
) |
def test_rtcFFF_pyramid.test_doCentroids_maskedPix | ( | ) |
test_rtcFFF_pyramid.centro = rtc.d_centro[0] |
Definition at line 24 of file test_rtcFFF_pyramid.py.
test_rtcFFF_pyramid.cmat = sup.rtc.get_command_matrix(0) |
Definition at line 30 of file test_rtcFFF_pyramid.py.
test_rtcFFF_pyramid.com = ng.array(rtc.d_control[0].d_com) |
Definition at line 41 of file test_rtcFFF_pyramid.py.
test_rtcFFF_pyramid.config |
Definition at line 11 of file test_rtcFFF_pyramid.py.
test_rtcFFF_pyramid.control = rtc.d_control[0] |
Definition at line 25 of file test_rtcFFF_pyramid.py.
test_rtcFFF_pyramid.dark = np.random.random(frame.shape) |
Definition at line 43 of file test_rtcFFF_pyramid.py.
test_rtcFFF_pyramid.flat = np.random.random(frame.shape) |
Definition at line 44 of file test_rtcFFF_pyramid.py.
test_rtcFFF_pyramid.frame = sup.wfs.get_wfs_image(0) |
Definition at line 33 of file test_rtcFFF_pyramid.py.
test_rtcFFF_pyramid.idx_centro |
Definition at line 23 of file test_rtcFFF_pyramid.py.
test_rtcFFF_pyramid.ncentro |
Definition at line 23 of file test_rtcFFF_pyramid.py.
int test_rtcFFF_pyramid.precision = 1e-2 |
Definition at line 9 of file test_rtcFFF_pyramid.py.
test_rtcFFF_pyramid.rtc = Rtc() |
Definition at line 18 of file test_rtcFFF_pyramid.py.
test_rtcFFF_pyramid.slp = ng.array(rtc.d_control[0].d_centroids) |
Definition at line 39 of file test_rtcFFF_pyramid.py.
test_rtcFFF_pyramid.sup = Supervisor(config) |
Definition at line 13 of file test_rtcFFF_pyramid.py.
test_rtcFFF_pyramid.xvalid = np.array(sup.rtc.rtc.d_centro[0].d_validx) |
Definition at line 27 of file test_rtcFFF_pyramid.py.
test_rtcFFF_pyramid.yvalid = np.array(sup.rtc.rtc.d_centro[0].d_validy) |
Definition at line 28 of file test_rtcFFF_pyramid.py.