AARE
Data analysis library for PSI hybrid detectors
|
Namespaces | |
namespace | example |
namespace | example.read_frame |
Variables | |
example.read_frame.root_dir = Path(os.environ.get("PROJECT_ROOT_DIR")) | |
example.read_frame.data_path = str(root_dir / "data"/"jungfrau_single_master_0.json") | |
example.read_frame.file = File(data_path) | |
example.read_frame.frame = file.get_frame(0) | |
example.read_frame.arr = np.array(frame.get_array()) | |