File¶
- class aare.File¶
Bases:
pybind11_object- property bitdepth¶
- property bytes_per_frame¶
- property bytes_per_pixel¶
- property cols¶
- property detector_type¶
- frame_number(*args, **kwargs)¶
Overloaded function.
frame_number(self: aare._aare.File) -> int
frame_number(self: aare._aare.File, arg0: int) -> int
- property pixels_per_frame¶
- read_frame(*args, **kwargs)¶
Overloaded function.
read_frame(self: aare._aare.File) -> numpy.ndarray
read_frame(self: aare._aare.File, arg0: int) -> numpy.ndarray
- read_n(self: aare._aare.File, arg0: int) numpy.ndarray¶
- property rows¶
- seek(self: aare._aare.File, arg0: int) None¶
- tell(self: aare._aare.File) int¶
- property total_frames¶