org.das2.qds.math.Contour.ContourPlot

ContourPlot( QDataSet tds, QDataSet contourValues )


PERFORM_CONTOUR_RETURN_FORM4

return bundle of X,Y,Z[STEP] where STEP contains gaps indicating breaks.


PERFORM_CONTOUR_RETURN_FORM3

return bundle of X,Y,Z with DEPEND_0 equal to the step number, with a gap indicating a break.


performContour

performContour( ) → QDataSet

perform the contour using PERFORM_CONTOUR_RETURN_FORM3

Returns:

rank 2 bundle of [n,3] with DEPEND_0 as the contour number

See Also:

performContour(java.lang.Object)


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


performContour

performContour( Object form ) → QDataSet

returns a rank 2 bundle QDataSet of ds[:,3] with the contours. x is ds[:,0], y is ds[:,1], and Zval is ds[:,2] DEPEND_0 is a step number, where steps greater than 1 indicate a break in the contour.

Parameters

form - data form to return, see PERFORM_CONTOUR_RETURN_FORM3

Returns:

rank 2 bundle of [n,3] for PERFORM_CONTOUR_RETURN_FORM3 or [n,4] for PERFORM_CONTOUR_RETURN_FORM4

See Also:

PERFORM_CONTOUR_RETURN_FORM3


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