Enable Postprocessing for RatesAnalyses with custom triggers
requested to merge princke/athena-c-tau-isolation-study:rates-analysis-postprocessing-extension into main
So far, RatesAnalysisPostprocessing.py
failed for the results of RatesAnalysis
if emulated triggers or RatesGroups were used, since certain information was not included in the metadata of the sample.
By getting the information from metadata with the dict.get
method, a KeyError
can be avoided and the script can run with added triggers in the RatesHistogram
.
Mentioning @aporeba