Uses of Class
gov.llnl.gnem.apps.coda.common.model.domain.SyntheticCoda
Package
Description
-
Uses of SyntheticCoda in gov.llnl.gnem.apps.coda.calibration.application.web
Modifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<?>
SyntheticCollectionJsonController.delete
(SyntheticCoda synthetic) org.springframework.http.ResponseEntity<?>
SyntheticCollectionJsonController.update
(SyntheticCoda storedSyntheticCoda, @Valid SyntheticCoda synthetic, org.springframework.validation.BindingResult result) -
Uses of SyntheticCoda in gov.llnl.gnem.apps.coda.calibration.gui.plotting
Modifier and TypeMethodDescriptionvoid
CodaWaveformPlot.setWaveform
(SyntheticCoda synth) void
CodaWaveformPlot.setWaveform
(Waveform waveform, SyntheticCoda synth) -
Uses of SyntheticCoda in gov.llnl.gnem.apps.coda.calibration.repository
Modifier and TypeMethodDescriptionSyntheticRepository.findByWaveformIds
(Collection<Long> ids) SyntheticRepository.findMatchingSelection
(String eventId, String stationName, Double lowFreq, Double highFreq) -
Uses of SyntheticCoda in gov.llnl.gnem.apps.coda.calibration.service.api
Modifier and TypeMethodDescriptionSyntheticService.findOneByWaveformId
(Long id) SyntheticCodaGenerationService.generateSynthetic
(Double distance, Double lowFreq, Double highFreq, Double lengthSeconds) SyntheticService.update
(SyntheticCoda payload) Modifier and TypeMethodDescriptionSyntheticService.amplitudeCorrectedSyntheticsQuery
(String eventId, String stationName, Double lowFreq, Double highFreq, Double sampleRate) SyntheticService.findAllByWaveformId
(Collection<Long> ids) SyntheticCodaGenerationService.generateSynthetics
(List<Waveform> stacks, Map<FrequencyBand, SharedFrequencyBandParameters> frequencyBandParameterMap) SyntheticService.update
(Collection<SyntheticCoda> values) Modifier and TypeMethodDescriptionSpectraMeasurementService.measureSpectra
(List<SyntheticCoda> generatedSynthetics, Map<FrequencyBand, SharedFrequencyBandParameters> frequencyBandParameterMap, VelocityConfiguration velocityConfig) SpectraMeasurementService.measureSpectra
(List<SyntheticCoda> generatedSynthetics, Map<FrequencyBand, SharedFrequencyBandParameters> frequencyBandParameterMap, VelocityConfiguration velocityConfig, Map<FrequencyBand, Map<Station, SiteFrequencyBandParameters>> frequencyBandSiteParameterMap) SyntheticService.update
(Collection<SyntheticCoda> values) -
Uses of SyntheticCoda in gov.llnl.gnem.apps.coda.calibration.service.impl
Modifier and TypeMethodDescriptionSyntheticServiceImpl.findOneByWaveformId
(Long id) SyntheticServiceImpl.findOneForUpdate
(Long id) SyntheticCodaGenerationServiceImpl.generateSynthetic
(Double distance, Double lowFreq, Double highFreq, Double lengthSeconds) SyntheticServiceImpl.save
(SyntheticCoda entity) SyntheticServiceImpl.update
(SyntheticCoda payload) Modifier and TypeMethodDescriptionSyntheticServiceImpl.amplitudeCorrectedSyntheticsQuery
(String eventId, String stationName, Double lowFreq, Double highFreq, Double sampleRate) SyntheticServiceImpl.findAll()
SyntheticServiceImpl.findAllByWaveformId
(Collection<Long> ids) SyntheticCodaGenerationServiceImpl.generateSynthetics
(List<Waveform> waveforms, Map<FrequencyBand, SharedFrequencyBandParameters> frequencyBandParameterMap) SyntheticServiceImpl.save
(Iterable<SyntheticCoda> entities) SyntheticServiceImpl.update
(Collection<SyntheticCoda> values) Modifier and TypeMethodDescriptionvoid
SyntheticServiceImpl.delete
(SyntheticCoda value) SyntheticServiceImpl.save
(SyntheticCoda entity) SyntheticServiceImpl.update
(SyntheticCoda payload) Modifier and TypeMethodDescriptionSpectraMeasurementServiceImpl.measureSpectra
(List<SyntheticCoda> generatedSynthetics, Map<FrequencyBand, SharedFrequencyBandParameters> frequencyBandParameterMap, VelocityConfiguration velocityConfig) SpectraMeasurementServiceImpl.measureSpectra
(List<SyntheticCoda> generatedSynthetics, Map<FrequencyBand, SharedFrequencyBandParameters> frequencyBandParameterMap, VelocityConfiguration velocityConfig, Map<FrequencyBand, Map<Station, SiteFrequencyBandParameters>> frequencyBandSiteParameterMap) SyntheticServiceImpl.save
(Iterable<SyntheticCoda> entities) SyntheticServiceImpl.update
(Collection<SyntheticCoda> values) -
Uses of SyntheticCoda in gov.llnl.gnem.apps.coda.calibration.service.impl.processing
Modifier and TypeMethodDescriptionCalibrationCurveFitter.fitCurveLengthByDivergenceFromSynthetic
(ShapeMeasurement measurement, SyntheticCoda synthetic, double endPickTime, ShapeFitterConstraints constraints, double minLengthTime) Modifier and TypeMethodDescriptionSpectraCalculator.measureAmplitudes
(List<SyntheticCoda> generatedSynthetics, Map<FrequencyBand, SharedFrequencyBandParameters> frequencyBandParameterMap, VelocityConfiguration velocityConfig) SpectraCalculator.measureAmplitudes
(List<SyntheticCoda> generatedSynthetics, Map<FrequencyBand, SharedFrequencyBandParameters> frequencyBandParameterMap, VelocityConfiguration velocityConfig, Map<FrequencyBand, Map<Station, SiteFrequencyBandParameters>> frequencyBandSiteParameterMap) -
Uses of SyntheticCoda in gov.llnl.gnem.apps.coda.calibration.standalone.data.client
Modifier and TypeMethodDescriptionreactor.core.publisher.Mono<SyntheticCoda>
WaveformLocalClient.getSyntheticFromWaveformId
(Long id) reactor.core.publisher.Flux<SyntheticCoda>
WaveformLocalClient.getSyntheticsFromWaveformIds
(Collection<Long> ids) -
Uses of SyntheticCoda in gov.llnl.gnem.apps.coda.common.gui.data.client
Modifier and TypeMethodDescriptionreactor.core.publisher.Mono<SyntheticCoda>
WaveformWebClient.getSyntheticFromWaveformId
(Long id) reactor.core.publisher.Flux<SyntheticCoda>
WaveformWebClient.getSyntheticsFromWaveformIds
(Collection<Long> ids) -
Uses of SyntheticCoda in gov.llnl.gnem.apps.coda.common.gui.data.client.api
Modifier and TypeMethodDescriptionreactor.core.publisher.Mono<SyntheticCoda>
WaveformClient.getSyntheticFromWaveformId
(Long id) reactor.core.publisher.Flux<SyntheticCoda>
WaveformClient.getSyntheticsFromWaveformIds
(Collection<Long> ids) -
Uses of SyntheticCoda in gov.llnl.gnem.apps.coda.common.model.domain
Modifier and TypeMethodDescriptionSyntheticCoda.mergeNonNullOrEmptyFields
(SyntheticCoda overlay) SyntheticCoda.setBeginTime
(Date beginTime) SyntheticCoda.setData
(org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList segment) SyntheticCoda.setEndTime
(Date endTime) SyntheticCoda.setMeasuredB
(Double measuredB) SyntheticCoda.setMeasuredG
(Double measuredG) SyntheticCoda.setMeasuredV
(Double measuredV) SyntheticCoda.setSampleRate
(double sampleRate) SyntheticCoda.setSegment
(double[] segment) SyntheticCoda.setSourceModel
(SharedFrequencyBandParameters sourceModel) SyntheticCoda.setSourceWaveform
(Waveform sourceWaveform)