]> git.tdb.fi Git - ext/subsurface.git/commit
Don't repeat redundant minima or maxima in the profile plot
authorDirk Hohndel <dirk@hohndel.org>
Fri, 4 Nov 2011 21:25:20 +0000 (14:25 -0700)
committerDirk Hohndel <dirk@hohndel.org>
Fri, 4 Nov 2011 21:25:20 +0000 (14:25 -0700)
commitedbba678b3cdc8f06a84a965b04f13ef1f4ecaab
treea748e73dd8f7050c13ebc99c95e6c28b70d10278
parentd906c82f31c5406b6debe0df88cb49b916cd6ced
Don't repeat redundant minima or maxima in the profile plot

If we have more than four identical depth readings, the old code would see
those as local maxima and minima and print spurious depth values in the
profile plot.

Yes, in real sample data identical readings won't happen - but in
synthetic data they can and there this looks really bogus.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
profile.c