├── .gitattributes ├── .gitignore ├── README.md ├── conn_correl_mat.py ├── conn_plot_ts.m ├── extract_correl_mat.m └── plot_correl_mat.m /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphaelvallat/conn_tools/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphaelvallat/conn_tools/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphaelvallat/conn_tools/HEAD/README.md -------------------------------------------------------------------------------- /conn_correl_mat.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphaelvallat/conn_tools/HEAD/conn_correl_mat.py -------------------------------------------------------------------------------- /conn_plot_ts.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphaelvallat/conn_tools/HEAD/conn_plot_ts.m -------------------------------------------------------------------------------- /extract_correl_mat.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphaelvallat/conn_tools/HEAD/extract_correl_mat.m -------------------------------------------------------------------------------- /plot_correl_mat.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/raphaelvallat/conn_tools/HEAD/plot_correl_mat.m --------------------------------------------------------------------------------