org.das2.math.Contour

Contouring based on code published in Javatech, Volume 13 Issue 9, "Contour Plotting In Java" by David Rand. This code is based on Fortran code implementing 1978 article by W. V. Snyder. W. V. Snyder, "Algorithm 531, Contour plotting [J6]," ACM Trans. Math. Softw. 4, 3 (Sept. 1978), 290-294.

Contour( )


PLANE_X


PLANE_Y


contour

contour( org.das2.dataset.TableDataSet tds, org.das2.datum.DatumVector levels ) → VectorDataSet

returns a rank 1 dataset, a vector dataset, listing the points of the contour paths. The data set will have three planes: X, Y and the default plane is the Z.

Parameters

tds - a TableDataSet
levels - a DatumVector

Returns:

org.das2.dataset.VectorDataSet

[search for examples] [view on GitHub] [view on old javadoc] [view source]

contour( org.das2.dataset.TableDataSet tds, Datum level ) → VectorDataSet