COMPASS  5.4.4
End-to-end AO simulation tool using GPU acceleration
tao.sysParams Namespace Reference

Functions

def write_json_sys_param (sup, *wfss_indices=None, ts=False, dms_indices=None, file_name="./sys-params.json")
 Return a json representation of the AO system. More...
 

Function Documentation

◆ write_json_sys_param()

def tao.sysParams.write_json_sys_param (   sup,
wfss_indices = None,
  ts = False,
  dms_indices = None,
  file_name = "./sys-params.json" 
)

Return a json representation of the AO system.

Parameters
sup(CompassSupervisor) : supervisor to get the json representation from
Kargs
wfss_indices (list(int)) : list of wfs indices added into the json
dms_indices (list(int)) : list of dm indices added into the json
file_name (str) : output file name

Definition at line 17 of file sysParams.py.