dcmri.describe#
- dcmri.describe(data, n0=1, rician=False)[source]#
- Compute descriptive parameter maps for a signal array. - Parameters:
- data (numpy.ndarray) – array with signal data. Dimensions have to be at least 2, where the last dimension is time. 
- n0 (int, optional) – Number of baseline points. Defaults to 1. 
- rician (bool, optional) – Whether to correct for Rician noise in computation of baseline signal and noise (slow). Defaults to False. 
 
- Raises:
- ValueError – if rician=True, n0 needs to be 3 or higher. 
- Returns:
- Dictionary with parameter maps. 
- Return type:
 
