navigate.model.device_startup_functions.load_mirror
- navigate.model.device_startup_functions.load_mirror(configuration: Dict[str, Any], is_synthetic: bool = False) → Any
Initializes the deformable mirror API.
- Parameters:
configuration (Dict[str, Any]) – Global configuration of the microscope
is_synthetic (bool) – Run synthetic version of hardware. Default is False.
- Returns:
mirror – Instantiated .
- Return type:
Any