psychoinformatics-de / ClusteredNetwork_pub

0 stars 1 forks source link

Annotate purpose of code files #10

Open mih opened 7 months ago

mih commented 7 months ago

We have a sizeable number of code files for generating intermediate outcomes. There is no documentation or defined entrypoint. Let's annotate what they do

> ls -1R utils utils:

Code with evidence that it is not actually needed

schmitfe commented 7 months ago

I think the Code you identified as not needed is actually not needed. utils/Helper and utils/Defaults are alternative implementations with NEST3 for the sim_nest.py and default.py. utils/Binet is likely not used anymore. I think it was used in an early version.

Furthermore, NEST_Simulation.py and reservoir.py are also not used in the current version to my knowledge.

schmitfe commented 7 months ago

To generate the results, functions from analyses.py, analyse_model.py or functions which rely on sim_nest.py are called by the corresponding figX.py in fig_codes.