We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4eac228 commit 6edcf65Copy full SHA for 6edcf65
element_interface/prairieviewreader.py
@@ -124,7 +124,6 @@ def get_pv_metadata(pvtiffile: str) -> dict:
124
]
125
n_depths = len(set(planes))
126
127
- # find z-axis controller if there is more than 1.
128
z_controllers = root.findall(
129
".//Sequence/[@cycle='1']/Frame/[@index='1']/PVStateShard/PVStateValue/[@key='positionCurrent']/SubindexedValues/[@index='ZAxis']/SubindexedValue"
130
)
0 commit comments