AARE
Data analysis library for PSI hybrid detectors
Loading...
Searching...
No Matches
Namespaces | Variables
read_frame.py File Reference

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())