We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 947d09a commit 22f2038Copy full SHA for 22f2038
README.md
@@ -45,7 +45,7 @@ The output will be stored in `T_source_target.csv` with `n` rows and`m` columns
45
## 3. Carot: Transforming source(s) to a target atlas
46
Given cost matrix `cost_source_target.csv` and mapping `T_source_target.csv` now we can transfer source parcellation into other:
47
```console
48
-python atlas_remap.py -s craddock -t shen -c cost_source_target.csv -m T_source_target.csv
+python carot.py -s craddock -t shen -c cost_source_target.csv -m T_source_target.csv
49
``````
50
## Replicating results in the paper
51
To run a simple script with source `brainnetome` and target `shen` using `rest1` with `euclidean` cost measure, and saving it:
0 commit comments