![]() |
COMPASS
5.4.4
End-to-end AO simulation tool using GPU acceleration
|
Functions | |
| def | init (tao_settings, sup, *n_filt=0, wfs="all", dm_use_tt=False) |
| Initialize the MOAO mode. More... | |
| def | reconstructor (tao_settings, *apply_log="./log") |
| Initialize the LTAO mode. More... | |
| def shesha.util.tao.mcao.init | ( | tao_settings, | |
| sup, | |||
| * | n_filt = 0, |
||
wfs = "all", |
|||
dm_use_tt = False |
|||
| ) |
Initialize the MOAO mode.
compute meta matrix of interaction / command and write parameter files
| tao_settings | (dict) : tao settings variables |
| sup | (CompassSupervisor) : compass supervisor |
| Kwargs | |
| n_filt | (int) : number of Imat eigenvalues to filter out |
| wfs | (str) : (optional), default "all" wfs used by tao ( among "all", "lgs", "ngs") |
| dm_use_tt | (bool) :(optional), default False DM compensating TT |
| def shesha.util.tao.mcao.reconstructor | ( | tao_settings, | |
| * | apply_log = "./log" |
||
| ) |