AARE
Data analysis library for PSI hybrid detectors
Loading...
Searching...
No Matches
Variables
example.read_frame Namespace Reference

Variables

 root_dir = Path(os.environ.get("PROJECT_ROOT_DIR"))
 
 data_path = str(root_dir / "data"/"jungfrau_single_master_0.json")
 
 file = File(data_path)
 
 frame = file.get_frame(0)
 
 arr = np.array(frame.get_array())
 

Variable Documentation

◆ arr

example.read_frame.arr = np.array(frame.get_array())

◆ data_path

example.read_frame.data_path = str(root_dir / "data"/"jungfrau_single_master_0.json")

◆ file

example.read_frame.file = File(data_path)

◆ frame

example.read_frame.frame = file.get_frame(0)

◆ root_dir

example.read_frame.root_dir = Path(os.environ.get("PROJECT_ROOT_DIR"))