Skip to content

Commit 20bca5b

Browse files
committed
Replace normalize by flirt
1 parent 510a263 commit 20bca5b

12 files changed

+10
-10
lines changed

examples/nipype/README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ In order to describe provenance records using BIDS Prov, we use:
1717

1818
* the `GeneratedBy` field of JSON sidecar files, already existing in the BIDS specification;
1919
* modality agnostic files inside the `prov/` directory
20-
* a modality agnostic file inside the `derivatives/normalize/sub-001/anat/` directory
20+
* a modality agnostic file inside the `derivatives/flirt/sub-001/anat/` directory
2121

2222
After running the workflow and adding provenance traces, the resulting directory tree looks like this:
2323

@@ -27,19 +27,19 @@ After running the workflow and adding provenance traces, the resulting directory
2727
│ └── normalize.py
2828
├── derivatives
2929
│ ├── bids_prov_workflow
30-
│ └── normalize
30+
│ └── flirt
31+
│ ├── prov
32+
│ │ ├── prov-flirt_base.prov.json
33+
│ │ ├── prov-flirt_ent.prov.json
34+
│ │ ├── prov-flirt_env.prov.json
35+
│ │ └── prov-flirt_soft.prov.json
3136
│ └── sub-001
3237
│ └── anat
33-
│ ├── sub-001_prov-normalize_act.prov.json
38+
│ ├── sub-001_prov-flirt_act.prov.json
3439
│ ├── sub-001_space-mni152nlin2009casym_T1w_brain.json
3540
│ ├── sub-001_space-mni152nlin2009casym_T1w_brain.nii.gz
3641
│ ├── sub-001_T1w_brain.json
3742
│ └── sub-001_T1w_brain.nii.gz
38-
├── prov
39-
│ ├── prov-normalize_base.prov.json
40-
│ ├── prov-normalize_ent.prov.json
41-
│ ├── prov-normalize_env.prov.json
42-
│ └── prov-normalize_soft.prov.json
4343
├── README.md
4444
└── sub-001
4545
└── anat
@@ -69,10 +69,10 @@ We are then able to visualize these provenance files using the following command
6969

7070
```shell
7171
pip install bids-prov==0.1.0
72-
bids_prov_visualizer --input_file prov/merged/prov-normalize.prov.jsonld --output_file prov/merged/prov-normalize.prov.png
72+
bids_prov_visualizer --input_file prov/merged/prov-flirt.prov.jsonld --output_file prov/merged/prov-flirt.prov.png
7373
```
7474

75-
![](/examples/nipype/prov/merged/prov-normalize.prov.png)
75+
![](/examples/nipype/prov/merged/prov-flirt.prov.png)
7676

7777
## Running the workflow
7878

0 commit comments

Comments
 (0)