Because of a lapse in government funding, the information on this website may not be up to date, transactions submitted via the website may not be processed, and the agency may not be able to respond to inquiries until appropriations are enacted.
The NIH Clinical Center (the research hospital of NIH) is open. For more details about its operating status, please visit cc.nih.gov.
Updates regarding government operating status and resumption of normal operations can be found at opm.gov.
Ante la falta de fondos del gobierno federal, no se actualizará este sitio web y la organización no responderá a transacciones ni consultas hasta que se aprueben los fondos. El Centro Clínico de los Institutos Nacionales de la Salud (el hospital de investigación) permanecerá abierto. Consulte cc.nih.gov (en inglés). Infórmese sobre el funcionamiento del gobierno federal y el reinicio de las actividades en opm.gov
Using .nii file as my DWI Nifti file, keeps saying does not exist, I have tried putting full path to file all the way from root and still not being found.
It seems fro the command you are using you are attempting an import?
For TORTOISE processing you first need to import the data into tortoise format i.e list, bmtxt and nii file housed inside the _proc folder. This can be done as follows:
For your diffusion data you can follow these steps:
1) It is adviced that you create two folders containing ...008a1001.nii and ...009a1001.nii, seprately. These folders should also contain their associated bval and bvec file. This is because if there are more than one bval or bvec file in a folder (the way it is in the screenshot you have attached) the import complains and will not proceed.
2) after separation, please import the nii file from their folders, created in step1, by using the following syntax: ImportNIFTI -i <full_path_to_nii_to_import> -p vertical
This should create _proc folder for each other diffusion data you are importing.
3) Within the _proc folder there will be .list, .bmtxt and .nii file. You can now use the .list file to run the DIFFPREP processing using the following syntax:
DIFFPREP -i <full_path_to_list_file> -s <t2_structrual_reference> --any other optional arguments
Hi,
It seems fro the command you are using you are attempting an import?
For TORTOISE processing you first need to import the data into tortoise format i.e list, bmtxt and nii file housed inside the _proc folder. This can be done as follows:
For your diffusion data you can follow these steps:
1) It is adviced that you create two folders containing ...008a1001.nii and ...009a1001.nii, seprately. These folders should also contain their associated bval and bvec file. This is because if there are more than one bval or bvec file in a folder (the way it is in the screenshot you have attached) the import complains and will not proceed.
2) after separation, please import the nii file from their folders, created in step1, by using the following syntax: ImportNIFTI -i <full_path_to_nii_to_import> -p vertical
This should create _proc folder for each other diffusion data you are importing.
3) Within the _proc folder there will be .list, .bmtxt and .nii file. You can now use the .list file to run the DIFFPREP processing using the following syntax:
DIFFPREP -i <full_path_to_list_file> -s <t2_structrual_reference> --any other optional arguments
hope this helps.
Thanks,
Amritha