Package loc3d_Thode
Class CrossStationMatcher
java.lang.Object
loc3d_Thode.CrossStationMatcher
-
Constructor Summary
ConstructorsConstructorDescriptionCrossStationMatcher(int maxCues, TowedArray3DProcess towedArray3DProcess, double tdd_maxtime, double ICI_err_thresh) -
Method Summary
Modifier and TypeMethodDescriptionvoidaddQueueList(loc3d_Thode.StationQueue que) booleanbooleanbooleandoubledoubleloc3d_Thode.StationQueuedouble[]double[]int[]double[]double[]getTOA(boolean fine_tune_tdd) booleanvoidsetFocalICIList(int I) voidsetFocalStation(loc3d_Thode.StationQueue focalStation) voidsetICI_err_thresh(double ici_err_thresh) voidvoid
-
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()
-