dcmri.read_dmr#

dcmri.read_dmr(path: str, nest=False, valsonly=False)[source]#

Read .dmr data from disk.

Parameters:
  • path (str) – Path to .dmr file where the data are

  • saved.

  • nest (bool) – If True, a nested dictionary is returned. Defaults to False.

  • valsonly (bool) – If True, only parameter values are returned. Otherwise the full list is returned including description, values and units. Defaults to False.

Raises:

ValueError – If the data on disk are not correctly formatted.

Returns:

Two dictionaries (rois, pars) containing the ROIs and

the parameters stored in the .dmr file.

Return type:

tuple