Skip to content
Snippets Groups Projects
Commit c47b7381 authored by payno's avatar payno
Browse files

NXtomoScan: replace some deprecated code to tomoscan 'get_nexus_paths'

parent 5dfb3fd2
No related branches found
No related tags found
1 merge request!242NXtomoScan: replace some deprecated code to tomoscan 'get_nexus_paths'
Pipeline #207677 passed
......@@ -1070,7 +1070,7 @@ class NXtomoScan(TomoScanBase):
or self.nexus_path.nx_detector_paths.ESTIMATED_COR_FRM_MOTOR
)
if x_rot_path is not None:
nexus_paths = get_nexus_paths(self.nexus_version)
nexus_paths = _get_nexus_paths(self.nexus_version)
x_rot_path = f"{nexus_paths.INSTRUMENT_PATH}/{self.nexus_path.nx_instrument_paths.DETECTOR_PATH}/{x_rot_path}"
return self._get_generic_key(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment