Skip to content

Commit 6edcf65

Browse files
Update element_interface/prairieviewreader.py
Co-authored-by: Kabilar Gunalan <[email protected]>
1 parent 4eac228 commit 6edcf65

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

element_interface/prairieviewreader.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,6 @@ def get_pv_metadata(pvtiffile: str) -> dict:
124124
]
125125
n_depths = len(set(planes))
126126

127-
# find z-axis controller if there is more than 1.
128127
z_controllers = root.findall(
129128
".//Sequence/[@cycle='1']/Frame/[@index='1']/PVStateShard/PVStateValue/[@key='positionCurrent']/SubindexedValues/[@index='ZAxis']/SubindexedValue"
130129
)

0 commit comments

Comments
 (0)