|
AARE
Data analysis library for PSI hybrid detectors
|
Namespaces | |
| namespace | read_multiport |
Variables | |
| read_multiport.header_dt | |
| int | read_multiport.frames = 1 |
| int | read_multiport.parts = 2 |
| int | read_multiport.frame_cols = 1024 |
| int | read_multiport.frame_rows = 512 |
| int | read_multiport.part_cols = 1024 |
| int | read_multiport.part_rows = 256 |
| read_multiport.parts_data = np.zeros((frames,parts,part_rows,part_cols), dtype = np.uint16) | |
| read_multiport.data = np.zeros((frames,frame_rows,frame_cols), dtype = np.uint16) | |
| read_multiport.header = np.zeros((frames,parts), dtype = header_dt) | |
| str | read_multiport.file_name = f'jungfrau_double_d{part}_f{frame}_{0}.raw' |
| read_multiport.f | |
| read_multiport.dtype | |
| read_multiport.count | |
| read_multiport.uint16 | |
| read_multiport.axis | |