mirror of
https://github.com/slsdetectorgroup/aare.git
synced 2026-01-30 17:04:57 +01:00
WIP
This commit is contained in:
@@ -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.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user