questions
questions > RE: Formatting series numbers with dcm2niix
May 3, 2018 06:05 PM | Chris Rorden
RE: Formatting series numbers with dcm2niix
You can zero pad the series number in the filenames, so instead of
dcm2niix -f p_%s ~/tst
you would run
dcm2niix -f p_%5s ~/tst/AxAsc36mb2a/
The github webpage
https://github.com/rordenlab/dcm2niix
describes tools in several languages that show how you can custom rename files for more complicated combinations.
dcm2niix -f p_%s ~/tst
you would run
dcm2niix -f p_%5s ~/tst/AxAsc36mb2a/
The github webpage
https://github.com/rordenlab/dcm2niix
describes tools in several languages that show how you can custom rename files for more complicated combinations.
Threaded View
| Title | Author | Date |
|---|---|---|
| Paul Wright | May 3, 2018 | |
| Chris Rorden | May 3, 2018 | |
