Uses of Class
gov.llnl.gnem.apps.coda.common.model.domain.Event
Packages that use Event
Package
Description
-
Uses of Event in gov.llnl.gnem.apps.coda.calibration.application.web
Methods in gov.llnl.gnem.apps.coda.calibration.application.web that return Event -
Uses of Event in gov.llnl.gnem.apps.coda.calibration.gui.data.client
Methods in gov.llnl.gnem.apps.coda.calibration.gui.data.client that return types with arguments of type Event -
Uses of Event in gov.llnl.gnem.apps.coda.calibration.gui.data.client.api
Methods in gov.llnl.gnem.apps.coda.calibration.gui.data.client.api that return types with arguments of type Event -
Uses of Event in gov.llnl.gnem.apps.coda.calibration.gui.plotting
Methods in gov.llnl.gnem.apps.coda.calibration.gui.plotting with parameters of type EventModifier and TypeMethodDescriptionMapPlottingUtilities.createEventIcon
(Event event) MapPlottingUtilities.createEventIconBackground
(Event event) MapPlottingUtilities.createEventIconBackground
(String id, Event event) MapPlottingUtilities.createEventIconForeground
(Event event) MapPlottingUtilities.createStationToEventLine
(Station station, Event event) Method parameters in gov.llnl.gnem.apps.coda.calibration.gui.plotting with type arguments of type EventModifier and TypeMethodDescriptionvoid
CertLeafletMapController.setEventIconsActive
(List<Event> events) void
CertLeafletMapController.setEventIconsInActive
(List<Event> events) -
Uses of Event in gov.llnl.gnem.apps.coda.calibration.model.domain
Methods in gov.llnl.gnem.apps.coda.calibration.model.domain that return EventMethods in gov.llnl.gnem.apps.coda.calibration.model.domain with parameters of type EventModifier and TypeMethodDescriptionConstructors in gov.llnl.gnem.apps.coda.calibration.model.domain with parameters of type EventModifierConstructorDescriptionMeasuredMwDetails
(MeasuredMwParameters meas, ReferenceMwParameters ref, ValidationMwParameters val, Event event) -
Uses of Event 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 EventModifier 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) Method parameters in gov.llnl.gnem.apps.coda.calibration.service.impl with type arguments of type EventModifier 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 Event 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 EventModifier and TypeMethodDescriptionMwMeasurementInputData.getEventWeights()
Map<Event,
Map<FrequencyBand, org.apache.commons.math3.stat.descriptive.SummaryStatistics>> MwMeasurementInputData.getEvidMap()
PathCostFunctionResult.getResiduals()
PathCostFunctionResult.getSiteCorrections()
Methods in gov.llnl.gnem.apps.coda.calibration.service.impl.processing with parameters of type EventModifier and TypeMethodDescriptiondouble[]
SpectraCalculator.fitMw
(Event event, Map<FrequencyBand, org.apache.commons.math3.stat.descriptive.SummaryStatistics> measurements, PICK_TYPES phase, MdacParametersFI mdacFi, MdacParametersPS mdacPs, Function<Map<Double, Double>, SortedMap<Double, Double>> weightFunction) Grid search across a range of corner frequency and stress parameters looking for the best fit theoretical source spectra and return the resulting MW measurement.Method parameters in gov.llnl.gnem.apps.coda.calibration.service.impl.processing with type arguments of type EventModifier and TypeMethodDescriptionvoid
MwMeasurementInputData.setEventWeights
(Map<Event, Function<Map<Double, Double>, SortedMap<Double, Double>>> eventWeights) void
void
Constructor parameters in gov.llnl.gnem.apps.coda.calibration.service.impl.processing with type arguments of type EventModifierConstructorDescriptionMwMeasurementInputData
(Map<Event, Map<FrequencyBand, org.apache.commons.math3.stat.descriptive.SummaryStatistics>> evidMap, Map<Event, Function<Map<Double, Double>, SortedMap<Double, Double>>> eventWeights, MdacParametersPS mdacPs, Map<String, Integer> stationCount, Map<String, Double> bandCoverageMetric) PathCostFunctionResult
(Map<Event, Map<Station, Double>> residuals, double cost, double mean, Map<Event, Map<Station, Double>> siteCorrections) -
Uses of Event in gov.llnl.gnem.apps.coda.calibration.standalone.data.client
Methods in gov.llnl.gnem.apps.coda.calibration.standalone.data.client that return types with arguments of type Event -
Uses of Event in gov.llnl.gnem.apps.coda.common.model.domain
Methods in gov.llnl.gnem.apps.coda.common.model.domain that return EventModifier and TypeMethodDescriptionWaveform.getEvent()
WaveformMetadata.getEvent()
Event.setDepth
(double depth) Event.setEventId
(String eventId) Event.setLatitude
(double latitude) Event.setLongitude
(double longitude) Event.setOriginTime
(Date originTime) Methods in gov.llnl.gnem.apps.coda.common.model.domain with parameters of type EventConstructors in gov.llnl.gnem.apps.coda.common.model.domain with parameters of type EventModifierConstructorDescriptionWaveform
(Long id, Integer version, Event event, Stream stream, Date beginTime, Date endTime, Date maxVelTime, Date codaStartTime, Date userStartTime, String segmentType, String segmentUnits, Double lowFrequency, Double highFrequency, Double sampleRate, Boolean active) -
Uses of Event in gov.llnl.gnem.apps.coda.common.repository
Methods in gov.llnl.gnem.apps.coda.common.repository that return types with arguments of type EventModifier and TypeMethodDescriptionWaveformRepository.findEventById
(String eventId, org.springframework.data.domain.Pageable pageable) Methods in gov.llnl.gnem.apps.coda.common.repository with parameters of type Event -
Uses of Event in gov.llnl.gnem.apps.coda.common.service.api
Methods in gov.llnl.gnem.apps.coda.common.service.api that return Event -
Uses of Event in gov.llnl.gnem.apps.coda.common.service.impl
Methods in gov.llnl.gnem.apps.coda.common.service.impl that return Event -
Uses of Event in gov.llnl.gnem.apps.coda.spectra.model.domain
Methods in gov.llnl.gnem.apps.coda.spectra.model.domain that return EventMethods in gov.llnl.gnem.apps.coda.spectra.model.domain with parameters of type EventConstructors in gov.llnl.gnem.apps.coda.spectra.model.domain with parameters of type EventModifierConstructorDescriptionSpectraRatioMeasurement
(Event event, Double value, Double centerFrequency) -
Uses of Event in gov.llnl.gnem.apps.coda.spectra.model.domain.messaging
Methods in gov.llnl.gnem.apps.coda.spectra.model.domain.messaging that return EventMethods in gov.llnl.gnem.apps.coda.spectra.model.domain.messaging with parameters of type Event