![]() |
COMPASS
5.0.0
End-to-end AO simulation tool using GPU acceleration
|
Functions | |
def | enforce_int (n) |
def | enforce_float (f) |
def | enforce_or_cast_bool (b) |
def | enforce_array (data, size, dtype=np.float32, scalar_expand=False) |
def | enforce_arrayMultiDim (data, shape, dtype=np.float32) |
def shesha.config.config_setter_utils.enforce_array | ( | data, | |
size, | |||
dtype = np.float32 , |
|||
scalar_expand = False |
|||
) |
Definition at line 66 of file config_setter_utils.py.
def shesha.config.config_setter_utils.enforce_arrayMultiDim | ( | data, | |
shape, | |||
dtype = np.float32 |
|||
) |
Definition at line 92 of file config_setter_utils.py.
def shesha.config.config_setter_utils.enforce_float | ( | f | ) |
Definition at line 47 of file config_setter_utils.py.
def shesha.config.config_setter_utils.enforce_int | ( | n | ) |
Definition at line 41 of file config_setter_utils.py.
def shesha.config.config_setter_utils.enforce_or_cast_bool | ( | b | ) |
Definition at line 53 of file config_setter_utils.py.