deltametrics.mobility.channel_presence¶
- deltametrics.mobility.channel_presence(chmap)¶
Calculate the normalized channel presence at each pixel location.
Measure the normalized fraction of time a given pixel is channelized, based on method in Liang et al 2016 [1]. This requires providing a 3-D input channel map (t-x-y).
- Parameters:
chmap (ndarray) – A t-x-y shaped array with binary channel maps
- Returns:
channel_presence – A x-y shaped array with the normalized channel presence values.
- Return type:
ndarray
Examples
(
Source code
,png
,hires.png
)