Gammaboard

[1]:
%matplotlib notebook
from IPython.display import display, HTML
display(HTML("<style>.container { width:90% !important; }</style>"))

import warnings
import os
from ctaplot.gammaboard import GammaBoard, plot_migration_matrices
warnings.filterwarnings("ignore")
[2]:
gb = GammaBoard(os.environ['GAMMABOARD_DATA'])
[3]:
gb.exp_box
[4]:
exp_name = list(gb.experiments_dict.keys())[0]
exp = gb.experiments_dict[exp_name]
exp.load_data()
fig = plot_migration_matrices(exp, figsize=(20,4))
Cannot load the number of triggered events for experiment R_0266 file
Cannot load the configuration of the simulation for experiment R_0266 file