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