Package loc3d_Thode
Class CrossStationMatcher
java.lang.Object
loc3d_Thode.CrossStationMatcher
-
Constructor Summary
ConstructorDescriptionCrossStationMatcher
(int maxCues, TowedArray3DProcess towedArray3DProcess, double tdd_maxtime, double ICI_err_thresh) -
Method Summary
Modifier and TypeMethodDescriptionvoid
addQueueList
(loc3d_Thode.StationQueue que) boolean
boolean
boolean
double
double
loc3d_Thode.StationQueue
double[]
double[]
int[]
double[]
double[]
getTOA
(boolean fine_tune_tdd) boolean
void
setFocalICIList
(int I) void
setFocalStation
(loc3d_Thode.StationQueue focalStation) void
setICI_err_thresh
(double ici_err_thresh) void
void
-
Constructor Details
-
CrossStationMatcher
public CrossStationMatcher(int maxCues, TowedArray3DProcess towedArray3DProcess, double tdd_maxtime, double ICI_err_thresh) - Parameters:
towedArray3DProcess
-focalStation
-stationList
-
-
-
Method Details
-
getFocalStation
public loc3d_Thode.StationQueue getFocalStation() -
setFocalStation
public void setFocalStation(loc3d_Thode.StationQueue focalStation) -
addQueueList
public void addQueueList(loc3d_Thode.StationQueue que) -
setLastFocalICIList
public void setLastFocalICIList() -
setLastFocalWithEchoICIList
public void setLastFocalWithEchoICIList() -
setFocalICIList
public void setFocalICIList(int I) -
crossLinkSimple
public boolean crossLinkSimple() -
crossLink
public boolean crossLink() -
crossLinkWithEcho
public boolean crossLinkWithEcho() -
getLinked_echo_times
public double[] getLinked_echo_times() -
getTOA
public double[] getTOA(boolean fine_tune_tdd) -
getPreciseTOA
public double[] getPreciseTOA() -
isYes_focal_list
public boolean isYes_focal_list() -
setICI_err_thresh
public void setICI_err_thresh(double ici_err_thresh) -
getFocal_bearing
public double getFocal_bearing() -
getFocal_echo_time
public double getFocal_echo_time() -
getLinked_bearings
public double[] getLinked_bearings() -
getLinked_indicies
public int[] getLinked_indicies()
-