MMM.get_channel_contributions_forward_pass_grid#

MMM.get_channel_contributions_forward_pass_grid(start, stop, num)[source]#

Generate a grid of scaled channel contributions for a given grid of shared values.

Parameters:
startfloat

Start of the grid. It must be equal or greater than 0.

stopfloat

End of the grid. It must be greater than start.

numint

Number of points in the grid.

Returns:
DataArray

Grid of channel contributions.