Skip to content

Commit

Permalink
Update reorganize_nifti_files.md
Browse files Browse the repository at this point in the history
  • Loading branch information
robertoostenveld authored Jul 12, 2018
1 parent 09ebbaf commit d433d8c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions doc/reorganize_nifti_files.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# reorganize_nifti_files

This is a BIDS conversion utility to reorganize existing NIfTI files. It works on a collection of files contained in a single directory or spread over multiple directories. It copies or moves the files according to the source BIDS structure that we started using from 2017 onwards at the DCCN.

It is an executable Python script which you can run from the Linux command line. It creates a Bash shell script which you should save to file, check and where needed edit (i.e. rename subject identifiers) and subsequently execute using bash. Further details are provided if you execute it without any arguments:

```
This script searches through a directory for all nifti files and prints
Expand All @@ -17,3 +22,8 @@ Optional arguments
--datatype=<string> data type, can be anat|func|dwi|fmap (default = "anat"
```

See also
* [reorganize_brainvision_files](reorganize_brainvision_files.md)
* [reorganize_ctf_files](reorganize_ctf_files.md)
* [reorganize_dicom_files](reorganize_dicom_files.md)
* [reorganize_presentation_files](reorganize_presentation_files.md)

0 comments on commit d433d8c

Please sign in to comment.