Notes:

Release Name: Analyze2Nifti and Nifti2Analyze using fslchfiletype

Notes:
This script has been written to automate FSL utility (fslchfiletype). Using this script user could convert multiple images at once using a few mouse click. There are six options; 
Analyze (img) <---> Nifti (nii)
Analyze (img) <---> compressed Nifti (nii.gz)
Nifti (nii) <---> compressed Nifti (nii.gz)

But in bash script, which works on both Linux and MAC, user needs to copy this script to data directory and execute it from there. 

Bash script works on bash shell only where "chmod +x" command used to make it executable as following;

chmod +x Analyze2Nifti-Nifti2Analyze.command or chmod +x Analyze2Nifti-Nifti2Analyze.sh
http://www.easyneuroimaging.com/2012/01/batching-fsl-tools-and-utilities-using.html
 
To watch the discription clip please visit this youtube link


Changes: