MCPcopy Create free account

hub / github.com/dhale/ipf / functions

Functions290 in github.com/dhale/ipf

↓ 51 callersMethodadd
(float f)
src/ipf/FaultCell.java:579
↓ 38 callersMethodadd
(float f)
src/ipf/FaultSkinner.java:667
↓ 29 callersFunctionreadImage
Reads an image from a file with specified name. name: base name of image file; e.g., "tpsz"
src/ipf/fakeutils.py:29
↓ 25 callersFunctionplot3
(f,g=None,cmin=None,cmax=None,cmap=None,clab=None,cint=None, xyz=None,cells=None,skins=None,smax=0.0
src/ipf/demo.py:305
↓ 16 callersFunctionwriteImage
Writes an image to a file with specified name. name: base name of image file; e.g., "tpgp" image: the image
src/ipf/fakeutils.py:41
↓ 12 callersMethodfaultNormalVectorFromStrikeAndDip
Returns fault normal vector for specified strike and dip angles. @param phi fault strike angle, in degrees. @param theta fault dip angle, in degrees.
src/ipf/FaultGeometry.java:90
↓ 12 callersMethodget
(FaultCell cell)
src/ipf/FaultCell.java:262
↓ 12 callersMethodsize
Returns the number of cells in this skin.
src/ipf/FaultSkin.java:37
↓ 11 callersMethodadd
Adds the specified skinless cell to this skin. @param cell the cell to be added.
src/ipf/FaultSkin.java:427
↓ 11 callersMethodf
(float x)
src/ipf/FakeData.java:318
↓ 9 callersMethodapply
Applies a 2D coordinate transform to an image. @param t coordinate transform f(x). @param p input image p(x). @return transformed image q(x) = p(f(x))
src/ipf/FakeData.java:336
↓ 9 callersMethodn1
(float[][][] f)
src/ipf/FaultScanner.java:516
↓ 9 callersMethodn2
(float[][][] f)
src/ipf/FaultScanner.java:528
↓ 9 callersMethodn3
(float[][][] f)
src/ipf/FaultScanner.java:531
↓ 8 callersMethoddf
(float x)
src/ipf/FakeData.java:319
↓ 8 callersMethodimageValueAt
( float p1, float p2, float p3, float[][][]f)
src/ipf/FaultSlipper.java:611
↓ 7 callersMethodget
Gets the fault cell with specified indices, if any. @param i1 sample index in 1st dimension. @param i2 sample index in 2nd dimension. @param i3 sample
src/ipf/FaultCellGrid.java:143
↓ 7 callersMethodrms
(float[][] f)
src/ipf/FakeData.java:1013
↓ 6 callersMethoddistanceFromPlaneTo
Returns the signed distance from the plane of this cell to a point. The distance is positive if the point lies on the side of the plane toward which t
src/ipf/FaultCell.java:315
↓ 6 callersMethoddt
Algorithm DT(f) of Felzenszwalb and Huttenlocher (2004), augmented to compute the index i of the nearest sample. @param s the distance between two adj
src/ipf/ClosestPointTransform.java:217
↓ 5 callersFunctionjetFill
(alpha)
src/ipf/demo.py:267
↓ 5 callersMethodtrim
()
src/ipf/FaultCell.java:592
↓ 4 callersMethodangleSampling
( double sigma, double amin, double amax)
src/ipf/FaultScanner.java:504
↓ 4 callersMethodcanBeNabors
(FaultCell ca, FaultCell cb)
src/ipf/FaultSkinner.java:587
↓ 4 callersMethodmakeReflectivityWithNormals
(int n1, int n2)
src/ipf/FakeData.java:870
↓ 4 callersMethodrange360
Returns angle in range [0,360] degrees. @param phi angle, in degrees. @return angle in range [0,360] degrees.
src/ipf/FaultGeometry.java:236
↓ 4 callersMethodrotatePoint
( float cp, float sp, float ct, float st, float[] x)
src/ipf/FaultSkinner.java:651
↓ 4 callersMethodrotatePoint
Rotates a specified point by strike (phi) and dip (theta) angles. Uses specified cosines (cp and ct) and sines (sp and st) of those angles. The order
src/ipf/FaultCell.java:501
↓ 4 callersMethodwalkDownDipFrom
Walks a point down the fault along a curve tangent to fault dip. The input point is assumed to lie in the plane of this cell, and the output point wil
src/ipf/FaultCell.java:393
↓ 3 callersMethodalignmentError
(float f, float g)
src/ipf/FaultSlipper.java:606
↓ 3 callersMethoddistanceSquared
( FaultCell c, float p1, float p2, float p3)
src/ipf/FaultCell.java:488
↓ 3 callersMethoddistanceSquaredTo
Returns the distance squared from this cell to a point. @param p1 1st coordinate of point. @param p2 2nd coordinate of point. @param p3 3rd coordinate
src/ipf/FaultCell.java:299
↓ 3 callersMethodgetCells
Gets an array of cells in this skin. @return array of cells.
src/ipf/FaultSkin.java:45
↓ 3 callersMethodi3lo
(int i2, float[][][] x)
src/ipf/FaultScanner.java:605
↓ 3 callersFunctionjetFillExceptMin
(alpha)
src/ipf/demo.py:269
↓ 3 callersFunctionjetRamp
(alpha)
src/ipf/demo.py:273
↓ 3 callersMethodtrace
(String s)
src/ipf/FakeData.java:1041
↓ 3 callersMethodtrim
()
src/ipf/FaultSkinner.java:680
↓ 3 callersMethodwalkUpDipFrom
Walks a point up the fault along a curve tangent to fault dip. The input point is assumed to lie in the plane of this cell, and the output point will
src/ipf/FaultCell.java:354
↓ 2 callersFunctionaddColorBar
(frame,clab=None,cint=None)
src/ipf/demo.py:292
↓ 2 callersMethodaddNoise
(double nrms, float[][] f)
src/ipf/FakeData.java:255
↓ 2 callersMethodaddWavelet
(double fpeak, float[][][] p)
src/ipf/FakeData.java:957
↓ 2 callersMethodapply
Applies this transform for a specified 1D sequence. @param fnull value used to mark samples in f that are unknown. @param f input array of values with
src/ipf/ClosestPointTransform.java:67
↓ 2 callersFunctionbwrNotch
(alpha)
src/ipf/demo.py:277
↓ 2 callersMethodcombine
( float depth, float[][][] pa, float[][][] pb)
src/ipf/FakeData.java:940
↓ 2 callersFunctionconvertDips
(ft)
src/ipf/demo.py:302
↓ 2 callersMethodcountCells
Returns the total number of cells in the specified skins. @param skins array of skins for which to count cells. @return the total number of cells.
src/ipf/FaultSkin.java:69
↓ 2 callersMethodextractSlice2
(int i2, float[][][] x)
src/ipf/FaultScanner.java:545
↓ 2 callersMethodfaultDipFromNormalVector
Returns fault dip angle for specified fault normal vector. @param w1 1st component of fault normal vector. @param w2 2nd component of fault normal vec
src/ipf/FaultGeometry.java:203
↓ 2 callersMethodfaultStrikeFromNormalVector
Returns fault strike angle for specified fault normal vector. The components w2 and w3 must not both be zero; that is, the fault plane cannot be horiz
src/ipf/FaultGeometry.java:179
↓ 2 callersMethodfaulted
(float x1, float x2)
src/ipf/FakeData.java:558
↓ 2 callersMethodfaulted
(float x1, float x2, float x3)
src/ipf/FakeData.java:667
↓ 2 callersMethodfaulted
(float x1, float x2, float x3)
src/ipf/FakeData.java:748
↓ 2 callersMethodfindCellAboveBelow
(boolean above, FaultCell cell)
src/ipf/FaultCellGrid.java:243
↓ 2 callersMethodfindCellLeftRight
(boolean left, FaultCell cell)
src/ipf/FaultCellGrid.java:296
↓ 2 callersMethodfindNaborAbove
(FaultCellGrid cells, FaultCell cell)
src/ipf/FaultSkinner.java:567
↓ 2 callersMethodfindNaborBelow
(FaultCellGrid cells, FaultCell cell)
src/ipf/FaultSkinner.java:571
↓ 2 callersMethodfindNaborLeft
(FaultCellGrid cells, FaultCell cell)
src/ipf/FaultSkinner.java:575
↓ 2 callersMethodfindNaborRight
(FaultCellGrid cells, FaultCell cell)
src/ipf/FaultSkinner.java:579
↓ 2 callersMethodfindSkins
Returns an array of skins comprised of specified cells. Some cells may be unused. For example, cells with fault likelihoods less than the lower thresh
src/ipf/FaultSkinner.java:175
↓ 2 callersMethodgetCellsAB
Returns array of arrays of cells linked above and below. @return array of arrays of linked cells; by reference, not by copy.
src/ipf/FaultSkin.java:88
↓ 2 callersMethodgetCellsLR
Returns array of arrays of cells linked left and right. @return array of arrays of linked cells; by reference, not by copy.
src/ipf/FaultSkin.java:128
↓ 2 callersMethodgetFrequencies
Gets the frequencies of fault values (e.g., strikes or dips) in an array. Each element of the returned array corresponds to a sampled value, and conta
src/ipf/FaultScanner.java:72
↓ 2 callersMethodgetXyzUvwRgb
Gets arrays {xyz,uvw,rgb} of cell coordinates, normals and colors. In these arrays, the specified cells are represented by quads with specified size,
src/ipf/FaultCell.java:521
↓ 2 callersMethodgetXyzUvwRgbForLikelihood
Gets arrays {xyz,uvw,rgb} of cell coordinates, normals and colors. In these arrays, the specified cells are represented by quads with specified size,
src/ipf/FaultCell.java:238
↓ 2 callersMethodi2hi
(int i3, float[][][] x)
src/ipf/FaultScanner.java:598
↓ 2 callersMethodi2lo
(int i3, float[][][] x)
src/ipf/FaultScanner.java:591
↓ 2 callersMethodi3hi
(int i2, float[][][] x)
src/ipf/FaultScanner.java:612
↓ 2 callersMethodlinkAboveBelow
(FaultCell ca, FaultCell cb)
src/ipf/FaultSkinner.java:556
↓ 2 callersMethodlinkLeftRight
(FaultCell cl, FaultCell cr)
src/ipf/FaultSkinner.java:560
↓ 2 callersMethodmakeRef
(double sigma)
src/ipf/FaultScanner.java:681
↓ 2 callersMethodnearestCell
( FaultCell c1, FaultCell c2, FaultCell c3, float p1, float p2, float p3)
src/ipf/FaultCell.java:471
↓ 2 callersMethodnormalizeErrors
Normalizes errors to account for varying lengths of arrays of cells. This normalization is different from that performed by dynamic warping when smoot
src/ipf/FaultSlipper.java:481
↓ 2 callersFunctionplotStat
(s,f,slabel=None)
src/ipf/demo.py:148
↓ 2 callersFunctionremoveAllSkinFiles
Removes all skins with specified basename.
src/ipf/fakeutils.py:72
↓ 2 callersMethodscan
Scans a specified image for fault strikes and dips. @param phiMin minimum fault strike, in degrees. @param phiMax maximum fault strike, in degrees. @p
src/ipf/FaultScanner.java:222
↓ 2 callersMethodseismicAndSlopes3d2014A
Returns a fake 3D seismic image with slopes. @param noise rms of noise (relative to signal) added to the image. @return array of arrays {f,p2,p3} with
src/ipf/FakeData.java:97
↓ 2 callersMethodset
(FaultCell cell, float value)
src/ipf/FaultCell.java:264
↓ 2 callersMethodset
( float x1, float x2, float x3, float fl, float fp, float ft)
src/ipf/FaultCell.java:426
↓ 2 callersMethodsetGrowLikelihoods
Sets fault likelihood thresholds used to grow skins. Cells in a skin should have, or be connected to cells that have, high fault likelihoods. All cell
src/ipf/FaultSkinner.java:98
↓ 2 callersMethodsetMinSkinSize
Sets the minimum number of cells in a skin. Skins smaller than this will be discarded. <p> The default minimum skin size is 400.
src/ipf/FaultSkinner.java:68
↓ 2 callersMethodshear
( SincInterpolator si, double s, float[][] p)
src/ipf/FaultScanner.java:621
↓ 2 callersFunctionskinName
(basename,index)
src/ipf/fakeutils.py:56
↓ 2 callersMethodtaper
Returns an image with specified samples taper to zero at edges. Tapering enables simple zero-value boundary conditions to be used in fault scanning wi
src/ipf/FaultScanner.java:167
↓ 2 callersMethodtrace
(String s)
src/ipf/FaultScanner.java:423
↓ 2 callersFunctionwriteSkins
Writes all skins with specified basename.
src/ipf/fakeutils.py:100
↓ 2 callersMethodx2q
(double x2p, double x3p)
src/ipf/FaultScanner.java:1190
↓ 2 callersMethodx3q
(double x2p, double x3p)
src/ipf/FaultScanner.java:1193
↓ 1 callersMethodabsDeltaFl
(FaultCell ca, FaultCell cb)
src/ipf/FaultSkinner.java:619
↓ 1 callersMethodabsDeltaFp
(FaultCell ca, FaultCell cb)
src/ipf/FaultSkinner.java:622
↓ 1 callersMethodabsDeltaFt
(FaultCell ca, FaultCell cb)
src/ipf/FaultSkinner.java:626
↓ 1 callersMethodabsDeltaS1
(FaultCell ca, FaultCell cb)
src/ipf/FaultSkinner.java:629
↓ 1 callersMethodaddChannels
(float[][][][] r)
src/ipf/FakeData.java:914
↓ 1 callersMethodassertEqual
(float x, float y)
src/ipf/FaultGeometry.java:275
↓ 1 callersFunctioncd
(theta)
src/ipf/demo.py:251
↓ 1 callersMethodcells
(float[][][][] flpt)
src/ipf/FaultSkinner.java:263
↓ 1 callersMethodcheckCellArrays
()
src/ipf/FaultSkin.java:517
↓ 1 callersMethodclearErrors
(FaultSkin skin)
src/ipf/FaultSlipper.java:601
↓ 1 callersMethodcomputeAlignmentErrors
Computes alignment errors and initializes shifts for specified skin.
src/ipf/FaultSlipper.java:282
↓ 1 callersMethodcomputeDipSlips
Computes fault dip slips for the specified skins. Specified bounds on throw are used to reduce unnecessary computation. These bounds need not be preci
src/ipf/FaultSlipper.java:85
next →1–100 of 290, ranked by callers