tedana.utils.gaussian

gaussian(height, center_x, center_y, width_x, width_y)[source]

Returns gaussian function

Parameters:
Returns:

Gaussian function with provided parameters

Return type:

lambda

References

Scipy Cookbook