Uses of Class
gov.llnl.gnem.apps.coda.common.model.domain.Station
Packages that use Station
Package
Description
-
Uses of Station in gov.llnl.gnem.apps.coda.calibration.gui.plotting
Methods in gov.llnl.gnem.apps.coda.calibration.gui.plotting with parameters of type StationModifier and TypeMethodDescriptionMapPlottingUtilities.createStationIcon
(Station station) MapPlottingUtilities.createStationIconBackground
(Station station) MapPlottingUtilities.createStationIconBackground
(String id, Station station) MapPlottingUtilities.createStationIconForeground
(Station station) MapPlottingUtilities.createStationToEventLine
(Station station, Event event) RatioMeasurementSpectraPlotManager.getRatioDetailsFromStation
(Station station) RatioMeasurementSpectraPlotManager.getRatioDetailsFromStationAndFreq
(Station station, FrequencyBand freqBand) void
RatioMeasurementWaveformPlotManager.setCurrentFreqAndStation
(double lowFreq, double highFreq, Station station) void
RatioMeasurementWaveformPlotManager.setCurrentStation
(Station station) Method parameters in gov.llnl.gnem.apps.coda.calibration.gui.plotting with type arguments of type StationModifier and TypeMethodDescriptionvoid
RatioMeasurementWaveformPlotManager.setCurrentEvent
(List<Station> stationsForCurrentEvent) -
Uses of Station in gov.llnl.gnem.apps.coda.calibration.model.domain
Methods in gov.llnl.gnem.apps.coda.calibration.model.domain that return StationMethods in gov.llnl.gnem.apps.coda.calibration.model.domain with parameters of type Station -
Uses of Station in gov.llnl.gnem.apps.coda.calibration.model.domain.mixins
Methods in gov.llnl.gnem.apps.coda.calibration.model.domain.mixins that return StationMethods in gov.llnl.gnem.apps.coda.calibration.model.domain.mixins with parameters of type StationModifier and TypeMethodDescriptionSiteFrequencyBandParametersJsonMixin.setStation
(Station station) -
Uses of Station in gov.llnl.gnem.apps.coda.calibration.service.api
Methods in gov.llnl.gnem.apps.coda.calibration.service.api that return types with arguments of type StationModifier and TypeMethodDescriptionSiteCalibrationService.measureSiteCorrections
(Map<FrequencyBand, List<SpectraMeasurement>> dataByFreqBand, MdacParametersFI mdacFI, Map<PICK_TYPES, MdacParametersPS> mdacPS, Map<String, List<ReferenceMwParameters>> refMws, Map<String, List<ValidationMwParameters>> valMws, Map<FrequencyBand, SharedFrequencyBandParameters> frequencyBandParameters, PICK_TYPES selectedPhase) -
Uses of Station in gov.llnl.gnem.apps.coda.calibration.service.impl
Methods in gov.llnl.gnem.apps.coda.calibration.service.impl that return types with arguments of type StationModifier and TypeMethodDescriptionSpectraRatioServiceImpl.getSpectraMeasurementsMap
(Set<String> eventIDs, Function<Set<String>, List<SpectraMeasurement>> spectraListFunc) static Map<Event,
Map<FrequencyBand, Map<Station, SpectraMeasurement>>> SiteCalibrationServiceImpl.mapToEventAndStation
(Map<FrequencyBand, List<SpectraMeasurement>> dataByFreqBand) SiteCalibrationServiceImpl.measureSiteCorrections
(Map<FrequencyBand, List<SpectraMeasurement>> dataByFreqBand, MdacParametersFI mdacFI, Map<PICK_TYPES, MdacParametersPS> mdacPS, Map<String, List<ReferenceMwParameters>> refMws, Map<String, List<ValidationMwParameters>> valMws, Map<FrequencyBand, SharedFrequencyBandParameters> frequencyBandParameters, PICK_TYPES selectedPhase) Method parameters in gov.llnl.gnem.apps.coda.calibration.service.impl with type arguments of type StationModifier and TypeMethodDescriptiondouble
Joint1DPathCorrection.costFunction
(Map<Event, Map<Station, SpectraMeasurement>> evidStaData, Map<Event, Map<Station, Double>> dataMap, Map<Event, Map<Station, Double>> distanceMap, Map<Station, Integer> stationIdxMap, FrequencyBand frequencyBand, double[] optimizationParams) cost function for use in optimization code. -
Uses of Station in gov.llnl.gnem.apps.coda.calibration.service.impl.processing
Methods in gov.llnl.gnem.apps.coda.calibration.service.impl.processing that return types with arguments of type StationModifier and TypeMethodDescriptionPathCostFunctionResult.getResiduals()
PathCostFunctionResult.getSiteCorrections()
Method parameters in gov.llnl.gnem.apps.coda.calibration.service.impl.processing with type arguments of type StationModifier and TypeMethodDescriptionSpectraRatioInversionCalculator.cmaesRegressionJoint
(Map<EventPair, Map<Station, Map<FrequencyBand, SpectraRatioPairDetails>>> ratioData) SpectraRatioInversionCalculator.cmaesRegressionPerPair
(Map<EventPair, Map<Station, Map<FrequencyBand, SpectraRatioPairDetails>>> ratioData) void
void
Constructor parameters in gov.llnl.gnem.apps.coda.calibration.service.impl.processing with type arguments of type Station -
Uses of Station in gov.llnl.gnem.apps.coda.common.model.domain
Methods in gov.llnl.gnem.apps.coda.common.model.domain that return StationModifier and TypeMethodDescriptionStream.getStation()
Station.setLatitude
(double latitude) Station.setLongitude
(double longitude) Station.setNetworkName
(String networkName) Station.setStationName
(String stationName) Methods in gov.llnl.gnem.apps.coda.common.model.domain with parameters of type Station -
Uses of Station in gov.llnl.gnem.apps.coda.common.service.api
Methods in gov.llnl.gnem.apps.coda.common.service.api with parameters of type Station -
Uses of Station in gov.llnl.gnem.apps.coda.common.service.impl
Methods in gov.llnl.gnem.apps.coda.common.service.impl with parameters of type Station -
Uses of Station in gov.llnl.gnem.apps.coda.common.service.util
Methods in gov.llnl.gnem.apps.coda.common.service.util that return types with arguments of type StationModifier and TypeMethodDescriptionMetadataUtils.mapSiteParamsToFrequencyBands
(List<SiteFrequencyBandParameters> params) -
Uses of Station in gov.llnl.gnem.apps.coda.spectra.model.domain
Methods in gov.llnl.gnem.apps.coda.spectra.model.domain that return types with arguments of type StationMethod parameters in gov.llnl.gnem.apps.coda.spectra.model.domain with type arguments of type StationModifier and TypeMethodDescriptionSpectraRatiosReport.setData
(Map<EventPair, Map<Station, Map<FrequencyBand, SpectraRatioPairDetails>>> data) -
Uses of Station in gov.llnl.gnem.apps.coda.spectra.model.domain.messaging
Methods in gov.llnl.gnem.apps.coda.spectra.model.domain.messaging that return types with arguments of type StationMethod parameters in gov.llnl.gnem.apps.coda.spectra.model.domain.messaging with type arguments of type StationModifier and TypeMethodDescriptionvoid
SpectraRatiosReportDTO.setStationMap
(Map<Integer, Station> stationMap) -
Uses of Station in gov.llnl.gnem.apps.coda.spectra.model.domain.util
Methods in gov.llnl.gnem.apps.coda.spectra.model.domain.util that return StationMethods in gov.llnl.gnem.apps.coda.spectra.model.domain.util that return types with arguments of type StationModifier and TypeMethodDescriptionSpectraRatiosReportByEventPair.getStationsForEventPair
(EventPair eventPair) Method parameters in gov.llnl.gnem.apps.coda.spectra.model.domain.util with type arguments of type StationModifier and TypeMethodDescriptionSpectraRatiosReportByEventPair.setRatiosReportByEventPair
(Map<EventPair, Map<Station, Map<FrequencyBand, SpectraRatioPairDetails>>> ratioData)