diff --git a/python/lsst/ts/standardscripts/maintel/base_close_loop.py b/python/lsst/ts/standardscripts/maintel/base_close_loop.py index 14fafd57f..46c85bf81 100644 --- a/python/lsst/ts/standardscripts/maintel/base_close_loop.py +++ b/python/lsst/ts/standardscripts/maintel/base_close_loop.py @@ -202,7 +202,7 @@ def get_schema(cls) -> typing.Dict[str, typing.Any]: Apply OFC corrections after each iteration. type: boolean default: true - ocps: + use_ocps: description: >- Use OCPS to run the wavefront estimation pipeline. type: boolean @@ -256,7 +256,7 @@ async def configure(self, config: types.SimpleNamespace) -> None: # Set WEP configuration file self.wep_config = config.wep_config - self.wep_config.useOCPS = config.ocps + self.wep_config.useOCPS = config.use_ocps # Set used dofs selected_dofs = config.used_dofs