COMPASS
5.0.0
End-to-end AO simulation tool using GPU acceleration
shesha/shesha/config/__init__.py
1
37
38
__all__ = [
39
'PATMOS'
,
'PDMS'
,
'PGEOM'
,
'PLOOP'
,
'PTEL'
,
'PWFS'
,
'PTARGET'
,
'PCONTROLLER'
,
40
'PCENTROIDER'
,
'config_setter_utils'
41
]
42
43
from
.PATMOS
import
Param_atmos
44
from
.PDMS
import
Param_dm
45
from
.PTEL
import
Param_tel
46
from
.PGEOM
import
Param_geom
47
from
.PLOOP
import
Param_loop
48
from
.PWFS
import
Param_wfs
49
from
.PTARGET
import
Param_target
50
from
.PCENTROIDER
import
Param_centroider
51
from
.PCONTROLLER
import
Param_controller
shesha
shesha
config
__init__.py
Generated by
1.8.18