Package gpl.contour
Class NullGPLContour
java.lang.Object
gpl.contour.GPLContour
gpl.contour.NullGPLContour
- All Implemented Interfaces:
Cloneable
slightly fudged contour which doesnt' have any points for situations where
no contour was found within a GPL detection.
- Author:
- dg50
-
Constructor Summary
ConstructorDescriptionNullGPLContour
(double totalNoise, double totalSignal, int minTBin, int maxTBin, int minFBin, int maxFBin) -
Method Summary
Methods inherited from class gpl.contour.GPLContour
addContourPoint, addContourPoint, getArea, getBinsDuration, getContourPoints, getMaxFBin, getMaxTBin, getMinFBin, getMinTBin, getOutline, getOutline, getTotalEnergy, getTotalExcess, makeNullContour, setTotalEnergy, setTotalExcess, shiftTimeBins, sortContourPoints
-
Constructor Details
-
NullGPLContour
public NullGPLContour(double totalNoise, double totalSignal, int minTBin, int maxTBin, int minFBin, int maxFBin)
-