SimPEG.directives.UpdateSensitivityWeights.normalization_method#

property UpdateSensitivityWeights.normalization_method#

Normalization method applied to sensitivity weights.

Options are:

  • None

    normalization is not applied

  • maximum:

    sensitivity weights are normalized by the largest value such that the largest weight is equal to 1.

  • minimum:

    sensitivity weights are normalized by the smallest value, after thresholding, such that the smallest weights are equal to 1.

Returns:
None, str