civet.globals

Global variables.

 1"""
 2Global variables.
 3"""
 4import os
 5
 6
 7MNI_DATAPATH = os.environ['MNI_DATAPATH']
 8"""
 9Location of data such as starting ellipsoids for surface extraction.
10"""
MNI_DATAPATH = '/opt/CIVET/dist/share'

Location of data such as starting ellipsoids for surface extraction.