fact-project / fact-tools

The fact-tools are an extension to the streams framework to analyse the data of the First G-APD Cherenkov Telescope.
http://sfb876.tu-dortmund.de/FACT/
GNU General Public License v3.0
6 stars 1 forks source link

Streams1.0.5 #355

Closed maxnoe closed 6 years ago

maxnoe commented 6 years ago

This fixes #343 by updating the streams version.

Fixing #343 revealed a failing test, the std_analysis_on_reconstructed_data.xml did not execute anymore because of -Infinity values in photoncharge.

I fixed this by adapting the InterpolatePixelArray Processor to also interpolate pixels with non-finite values.

I also raised all streams related logging levels to "Error" to reduce noise during execution and tests.