MCPcopy Create free account
hub / github.com/dhale/ipf / scan

Method scan

src/ipf/FaultScanner.java:222–229  ·  view source on GitHub ↗

Scans a specified image for fault strikes and dips. @param phiMin minimum fault strike, in degrees. @param phiMax maximum fault strike, in degrees. @param thetaMin minimum fault dip, in degrees. @param thetaMax maximum fault dip, in degrees. @param p2 slopes in the 2nd dimension. @param p3 slopes in

(
      double phiMin, double phiMax,
      double thetaMin, double thetaMax,
      float[][][] p2, float[][][] p3, float[][][] g)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

goScanFunction · 0.95
goScanOneStrikeDipFunction · 0.95

Calls 8

makePhiSamplingMethod · 0.95
makeThetaSamplingMethod · 0.95
semblanceNumDenMethod · 0.95
traceMethod · 0.95
rotateMethod · 0.95
smooth2Method · 0.95
scanThetaMethod · 0.95
unrotateMethod · 0.95

Tested by

no test coverage detected