--------------
- Added support for loading FreeSurfer annotation files. This allows one to load cortical parcellation information from an Atlas, e.g., from the Desikan atlas from the '?h.aparc.annot' files. An annotation consists of several groups of vertices, each of which is assigned a label and a color.
- Added support for loading FreeSurfer label files. This allows one to load sets of vertices assigned to a group, e.g., the list of all vertices which belong to the cortex from the files '?h.cortex.label'.
- Add support for masking data using an arbitrary mask, i.e., set the data values to NaN at a list of indices. Typically this is used to mask out the medial wall in brain morphometry data. You can use any data, e.g., a loaded label, to build the mask.