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
64 stars 268 forks source link

Break up `utils` into subpackages with better names #1110

Open maxnoe opened 5 years ago

maxnoe commented 5 years ago

Something called utils will mostly end up as a catch it all module of unrelated stuff.

kosack commented 5 years ago

current contents (which you can see are already pretty unrelated):

Things that I think could belong together:

maxnoe commented 5 years ago

I think it was for serializing config files to FITS)

God help us

maxnoe commented 5 years ago

Had a look at linalg:

I think this module should be removed and the function defined where they are used.