Skip to content

Commit

Permalink
docs(e2e_format.py): removes wrong x_scale
Browse files Browse the repository at this point in the history
  • Loading branch information
Oli4 committed Dec 4, 2023
1 parent f7e80fc commit 62bd8d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/eyepy/io/he/e2e_format.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ class Type10004(DataclassMixin, TypeMixin):
doc=
'Quality according to LibE2E<br>**Does not match the quality value in the XML export which is an integer compared to a float here with value 0.84 for a complete volume. Maybe this is the focus length, at least it is similar to the value given in the XML (0.87)**'
)
scale_x: float = csfield(cs.Float32l, doc='Scale of Bscan x-axis (width)')
unknown5: float = csfield(cs.Float32l)


type10004_format = DataclassStruct(Type10004)
Expand Down

0 comments on commit 62bd8d5

Please sign in to comment.