XNAT Tips and Tricks
Users familiar with command line can automate downloads and some analysis of data on XNAT via PyXNAT:Â https://pythonhosted.org/pyxnat/
Â
The PyXNAT page has a tutorial located here:Â https://pythonhosted.org/pyxnat/tutorial.htmlÂ
Â
Users on TACC can access XNAT directly using setup_subject.
Run:
module use /work/IRC/opt/modules
module load irc_python
module load setup_subject
Â
Create a directory to work under, for example I might do:
cd $WORK
mkdir mystudy
Â
then by calling setup_subject like this:
setup_subject.py --xnat-project <your project ID> --getdata --keepdata -b . --studyname mystudy -s <your subject's id>
Â
This will access and download your scans automatically.
Welcome to the University Wiki Service! Please use your IID (yourEID@eid.utexas.edu) when prompted for your email address during login or click here to enter your EID. If you are experiencing any issues loading content on pages, please try these steps to clear your browser cache.