Skip to content

Commit c93f927

Browse files
mariomario
authored andcommitted
added links to wiki
1 parent 6da5b6b commit c93f927

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,14 @@ Download the toolbox file [Computational Neuroimaging Toolbox.mltbx](https://git
2121
```MATLAB
2222
matlab.addons.toolbox.installToolbox('Computational Neuroimaging Toolbox.mltbx');
2323
```
24+
### Usage
25+
26+
* [Data Handling](https://github.com/ccnmaastricht/CNI_toolbox/wiki/Data-Handling-(Matlab))
27+
* [Phase Encoding Analysis](https://github.com/ccnmaastricht/CNI_toolbox/wiki/Phase-Encoding-Analysis-(Matlab))
28+
* [Population Receptive Field Mapping](https://github.com/ccnmaastricht/CNI_toolbox/wiki/Population-Receptive-Field-Mapping-(Matlab))
29+
* [Input Referred Models](https://github.com/ccnmaastricht/CNI_toolbox/wiki/Input-Referred-Models-(Matlab))
30+
* [Fast & real-time pRF mapping](https://github.com/ccnmaastricht/CNI_toolbox/wiki/Fast-&-real-time-pRF-mapping-(Matlab))
31+
2432
## Python implementation
2533
![](https://img.shields.io/badge/release-v1.0.0-blueviolet.svg?style=flat)
2634

@@ -29,3 +37,11 @@ matlab.addons.toolbox.installToolbox('Computational Neuroimaging Toolbox.mltbx')
2937
```Python
3038
pip install cni-tlbx
3139
```
40+
41+
### Usage
42+
43+
* [Data Handling](https://github.com/ccnmaastricht/CNI_toolbox/wiki/Data-Handling-(Python))
44+
* [Phase Encoding Analysis](https://github.com/ccnmaastricht/CNI_toolbox/wiki/Phase-Encoding-Analysis-(Python))
45+
* [Population Receptive Field Mapping](https://github.com/ccnmaastricht/CNI_toolbox/wiki/Population-Receptive-Field-Mapping-(Python))
46+
* [Input Referred Models](https://github.com/ccnmaastricht/CNI_toolbox/wiki/Input-Referred-Models-(Python))
47+
* [Fast & real-time pRF mapping](https://github.com/ccnmaastricht/CNI_toolbox/wiki/Fast-&-real-time-pRF-mapping-(Python))

0 commit comments

Comments
 (0)