New modules added, some module names updated, visualize convolved rate time series and bug fix
Created by: didi-hou
-
Added
tests/.ipynb_checkpoints/*in.gitignoreto ignore checkpoints -
Add modules
M2E_compute_corrcoeff.pyandM2E_compute_rate_time_series.pyinfigures/MAM2EBRAINS -
Module renamed:
M2E_LOAD_DATAtoM2E_load_data.py,M2E_visualize_instantaneous_and_mean_firing_rates.pytoM2E_visualize_firing_rates.py -
Added a new feature of visualizing convolved rate time series in resting state plots
-
Fixed bug in
multiarea_model/analysis.pyby changingDataFrame.appendtoDataFrame.concatas pandas deprecated the former syntax to be compatible withEBRAINS-23.09-rc2