Open maxnoe opened 5 years ago
astro
: star catalog accessdatasets
: access to external (supporting) data like ctapipe-extra or files in the CTAPIPE_SVC_PATHCutFlow
: class to apply and track cuts applied to eventsfitshistogram
: class to create and manage N-D histograms, with read/write to FITSjson2fits
: convert JSON docs to FITS headers (not used?) linalg
: linear algebra helper functionsdynamic_class
: construct a class by name (I think). Doesn't seem to be used anymore...table_interpolator, template_network_interpolator, unstructured_interpolator
: general ND interpolators used by ImPACT (and later perhaps other things like IRF interpolation)rgbtohex
: color conversion for e.g. web guis using Bokehctapipe.datasets
or ctapipe.service
?ctapipe.cube
perhaps?ctapipe.reco
(used so far only in there I think)ctapipe.io
or simply remove if not used (I think it was for serializing config files to FITS)ctapipe.visualization
or ctapipe.plotting
I think it was for serializing config files to FITS)
God help us
Had a look at linalg:
HillasReconstructor
and not used anywhere elseI think this module should be removed and the function defined where they are used.
Something called
utils
will mostly end up as a catch it all module of unrelated stuff.