![]() |
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_rtcFHF.relative_array_error | ( | array1, | |
array2 | |||
) |
def test_rtcFHF.test_add_perturb | ( | ) |
def test_rtcFHF.test_add_perturb_voltage | ( | ) |
def test_rtcFHF.test_calibrate_img | ( | ) |
def test_rtcFHF.test_clipping | ( | ) |
def test_rtcFHF.test_comp_voltage | ( | ) |
def test_rtcFHF.test_disable_perturb_voltage | ( | ) |
def test_rtcFHF.test_do_control_generic | ( | ) |
def test_rtcFHF.test_doCentroids_bpcog | ( | ) |
def test_rtcFHF.test_doCentroids_cog | ( | ) |
def test_rtcFHF.test_doCentroids_tcog | ( | ) |
def test_rtcFHF.test_enable_perturb_voltage | ( | ) |
def test_rtcFHF.test_initCentro_nvalid | ( | ) |
Definition at line 56 of file test_rtcFHF.py.
def test_rtcFHF.test_initCentro_offset | ( | ) |
Definition at line 60 of file test_rtcFHF.py.
def test_rtcFHF.test_initCentro_scale | ( | ) |
Definition at line 64 of file test_rtcFHF.py.
def test_rtcFHF.test_initCentro_type | ( | ) |
Definition at line 68 of file test_rtcFHF.py.
def test_rtcFHF.test_initControl_delay | ( | ) |
Definition at line 84 of file test_rtcFHF.py.
def test_rtcFHF.test_initControl_nactu | ( | ) |
Definition at line 76 of file test_rtcFHF.py.
def test_rtcFHF.test_initControl_nslope | ( | ) |
Definition at line 72 of file test_rtcFHF.py.
def test_rtcFHF.test_initControl_type | ( | ) |
Definition at line 80 of file test_rtcFHF.py.
def test_rtcFHF.test_load_img | ( | ) |
def test_rtcFHF.test_load_validposX | ( | ) |
def test_rtcFHF.test_load_validposY | ( | ) |
def test_rtcFHF.test_remove_centroider | ( | ) |
Definition at line 230 of file test_rtcFHF.py.
def test_rtcFHF.test_remove_perturb_voltage | ( | ) |
Definition at line 172 of file test_rtcFHF.py.
def test_rtcFHF.test_reset_perturb_voltage | ( | ) |
Definition at line 203 of file test_rtcFHF.py.
def test_rtcFHF.test_set_cmat | ( | ) |
def test_rtcFHF.test_set_comRange | ( | ) |
Definition at line 148 of file test_rtcFHF.py.
def test_rtcFHF.test_set_dark | ( | ) |
def test_rtcFHF.test_set_flat | ( | ) |
def test_rtcFHF.test_set_gain | ( | ) |
Definition at line 104 of file test_rtcFHF.py.
def test_rtcFHF.test_set_npix | ( | ) |
Definition at line 88 of file test_rtcFHF.py.
test_rtcFHF.centro = rtc.d_centro[0] |
Definition at line 27 of file test_rtcFHF.py.
test_rtcFHF.cmat = sup.rtc.get_command_matrix(0) |
Definition at line 33 of file test_rtcFHF.py.
test_rtcFHF.com = ng.array(rtc.d_control[0].d_com) |
Definition at line 44 of file test_rtcFHF.py.
test_rtcFHF.config |
Definition at line 11 of file test_rtcFHF.py.
test_rtcFHF.control = rtc.d_control[0] |
Definition at line 28 of file test_rtcFHF.py.
test_rtcFHF.dark = np.random.random(frame.shape) |
Definition at line 46 of file test_rtcFHF.py.
test_rtcFHF.flat = np.random.random(frame.shape) |
Definition at line 47 of file test_rtcFHF.py.
test_rtcFHF.frame = sup.wfs.get_wfs_image(0) |
Definition at line 36 of file test_rtcFHF.py.
test_rtcFHF.idx_centro |
Definition at line 25 of file test_rtcFHF.py.
test_rtcFHF.ncentro |
Definition at line 26 of file test_rtcFHF.py.
int test_rtcFHF.precision = 1e-2 |
Definition at line 9 of file test_rtcFHF.py.
test_rtcFHF.rtc = Rtc() |
Definition at line 19 of file test_rtcFHF.py.
test_rtcFHF.slp = ng.array(rtc.d_control[0].d_centroids) |
Definition at line 42 of file test_rtcFHF.py.
test_rtcFHF.sup = Supervisor(config) |
Definition at line 14 of file test_rtcFHF.py.
test_rtcFHF.xvalid = np.array(sup.rtc.rtc.d_centro[0].d_validx) |
Definition at line 30 of file test_rtcFHF.py.
test_rtcFHF.yvalid = np.array(sup.rtc.rtc.d_centro[0].d_validy) |
Definition at line 31 of file test_rtcFHF.py.