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