π‘ Other configuration tips#
niftiviewer.app (MacOS) #
UPDATE: NO NEED TO DO THE THING BELOW ANYMORE WITH NIFTI. Instead, right click > βget infoβ > Open with > change allβ¦ > select fsleyes
In automator, create new application - run apple script. Add the following script:
on run {input, parameters}
set f to POSIX path of (input as text)
do shell script "source ~/.bash_profile"
do shell script "open -n -a fslview.app --args " & f
end run
Select .nii file β open with β> select niftiviewer.app
Add LINUX machine to GRAMES #
See info under Gdrive/Neuropoly/network/SOP_add_linux_station_grames.docx
Configure virtualenvwrapper under LINUX #
Add script under /etc/profile.d/virtual_env_config.sh :
export WORKON_HOME=$HOME/.virtualenvs
export PROJECT_HOME=$HOME/
source /usr/local/bin/virtualenvwrapper.sh #centos
source /usr/share/virtualenvwrapper/virtualenvwrapper.sh #ubuntu