public class Hit extends Object implements Comparable
Modifier and Type | Field and Description |
---|---|
static RealType |
amplitudeType |
static RealType |
indexType |
static RealType |
leadingEdgeTimeType |
static RealTuple |
missing |
static RealType |
moduleType |
static RealTupleType |
tupleType |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(Hit h) |
int |
compareTo(Object obj) |
boolean |
equals(Object obj) |
float |
getAmplitude() |
float |
getLeadingEdgeTime() |
Module |
getModule() |
float |
getTimeOverThreshold() |
RealTuple |
makeData() |
String |
toString() |
public static final RealType amplitudeType
public static final RealType indexType
public static final RealType leadingEdgeTimeType
public static final RealType moduleType
public static RealTupleType tupleType
public static RealTuple missing
public int compareTo(Object obj)
compareTo
in interface Comparable
public int compareTo(Hit h)
public final float getAmplitude()
public final float getLeadingEdgeTime()
public final Module getModule()
public final float getTimeOverThreshold()
public final RealTuple makeData()
Copyright © 1996–2023 The SSEC Visualization Project. All rights reserved.