mirror of
https://github.com/slsdetectorgroup/aare.git
synced 2025-04-21 14:20:02 +02:00
WIP
This commit is contained in:
parent
2efb763242
commit
654c1db3f4
@ -100,6 +100,7 @@ class CtbRawFile(_aare.CtbRawFile):
|
|||||||
return super().tell()
|
return super().tell()
|
||||||
|
|
||||||
|
|
||||||
|
@property
|
||||||
def image_size_in_bytes(self) -> int:
|
def image_size_in_bytes(self) -> int:
|
||||||
"""Return the size of the image in bytes.
|
"""Return the size of the image in bytes.
|
||||||
|
|
||||||
@ -116,6 +117,7 @@ class CtbRawFile(_aare.CtbRawFile):
|
|||||||
"""
|
"""
|
||||||
return super().frames_in_file
|
return super().frames_in_file
|
||||||
|
|
||||||
|
@property
|
||||||
def frames_in_file(self) -> int:
|
def frames_in_file(self) -> int:
|
||||||
"""Return the number of frames in the file.
|
"""Return the number of frames in the file.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user