JungfrauDataFile¶
- class aare.JungfrauDataFile¶
Bases:
pybind11_object
- property base_name¶
- property bitdepth¶
- property bytes_per_frame¶
- property bytes_per_pixel¶
- property cols¶
- property current_file¶
- property n_files¶
- property pixels_per_frame¶
- read(self: aare._aare.JungfrauDataFile) tuple ¶
Read all frames from the file. Seeks to the beginning before reading.
- read_frame(self: aare._aare.JungfrauDataFile) tuple ¶
Read a single frame from the file.
- read_n(self: aare._aare.JungfrauDataFile, arg0: int) tuple ¶
Read maximum n_frames frames from the file.
- property rows¶
- seek(self: aare._aare.JungfrauDataFile, arg0: int) None ¶
Seek to the given frame index.
- tell(self: aare._aare.JungfrauDataFile) int ¶
Get the current frame index.
- property total_frames¶