Package loc3d_Thode
Class GroupDetDataUnit
java.lang.Object
PamguardMVC.PamDataUnit<T,SuperDetection>
PamguardMVC.superdet.SuperDetection
loc3d_Thode.GroupDetDataUnit
- All Implemented Interfaces:
Comparable
,PamDetection
,AcousticDataUnit
-
Constructor Summary
ConstructorDescriptionGroupDetDataUnit
(long timeMilliseconds, int channelBitmap, long peakSample, int Nstations, int Nfeatures) -
Method Summary
Modifier and TypeMethodDescriptiondouble[][]
double
getFeature
(int i, int j) int
int
double[]
float
getScore()
double[]
getTdd()
double
getTdd
(int i) void
setFeature
(double[][] feature) void
setFeature
(double feature, int i, int j) void
setRawdata
(double[] rawdata) void
setScore
(float score) void
setTdd
(double[] tdd) void
setTdd
(double tdd, int i) Methods inherited from class PamguardMVC.superdet.SuperDetection
addSubDetection, addSubDetectionInfo, addSubDetections, clearSubDetectionData, clearSubDetectionObjects, clearSubdetectionsRemoved, findSubDetection, findSubDetection, findSubDetection, findSubdetectionInfo, findSubDetectionInfo, getLoadedSubDetectionsCount, getPresentSubDetections, getSubDetection, getSubdetectionInfo, getSubDetectionInfo, getSubDetections, getSubDetectionsCount, getSubdetectionsRemoved, getSubDetectionSyncronisation, isAllowSubdetectionSharing, removeAllSubDetections, removeSubDetection, replaceSubDetection, sortSubDetections
Methods inherited from class PamguardMVC.PamDataUnit
addDataAnnotation, addSuperDetection, amplifyMeasuredAmplitudeByDB, amplifyMeasuredAmplitudeByLinear, calcSnapshotGeometry, clearOandAngles, clearUpdateCount, compareTo, findDataAnnotation, findDataAnnotation, freeData, getAbsBlockIndex, getAmplitudeDB, getAnnotationsSummaryString, getBasicData, getCalculatedAmlitudeDB, getChannelBitmap, getColourIndex, getDataAnnotation, getDatabaseIndex, getDatabaseUpdateOf, getDataUnitFileInformation, getDataUnitPopupMenu, getDurationInMilliseconds, getEndTimeInMilliseconds, getFrequency, getFrequencyOverlap, getHydrophoneBitmap, getHydrophoneHeading, getLastChangeTime, getLastSample, getLastUpdateTime, getLocalisation, getMeasuredAmplitude, getMeasuredAmplitudeType, getNoiseBackground, getNumDataAnnotations, getOriginLatLong, getParentDataBlock, getSampleDuration, getSampleDurationAsInt, getSeconds, getSequenceBitmap, getSequenceBitmapObject, getSignalExcess, getSignalSPL, getSnapshotGeometry, getStartSample, getSummaryString, getSuperDetection, getSuperDetection, getSuperDetection, getSuperDetection, getSuperDetection, getSuperDetectionsCount, getSuperDetectionSyncronisation, getSuperId, getTimeDelaysSeconds, getTimeMilliseconds, getTimeNanoseconds, getTimeOverlap, getUID, getUpdateCount, isEmbryonic, isForceAmpRecalc, linAmplitudeToDB, removeDataAnnotation, removeDataAnnotation, removeSuperDetection, setAbsBlockIndex, setCalculatedAmlitudeDB, setChannelBitmap, setDatabaseIndex, setDatabaseUpdateOf, setDataUnitFileInformation, setDurationInMilliseconds, setEmbryonic, setForceAmpRecalc, setFrequency, setInfo, setLastUpdateTime, setLocalisation, setMeasuredAmpAndType, setMeasuredAmplitude, setMeasuredAmplitudeType, setNoiseBackground, setParentDataBlock, setSampleDuration, setSequenceBitmap, setSignalExcess, setSignalSPL, setSnapshotGeometry, setStartSample, setTimeDelaysSeconds, setTimeMilliseconds, setUID, setUniqueSuperDetection, sortOutputMaps, updateDataUnit
-
Constructor Details
-
GroupDetDataUnit
public GroupDetDataUnit(long timeMilliseconds, int channelBitmap, long peakSample, int Nstations, int Nfeatures)
-
-
Method Details
-
getNstations
public int getNstations() -
getNfeatures
public int getNfeatures() -
getScore
public float getScore() -
setScore
public void setScore(float score) -
getTdd
public double getTdd(int i) -
getTdd
public double[] getTdd() -
setTdd
public void setTdd(double tdd, int i) -
setTdd
public void setTdd(double[] tdd) -
getFeature
public double[][] getFeature() -
setFeature
public void setFeature(double[][] feature) -
getFeature
public double getFeature(int i, int j) -
setFeature
public void setFeature(double feature, int i, int j) -
getRawdata
public double[] getRawdata() -
setRawdata
public void setRawdata(double[] rawdata)
-