fact-project / aict-tools

Reproducible Artificial Intelligence for Cherenkov Telescopes
MIT License
6 stars 6 forks source link

Enable more library-like use #117

Open maxnoe opened 4 years ago

maxnoe commented 4 years ago

To make this more usable for a wider range of people/experiments, it would be nice to

LukasNickel commented 4 years ago

Does this include a complete redesign of the project? With a structure like:

aict_tools
    io
        read
        write
        (convert)
    physics/instrument stuff
        coordinates
        disp
    data stuff
        selection
        splitting
        feature generation
    machine learning
        train
        apply
    visualization
        performance plots
     scripts
        ...

That would certainly lead to a clearer and more scalable structure, but probably takes some time.