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

Variables

 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_pyrhr.nact = p_wfs0.nxsub + 1

Definition at line 68 of file test_pyrhr.py.

◆ p_atmos

test_pyrhr.p_atmos = conf.Param_atmos()

Definition at line 24 of file test_pyrhr.py.

◆ p_centroider0

test_pyrhr.p_centroider0 = conf.Param_centroider()

Definition at line 82 of file test_pyrhr.py.

◆ p_centroiders

list test_pyrhr.p_centroiders = [p_centroider0]

Definition at line 83 of file test_pyrhr.py.

◆ p_controller0

test_pyrhr.p_controller0 = conf.Param_controller()

Definition at line 91 of file test_pyrhr.py.

◆ p_controllers

list test_pyrhr.p_controllers = [p_controller0]

Definition at line 92 of file test_pyrhr.py.

◆ p_dm0

test_pyrhr.p_dm0 = conf.Param_dm()

Definition at line 64 of file test_pyrhr.py.

◆ p_dm1

test_pyrhr.p_dm1 = conf.Param_dm()

Definition at line 65 of file test_pyrhr.py.

◆ p_dms

list test_pyrhr.p_dms = [p_dm0, p_dm1]

Definition at line 66 of file test_pyrhr.py.

◆ p_geom

test_pyrhr.p_geom = conf.Param_geom()

Definition at line 12 of file test_pyrhr.py.

◆ p_loop

test_pyrhr.p_loop = conf.Param_loop()

Definition at line 6 of file test_pyrhr.py.

◆ p_target

test_pyrhr.p_target = conf.Param_target()

Definition at line 35 of file test_pyrhr.py.

◆ p_targets

list test_pyrhr.p_targets = [p_target]

Definition at line 36 of file test_pyrhr.py.

◆ p_tel

test_pyrhr.p_tel = conf.Param_tel()

Definition at line 18 of file test_pyrhr.py.

◆ p_wfs0

test_pyrhr.p_wfs0 = conf.Param_wfs()

Definition at line 43 of file test_pyrhr.py.

◆ p_wfss

list test_pyrhr.p_wfss = [p_wfs0]

Definition at line 44 of file test_pyrhr.py.