MCPcopy Create free account
hub / github.com/dhale/jtk / ZeroMask

Method ZeroMask

core/src/main/java/edu/mines/jtk/dsp/ZeroMask.java:51–70  ·  view source on GitHub ↗

Constructs a zero mask for a 2D image. The mask will be zero for samples where the local mean absolute amplitude is less than the specified small fraction of the global mean absolute amplitude. @param small a small fraction; e.g., 0.1. @param sigma1 Gaussian window half-width for 1st dimension. @par

(
    double small, double sigma1, double sigma2,
    float[][] x)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 8

apply0XMethod · 0.95
applyX0Method · 0.95
apply0XXMethod · 0.95
applyX0XMethod · 0.95
applyXX0Method · 0.95
zerofloatMethod · 0.80
absMethod · 0.45
sumMethod · 0.45

Tested by

no test coverage detected