![]() |
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_rtcFHF_pyramid.relative_array_error | ( | array1, | |
| array2 | |||
| ) |
| def test_rtcFHF_pyramid.test_doCentroids_maskedPix | ( | ) |
| test_rtcFHF_pyramid.centro = rtc.d_centro[0] |
Definition at line 26 of file test_rtcFHF_pyramid.py.
| test_rtcFHF_pyramid.cmat = sup.rtc.get_command_matrix(0) |
Definition at line 32 of file test_rtcFHF_pyramid.py.
| test_rtcFHF_pyramid.com = ng.array(rtc.d_control[0].d_com) |
Definition at line 43 of file test_rtcFHF_pyramid.py.
| test_rtcFHF_pyramid.config |
Definition at line 11 of file test_rtcFHF_pyramid.py.
| test_rtcFHF_pyramid.control = rtc.d_control[0] |
Definition at line 27 of file test_rtcFHF_pyramid.py.
| test_rtcFHF_pyramid.dark = np.random.random(frame.shape) |
Definition at line 45 of file test_rtcFHF_pyramid.py.
| test_rtcFHF_pyramid.flat = np.random.random(frame.shape) |
Definition at line 46 of file test_rtcFHF_pyramid.py.
| test_rtcFHF_pyramid.frame = sup.wfs.get_wfs_image(0) |
Definition at line 35 of file test_rtcFHF_pyramid.py.
| test_rtcFHF_pyramid.idx_centro |
Definition at line 25 of file test_rtcFHF_pyramid.py.
| test_rtcFHF_pyramid.ncentro |
Definition at line 25 of file test_rtcFHF_pyramid.py.
| int test_rtcFHF_pyramid.precision = 1e-2 |
Definition at line 9 of file test_rtcFHF_pyramid.py.
| test_rtcFHF_pyramid.rtc = Rtc() |
Definition at line 20 of file test_rtcFHF_pyramid.py.
| test_rtcFHF_pyramid.slp = ng.array(rtc.d_control[0].d_centroids) |
Definition at line 41 of file test_rtcFHF_pyramid.py.
| test_rtcFHF_pyramid.sup = Supervisor(config) |
Definition at line 14 of file test_rtcFHF_pyramid.py.
| test_rtcFHF_pyramid.xvalid = np.array(sup.rtc.rtc.d_centro[0].d_validx) |
Definition at line 29 of file test_rtcFHF_pyramid.py.
| test_rtcFHF_pyramid.yvalid = np.array(sup.rtc.rtc.d_centro[0].d_validy) |
Definition at line 30 of file test_rtcFHF_pyramid.py.