diff --git a/python/aare/CtbRawFile.py b/python/aare/CtbRawFile.py index 9dbae3a..c14675d 100644 --- a/python/aare/CtbRawFile.py +++ b/python/aare/CtbRawFile.py @@ -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.