COMPASS  5.0.0
End-to-end AO simulation tool using GPU acceleration
test_sh Namespace Reference

Variables

string simul_name = "bench_scao_sh_16x16_8pix"
 
 p_loop = conf.Param_loop()
 
 p_geom = conf.Param_geom()
 
 p_tel = conf.Param_tel()
 
 p_atmos = conf.Param_atmos()
 
 p_target = conf.Param_target()
 
list p_targets = [p_target]
 
 p_wfs0 = conf.Param_wfs()
 
list p_wfss = [p_wfs0]
 
 p_dm0 = conf.Param_dm()
 
 p_dm1 = conf.Param_dm()
 
list p_dms = [p_dm0, p_dm1]
 
int nact = p_wfs0.nxsub + 1
 
 p_centroider0 = conf.Param_centroider()
 
list p_centroiders = [p_centroider0]
 
 p_controller0 = conf.Param_controller()
 
list p_controllers = [p_controller0]
 

Variable Documentation

◆ nact

int test_sh.nact = p_wfs0.nxsub + 1

Definition at line 82 of file test_sh.py.

◆ p_atmos

test_sh.p_atmos = conf.Param_atmos()

Definition at line 30 of file test_sh.py.

◆ p_centroider0

test_sh.p_centroider0 = conf.Param_centroider()

Definition at line 96 of file test_sh.py.

◆ p_centroiders

list test_sh.p_centroiders = [p_centroider0]

Definition at line 97 of file test_sh.py.

◆ p_controller0

test_sh.p_controller0 = conf.Param_controller()

Definition at line 105 of file test_sh.py.

◆ p_controllers

list test_sh.p_controllers = [p_controller0]

Definition at line 106 of file test_sh.py.

◆ p_dm0

test_sh.p_dm0 = conf.Param_dm()

Definition at line 78 of file test_sh.py.

◆ p_dm1

test_sh.p_dm1 = conf.Param_dm()

Definition at line 79 of file test_sh.py.

◆ p_dms

list test_sh.p_dms = [p_dm0, p_dm1]

Definition at line 80 of file test_sh.py.

◆ p_geom

test_sh.p_geom = conf.Param_geom()

Definition at line 12 of file test_sh.py.

◆ p_loop

test_sh.p_loop = conf.Param_loop()

Definition at line 6 of file test_sh.py.

◆ p_target

test_sh.p_target = conf.Param_target()

Definition at line 41 of file test_sh.py.

◆ p_targets

list test_sh.p_targets = [p_target]

Definition at line 42 of file test_sh.py.

◆ p_tel

test_sh.p_tel = conf.Param_tel()

Definition at line 17 of file test_sh.py.

◆ p_wfs0

test_sh.p_wfs0 = conf.Param_wfs()

Definition at line 51 of file test_sh.py.

◆ p_wfss

list test_sh.p_wfss = [p_wfs0]

Definition at line 52 of file test_sh.py.

◆ simul_name

string test_sh.simul_name = "bench_scao_sh_16x16_8pix"

Definition at line 3 of file test_sh.py.