![]() |
COMPASS
5.0.0
End-to-end AO simulation tool using GPU acceleration
|
Functions | |
| def | goAhead () |
| def | loop (niter) |
Variables | |
| int | precision = 1e-2 |
| sup | |
| delay | |
| sup2 | |
| 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) | |
| list | SR32 = [] |
| list | SR16 = [] |
| def test_fp16.goAhead | ( | ) |
| def test_fp16.loop | ( | niter | ) |
| test_fp16.centro = rtc.d_centro[0] |
Definition at line 30 of file test_fp16.py.
| test_fp16.cmat = sup.rtc.get_command_matrix(0) |
Definition at line 36 of file test_fp16.py.
| test_fp16.control = rtc.d_control[0] |
Definition at line 31 of file test_fp16.py.
| test_fp16.delay |
Definition at line 12 of file test_fp16.py.
| test_fp16.idx_centro |
Definition at line 29 of file test_fp16.py.
| test_fp16.ncentro |
Definition at line 29 of file test_fp16.py.
| int test_fp16.precision = 1e-2 |
Definition at line 9 of file test_fp16.py.
| test_fp16.rtc = Rtc() |
Definition at line 24 of file test_fp16.py.
| list test_fp16.SR16 = [] |
Definition at line 47 of file test_fp16.py.
| list test_fp16.SR32 = [] |
Definition at line 46 of file test_fp16.py.
| test_fp16.sup |
Definition at line 10 of file test_fp16.py.
| test_fp16.sup2 |
Definition at line 17 of file test_fp16.py.
| test_fp16.xvalid = np.array(sup.rtc.rtc.d_centro[0].d_validx) |
Definition at line 33 of file test_fp16.py.
| test_fp16.yvalid = np.array(sup.rtc.rtc.d_centro[0].d_validy) |
Definition at line 34 of file test_fp16.py.