#!/usr/bin/env bash
[ ! -e "$FREESURFER_HOME" ] && echo "error: freesurfer has not been properly sourced" && exit 1
exec $FREESURFER_HOME/bin/fspython $FREESURFER_HOME/python/scripts/mri_segment_thalamic_nuclei_dti_cnn "$@"
