cta-observatory / ctapipe

Low-level data processing pipeline software for CTAO or similar arrays of Imaging Atmospheric Cherenkov Telescopes
https://ctapipe.readthedocs.org
BSD 3-Clause "New" or "Revised" License
63 stars 266 forks source link

Improve column names for disp #2443

Closed LukasBeiske closed 8 months ago

LukasBeiske commented 9 months ago

HOWEVER: DispReconstructor still creates all the geometry-related columns contained in ReconstructedGeometryContainer even though it only computes altitude and azimuth. But since the creation of such empty columns is not limited to the disp reconstructor, I think it would be better to address this in a different PR.

maxnoe commented 9 months ago

Related: https://github.com/cta-observatory/ctapipe/issues/2228

We could have a ReconstructedDirectionContainer, a ReconstructedImpactContainer and a ReconstructedGeometryContainer that combines the first two for algorithms that do all on one go.

maxnoe commented 9 months ago

And some tests and more code has to be adapted, see the test failures.