|
AARE
Data analysis library for PSI hybrid detectors
|
Variables | |
| header_dt | |
| int | rows = 512 |
| int | cols = 1024 |
| int | frames = 10 |
| data = np.zeros((frames,rows,cols), dtype = np.uint16) | |
| header = np.zeros(frames, dtype = header_dt) | |
| str | file_name = 'jungfrau_single_d0_f{}_0.raw'.format(file_id) |
| f | |
| dtype | |
| count | |
| uint16 | |
| int read_frame.cols = 1024 |
| read_frame.count |
| read_frame.dtype |
| read_frame.f |
| str read_frame.file_name = 'jungfrau_single_d0_f{}_0.raw'.format(file_id) |
| int read_frame.frames = 10 |
| read_frame.header_dt |
| int read_frame.rows = 512 |
| read_frame.uint16 |