Uses of Class
Array.Hydrophone
-
Uses of Hydrophone in Array
Modifier 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.Modifier 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.ModifierConstructorDescriptionHydrophoneDataUnit
(long timeNow, Hydrophone h) HydrophoneDataUnit
(Hydrophone hydrophone) -
Uses of Hydrophone in Array.importHydrophoneData
Modifier and TypeMethodDescriptionHydrophoneImport.convertToHydrophoneList
(ArrayList<ArrayList<Double>> importData) Converts a 2D List of hydrophones into a 1D list of hydrophone objecys.Modifier 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
Modifier and TypeMethodDescriptionHydrophoneProperty.getHydrophone()
HydrophoneSettingsPane.getParams
(Hydrophone hydrophone) Modifier 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)