squirrel utilities
The squirrel command line program
The squirrel command line program allows converstion of DICOM to squirrel, BIDS to squirrel, modification of existing squirrel packages, and listing of information from packages.
Installing squirrel utilities
Download squirrel from https://github.com/gbook/squirrel/releases
sudo yum localinstall --nogpgcheck squirrel-xxx.xx.xxx-1.elx.x86_64.rpmsudo apt install p7zip # p7zip required by squirrel
sudo dpkg -i squirrel_xxxx.xx.xxx.debBasic Command Line Usage
Convert DICOM to squirrel
# Default DICOM to squirrel conversion
squirrel dicom2squirrel /path/to/dicoms outPackgeName.sqrl
# Specify the output format
squirrel dicom2squirrel /path/to/dicoms outPackge.sqrl --dataformat niti4gz
# Specify the package directory format
squirrel dicom2squirrel /path/to/dicoms outPackage.sqrl --dirformat seqConvert BIDS to squirrel
Modify existing squirrel package
List information about a squirrel package
Last updated
Was this helpful?
