Uses of Class
Array.Hydrophone
Packages that use Hydrophone
-
Uses of Hydrophone in Array
Methods in Array that return HydrophoneModifier and TypeMethodDescriptionPamArray.getHiddenHydrophone
(int channel) public version of getHydrophone().HydrophoneDataUnit.getHydrophone()
PamArray.getHydroponeData
(int hydrophoneIndex, long timeMilliseconds) Get data for a specific hydrophone at a specific time.static Hydrophone
HydrophoneElementDialog.showDialog
(Window window, Hydrophone oldhydrophone, boolean isNew, PamArray currentArray) static Hydrophone
Hydrophone.weightedAverage
(Hydrophone h1, Hydrophone h2, double w1, double w2) the weighted average of two hydrophones.Methods in Array that return types with arguments of type HydrophoneMethods in Array with parameters of type HydrophoneModifier and TypeMethodDescriptionint
PamArray.addHydrophone
(Hydrophone hydrophone) boolean
PamArray.removeHydrophone
(Hydrophone hydrophone) void
HydrophoneDataUnit.setHydrophones
(Hydrophone hydrophone) static Hydrophone
HydrophoneElementDialog.showDialog
(Window window, Hydrophone oldhydrophone, boolean isNew, PamArray currentArray) int
PamArray.updateHydrophone
(int oldIndex, Hydrophone hydrophone) static Hydrophone
Hydrophone.weightedAverage
(Hydrophone h1, Hydrophone h2, double w1, double w2) the weighted average of two hydrophones.Constructors in Array with parameters of type HydrophoneModifierConstructorDescriptionHydrophoneDataUnit
(long timeNow, Hydrophone h) HydrophoneDataUnit
(Hydrophone hydrophone) -
Uses of Hydrophone in Array.importHydrophoneData
Methods in Array.importHydrophoneData that return types with arguments of type HydrophoneModifier and TypeMethodDescriptionHydrophoneImport.convertToHydrophoneList
(ArrayList<ArrayList<Double>> importData) Converts a 2D List of hydrophones into a 1D list of hydrophone objecys.Methods in Array.importHydrophoneData with parameters of type HydrophoneModifier and TypeMethodDescriptionHydrophoneImport.createDataUnit
(Hydrophone hydrophone) For hydrophone data imported [0]=timeMilliss [1]=x [2]=y [3]=z [4]=xErr [5]=yErr [6]=zErr [7]=streamerId [8]=hydrophoneId [9]=sensitivity [10]=gainboolean
HydrophoneImport.isDataFormatOK
(Hydrophone hydrophone) -
Uses of Hydrophone in Array.layoutFX
Methods in Array.layoutFX that return HydrophoneModifier and TypeMethodDescriptionHydrophoneProperty.getHydrophone()
HydrophoneSettingsPane.getParams
(Hydrophone hydrophone) Methods in Array.layoutFX with parameters of type HydrophoneModifier and TypeMethodDescriptionHydrophoneSettingsPane.getParams
(Hydrophone hydrophone) void
Array3DPane.hydrophoneSelected
(Hydrophone hydrophone) Called whenever a hydrophone is selected.void
HydrophonesPane.selectHydrophone
(Hydrophone hydrophone) Select the current hydrophone in table.void
HydrophoneProperty.setHydrophone
(Hydrophone hydrophone) void
HydrophoneSettingsPane.setParams
(Hydrophone hydrophone) Constructors in Array.layoutFX with parameters of type Hydrophone