Package edu.wisc.ssec.mcidasv.data.hydra
Class HistogramField
java.lang.Object
edu.wisc.ssec.mcidasv.data.hydra.HistogramField
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) int[]
(package private) FlatField
(package private) FlatField
(package private) Linear2DSet
(package private) int[][]
(package private) int
(package private) int
(package private) byte[][]
(package private) FlatField
(package private) float[][]
(package private) byte[]
(package private) Class
(package private) Linear1DSet
(package private) Linear1DSet
-
Constructor Summary
ConstructorsConstructorDescriptionHistogramField
(FlatField field_0, FlatField field_1, FlatField mask_field, int n_bins, int bin_size) -
Method Summary
Modifier and TypeMethodDescriptionvoid
clearMaskField
(float maskVal) void
markMaskFieldByCurve
(float[][] curve, float maskVal) void
markMaskFieldByRange
(double[] lowhi_0, double[] lowhi_1, float maskVal) private void
reorder
(byte maskVal) void
resetMaskField
(float maskVal)
-
Field Details
-
Constructor Details
-
Method Details
-
getScatterDensityField
-
markMaskFieldByRange
public void markMaskFieldByRange(double[] lowhi_0, double[] lowhi_1, float maskVal) throws Exception - Throws:
Exception
-
markMaskFieldByCurve
- Throws:
Exception
-
reorder
-
clearMaskField
-
resetMaskField
- Throws:
Exception
-