Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changed 'there' to 'their' #292

Merged
merged 1 commit into from
May 31, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/how-to/use-advanced-commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ only disabled when used with `"search_method": "fnmatch"`.
default: `"post_op": []`

post_op key allows you to run any post-processing analyses just before moving
the images to there respective directories.
the images to their respective directories.

For example, if you want to deface your T1w images you could use pydeface by
adding:
Expand Down Expand Up @@ -300,4 +300,4 @@ activate this option.
### `--skip_dcm2niix`

If you don't have access to original dicom files you can still use dcm2bids to reorganise your data into a BIDS structure.
Using the option --skip_dcm2niix you will skip the conversion step.
Using the option --skip_dcm2niix you will skip the conversion step.
Loading