![]() |
COMPASS
5.0.0
End-to-end AO simulation tool using GPU acceleration
|
Functions | |
| def | relative_array_error (array1, array2) |
| def | test_initCentro_nvalid () |
| def | test_initCentro_offset () |
| def | test_initCentro_scale () |
| def | test_initCentro_type () |
| def | test_initControl_nslope () |
| def | test_initControl_nactu () |
| def | test_initControl_type () |
| def | test_initControl_delay () |
| def | test_set_npix () |
| def | test_load_validposX () |
| def | test_load_validposY () |
| def | test_set_cmat () |
| def | test_set_gain () |
| def | test_load_img () |
| def | test_set_dark () |
| def | test_set_flat () |
| def | test_calibrate_img () |
| def | test_doCentroids_cog () |
| def | test_do_control_generic () |
| def | test_set_comRange () |
| def | test_clipping () |
| def | test_add_perturb_voltage () |
| def | test_remove_perturb_voltage () |
| def | test_add_perturb () |
| def | test_disable_perturb_voltage () |
| def | test_enable_perturb_voltage () |
| def | test_reset_perturb_voltage () |
| def | test_comp_voltage () |
| def | test_remove_centroider () |
| def | test_doCentroids_tcog () |
| def | test_doCentroids_bpcog () |
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.relative_array_error | ( | array1, | |
| array2 | |||
| ) |
| def test_rtcFFF.test_add_perturb | ( | ) |
| def test_rtcFFF.test_add_perturb_voltage | ( | ) |
| def test_rtcFFF.test_calibrate_img | ( | ) |
| def test_rtcFFF.test_clipping | ( | ) |
| def test_rtcFFF.test_comp_voltage | ( | ) |
| def test_rtcFFF.test_disable_perturb_voltage | ( | ) |
| def test_rtcFFF.test_do_control_generic | ( | ) |
| def test_rtcFFF.test_doCentroids_bpcog | ( | ) |
| def test_rtcFFF.test_doCentroids_cog | ( | ) |
| def test_rtcFFF.test_doCentroids_tcog | ( | ) |
| def test_rtcFFF.test_enable_perturb_voltage | ( | ) |
| def test_rtcFFF.test_initCentro_nvalid | ( | ) |
Definition at line 55 of file test_rtcFFF.py.
| def test_rtcFFF.test_initCentro_offset | ( | ) |
Definition at line 59 of file test_rtcFFF.py.
| def test_rtcFFF.test_initCentro_scale | ( | ) |
Definition at line 63 of file test_rtcFFF.py.
| def test_rtcFFF.test_initCentro_type | ( | ) |
Definition at line 67 of file test_rtcFFF.py.
| def test_rtcFFF.test_initControl_delay | ( | ) |
Definition at line 83 of file test_rtcFFF.py.
| def test_rtcFFF.test_initControl_nactu | ( | ) |
Definition at line 75 of file test_rtcFFF.py.
| def test_rtcFFF.test_initControl_nslope | ( | ) |
Definition at line 71 of file test_rtcFFF.py.
| def test_rtcFFF.test_initControl_type | ( | ) |
Definition at line 79 of file test_rtcFFF.py.
| def test_rtcFFF.test_load_img | ( | ) |
| def test_rtcFFF.test_load_validposX | ( | ) |
| def test_rtcFFF.test_load_validposY | ( | ) |
| def test_rtcFFF.test_remove_centroider | ( | ) |
Definition at line 226 of file test_rtcFFF.py.
| def test_rtcFFF.test_remove_perturb_voltage | ( | ) |
Definition at line 169 of file test_rtcFFF.py.
| def test_rtcFFF.test_reset_perturb_voltage | ( | ) |
Definition at line 199 of file test_rtcFFF.py.
| def test_rtcFFF.test_set_cmat | ( | ) |
| def test_rtcFFF.test_set_comRange | ( | ) |
Definition at line 145 of file test_rtcFFF.py.
| def test_rtcFFF.test_set_dark | ( | ) |
| def test_rtcFFF.test_set_flat | ( | ) |
| def test_rtcFFF.test_set_gain | ( | ) |
Definition at line 103 of file test_rtcFFF.py.
| def test_rtcFFF.test_set_npix | ( | ) |
Definition at line 87 of file test_rtcFFF.py.
| test_rtcFFF.centro = rtc.d_centro[0] |
Definition at line 26 of file test_rtcFFF.py.
| test_rtcFFF.cmat = sup.rtc.get_command_matrix(0) |
Definition at line 32 of file test_rtcFFF.py.
| test_rtcFFF.com = ng.array(rtc.d_control[0].d_com) |
Definition at line 43 of file test_rtcFFF.py.
| test_rtcFFF.config |
Definition at line 11 of file test_rtcFFF.py.
| test_rtcFFF.control = rtc.d_control[0] |
Definition at line 27 of file test_rtcFFF.py.
| test_rtcFFF.dark = np.random.random(frame.shape) |
Definition at line 45 of file test_rtcFFF.py.
| test_rtcFFF.flat = np.random.random(frame.shape) |
Definition at line 46 of file test_rtcFFF.py.
| test_rtcFFF.frame = sup.wfs.get_wfs_image(0) |
Definition at line 35 of file test_rtcFFF.py.
| test_rtcFFF.idx_centro |
Definition at line 24 of file test_rtcFFF.py.
| test_rtcFFF.ncentro |
Definition at line 25 of file test_rtcFFF.py.
| int test_rtcFFF.precision = 1e-2 |
Definition at line 9 of file test_rtcFFF.py.
| test_rtcFFF.rtc = Rtc() |
Definition at line 18 of file test_rtcFFF.py.
| test_rtcFFF.slp = ng.array(rtc.d_control[0].d_centroids) |
Definition at line 41 of file test_rtcFFF.py.
| test_rtcFFF.sup = Supervisor(config) |
Definition at line 13 of file test_rtcFFF.py.
| test_rtcFFF.xvalid = np.array(sup.rtc.rtc.d_centro[0].d_validx) |
Definition at line 29 of file test_rtcFFF.py.
| test_rtcFFF.yvalid = np.array(sup.rtc.rtc.d_centro[0].d_validy) |
Definition at line 30 of file test_rtcFFF.py.