Skip to content

Commit

Permalink
ome-tiff fix: read first translation position
Browse files Browse the repository at this point in the history
  • Loading branch information
folterj committed Nov 18, 2024
1 parent 517ed3f commit 974f635
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions OmeSliCC/OmeSource.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ def _get_ome_metadata(self):
if 'PositionZ' in plane:
position.append((float(plane.get('PositionZ')), plane.get('PositionZUnit')))
#c, z, t = plane.get('TheC'), plane.get('TheZ'), plane.get('TheT')
break

self.position = position
self.source_mag = 0
Expand Down

0 comments on commit 974f635

Please sign in to comment.