Skip to content

Create modules for computing and loading data instead of using functions in analysis.py

Didi Hou requested to merge github/fork/didi-hou/Compute_and_load_data into master

Created by: didi-hou

  • Created new modules M2E_compute_pop_LvR.py and M2E_compute_pop_rates.py to replace the earlier calling of functions in analysis.py to compute pop_rates and pop_LvR

  • Code improvements in M2E_compute_corrcoeff.py, M2E_compute_rate_time_series.py and M2E_visualize_resting_state.py

  • Deleted earlier module of M2E_load_data.py, which uses functions of analysis.py, then created M2E_generate_data.py which uses modules in Schmidt2018_dyn

Merge request reports