From 0af1b2e9b408ecb23aa5cde6bca27b42832f22bb Mon Sep 17 00:00:00 2001 From: Federico Di Pierro <federico.dipierro@to.infn.it> Date: Fri, 11 Dec 2020 12:42:46 +0100 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5e18027..1bffdad 100644 --- a/README.md +++ b/README.md @@ -85,8 +85,12 @@ Monitoring data are saved in `run['data'].monitoring_data` and can also accessed Dead pixel and pedestal information are read by `magic-cta-pipe` `MAGIC_Badpixels.py` class. +##### MC Header data +Some general information about the simulated data, useful for IRF calculation, are read from the root files and stored in data.mcheader container. + #### Changelog - v0.1: Initial version - v0.2.0: Unification of data and MC reading -- v0.2.1: Monitoring data (Dead pixel and pedestal information) \ No newline at end of file +- v0.2.1: Monitoring data (Dead pixel and pedestal information) +- v0.2.2: Added MC Header info \ No newline at end of file -- GitLab