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

Hdu reader skip rows #349

Closed tarrox closed 6 years ago

tarrox commented 6 years ago

Added the ability to skip rows in the HDU reader. This is nedded for the SamplePedestalEvent processor that is coming in a later pull request.

This is the second part of the pull request simplification of #246 and can be merged independently of #348.

tarrox commented 6 years ago

As said in the reply to @mackaiver, the skipToRow function is now a skipRows function that allows to skip from any position in the file.

tarrox commented 6 years ago

Removed the commented lines. If this was all it should be ready for merge.