vanessa-king / UBC_LAIR

Collection of standard analysis functions used in the LAIR
2 stars 1 forks source link

Function subfolder structure #115

Closed m-altthaler closed 8 months ago

m-altthaler commented 8 months ago

currently we have the following structure: ...\path\folder (explanation) ...\functions\3rdParty (folder for functions we get from other people e.g. from file exchange) ...\functions\basic (basic functions we need for our ) ...\functions\colormaps (colormaps, we may not need this at all unless we got custom ones?) ...\functions\flatToolbox (toolbox for flat files) ...\functions\loading (load functions and helper functions for such) ...\functions\processing (data processing functions and helper functions for such) ...\functions\visualization (data visualization functions and helper functions for such) Note: helper functions are specific to one or a few similar functions (like a subplot of a plotting function that occurs more often) basic functions are basic operations like saving and logging

I propose: