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