Skip to content

Commit 22f2038

Browse files
authored
Update README.md
1 parent 947d09a commit 22f2038

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ The output will be stored in `T_source_target.csv` with `n` rows and`m` columns
4545
## 3. Carot: Transforming source(s) to a target atlas
4646
Given cost matrix `cost_source_target.csv` and mapping `T_source_target.csv` now we can transfer source parcellation into other:
4747
```console
48-
python atlas_remap.py -s craddock -t shen -c cost_source_target.csv -m T_source_target.csv
48+
python carot.py -s craddock -t shen -c cost_source_target.csv -m T_source_target.csv
4949
``````
5050
## Replicating results in the paper
5151
To run a simple script with source `brainnetome` and target `shen` using `rest1` with `euclidean` cost measure, and saving it:

0 commit comments

Comments
 (0)