khanlab / tar2bids

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tar2bids

Runs dicom tarball(s) to BIDS conversion using heudiconv
Usage tar2bids  <optional flags>   <in tar file(s)>

 Assumes tar files are generated by cfmm2tar or dicom2tar (to find PatientName)
 If this is not the case, please use the -T option.

 Optional flags (must appear before required arguments):
	-P <patient name search string> :  default:  *_{subject}
	-T <tar name search string> :  uses tarfile name instead of PatientName to search, e.g. '{subject}' if <subject>.tar
	-o <output_dir> : default=./bids
	-N <num parallel cores> : default=0  (max cores)
	-h <heuristic.py> : default=cfmm_bold_rest.py
	-w <tempdir>  (--tempdir in heudiconv)
	-O "<additional heudiconv options>" : default=

 Available heuristic files:
	cfmm_base.py
	cfmm_bold_rest.py
	cfmm_PS_PRC_3T.py
	EPL14A_GE_3T.py
	EPL14B_3T.py
	GEvSE.py

About

License:GNU General Public License v3.0


Languages

Language:Python 77.4%Language:Shell 14.1%Language:Roff 6.9%Language:Dockerfile 1.5%Language:Singularity 0.1%