cortex.dataset.Dataset¶
-
class
cortex.dataset.
Dataset
(**kwargs)[source]¶ Wrapper for multiple data objects. This often does not need to be used explicitly–for example, if a dictionary of data objects is passed to cortex.webshow, it will automatically be converted into a Dataset.
All kwargs should be BrainData or Dataset objects.
Methods
__init__
(**kwargs)Initialize self.
append
(**kwargs)Add the BrainData or Dataset objects in kwargs into this dataset.
from_file
(filename)get_mask
(subject, xfmname, maskname)get_overlay
(subject[, type])get_surf
(subject, type[, hemi, merge, nudge])get_xfm
(subject, xfmname)prepend
(prefix)Adds the given prefix to the name of every data object and returns a new Dataset.
save
([filename, pack])uniques
([collapse])Return the set of unique BrainData objects contained by this dataset