Skip to content

Commit

Permalink
e2e laterality fix
Browse files Browse the repository at this point in the history
  • Loading branch information
marksgraham committed Jan 3, 2024
1 parent e4e6608 commit 61d65ab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion oct_converter/readers/e2e.py
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,8 @@ def read_fundus_image(
# initalise dict to hold all the image volumes
image_array_dict = {}
laterality_dict = {}

laterality = None

# traverse all chunks and extract slices
for start, pos in chunk_stack:
f.seek(start + self.byte_skip)
Expand Down

0 comments on commit 61d65ab

Please sign in to comment.