Skip to content

Instantly share code, notes, and snippets.

@ravnoor
Created March 26, 2019 17:05
Show Gist options
  • Save ravnoor/88e6c536a991c9f0aa0aa7166f90928e to your computer and use it in GitHub Desktop.
Save ravnoor/88e6c536a991c9f0aa0aa7166f90928e to your computer and use it in GitHub Desktop.
create colourbars from fslview lookup tables
# https://www.jiscmail.ac.uk/cgi-bin/webadmin?A2=FSL%3Bd7372159.0810
FSLDIR=/usr/share/fsl/5.0/etc/luts
LUT=render3
slicer ${FSLDIR}/colourbar.nii.gz -l ${LUT} -s 2 -i 0 100 -u -z 0 colourbar.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment