Class TOADInformation
java.lang.Object
group3dlocaliser.algorithm.toadbase.TOADInformation
- All Implemented Interfaces:
Cloneable
Class holding information about TOAD delays, channels, etc.
- Author:
- dg50
-
Constructor Summary
ConstructorDescriptionTOADInformation
(int channelMap, int[] channelList, int hydrophoneMap, int[] hydrophoneList, double[][] toadSeconds, double[][] toadErrorsSeconds, double[][] toadScores) -
Method Summary
Modifier and TypeMethodDescriptionclone()
int[]
int
int[]
int
double[][]
double[][]
double[][]
void
setChannelList
(int[] channelList) void
setChannelMap
(int channelMap) void
setHydrophoneList
(int[] hydrophoneList) void
setHydrophoneMap
(int hydrophoneMap) void
setToadErrorsSeconds
(double[][] toadErrorsSeconds) void
setToadScores
(double[][] toadScores) void
setToadSeconds
(double[][] toadSeconds)
-
Constructor Details
-
TOADInformation
public TOADInformation(int channelMap, int[] channelList, int hydrophoneMap, int[] hydrophoneList, double[][] toadSeconds, double[][] toadErrorsSeconds, double[][] toadScores) - Parameters:
channelMap
-channelList
-hydrophoneMap
-hydrophoneList
-toadSeconds
-toadErrorsSeconds
-toadScores
-
-
-
Method Details
-
getToadSeconds
public double[][] getToadSeconds()- Returns:
- the toadSeconds
-
setToadSeconds
public void setToadSeconds(double[][] toadSeconds) - Parameters:
toadSeconds
- the toadSeconds to set
-
getToadErrorsSeconds
public double[][] getToadErrorsSeconds()- Returns:
- the toadErrorsSeconds
-
setToadErrorsSeconds
public void setToadErrorsSeconds(double[][] toadErrorsSeconds) - Parameters:
toadErrorsSeconds
- the toadErrorsSeconds to set
-
getChannelList
public int[] getChannelList()- Returns:
- the channelList
-
setChannelList
public void setChannelList(int[] channelList) - Parameters:
channelList
- the channelList to set
-
getHydrophoneList
public int[] getHydrophoneList()- Returns:
- the hydrophoneList
-
setHydrophoneList
public void setHydrophoneList(int[] hydrophoneList) - Parameters:
hydrophoneList
- the hydrophoneList to set
-
getChannelMap
public int getChannelMap()- Returns:
- the channelMap
-
setChannelMap
public void setChannelMap(int channelMap) - Parameters:
channelMap
- the channelMap to set
-
getHydrophoneMap
public int getHydrophoneMap()- Returns:
- the hydrophoneMap
-
setHydrophoneMap
public void setHydrophoneMap(int hydrophoneMap) - Parameters:
hydrophoneMap
- the hydrophoneMap to set
-
getToadScores
public double[][] getToadScores()- Returns:
- the toadScores (correlation heights)
-
setToadScores
public void setToadScores(double[][] toadScores) - Parameters:
toadScores
- the toadScores to set
-
clone
-