Skip to content

Commit 20ba530

Browse files
authored
Update README.md
1 parent 80320e1 commit 20ba530

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

README.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ afni_proc.py -subj_id {subj_id} \
1313
-dsets {epi_paths} -align_opts_aea -cost lpc+ZZ -giant_move \
1414
-tlrc_base MNI152_T1_2009c+tlrc -tlrc_NL_warp \
1515
-volreg_align_to MIN_OUTLIER \
16-
-volreg_align_e2a -volreg_tlrc_warp -blur_size 4.0 -bash"""
16+
-volreg_align_e2a -volreg_tlrc_warp -blur_size 4.0 -bash
1717
```
1818

1919
### Documentation
@@ -64,14 +64,7 @@ This App has the following command line arguments:
6464
is added automatically so don't add it to the command. The first
6565
_T1w for each subject will currently be used as the
6666
anat.All of the _bold will be used as the
67-
functionals.Example:-subj_id {subj_id}
68-
-scr_overwrite -out_dir {out_dir} -blocks
69-
tshift align tlrc volreg blur mask scale -copy_anat
70-
{anat_path} -tcat_remove_first_trs 0 -dsets
71-
{epi_paths} -align_opts_aea -cost lpc+ZZ -giant_move
72-
-tlrc_base MNI152_T1_2009c+tlrc -tlrc_NL_warp
73-
-volreg_align_to MIN_OUTLIER
74-
-volreg_align_e2a -volreg_tlrc_warp -blur_size 4.0 -bash"""
67+
functionals.Example:--afni_proc="-subj_id {subj_id} -scr_overwrite -out_dir {out_dir} -blocks tshift align tlrc volreg blur mask scale -copy_anat {anat_path} -tcat_remove_first_trs 0 -dsets {epi_paths} -align_opts_aea -cost lpc+ZZ -giant_move -tlrc_base MNI152_T1_2009c+tlrc -tlrc_NL_warp -volreg_align_to MIN_OUTLIER -volreg_align_e2a -volreg_tlrc_warp -blur_size 4.0 -bash"
7568

7669

7770
To run it in participant level mode (for one participant):

0 commit comments

Comments
 (0)