Uses of Class
gov.llnl.gnem.apps.coda.common.model.domain.SyntheticCoda
Packages that use SyntheticCoda
Package
Description
- 
Uses of SyntheticCoda in gov.llnl.gnem.apps.coda.calibration.application.web
Methods in gov.llnl.gnem.apps.coda.calibration.application.web with parameters of type SyntheticCodaModifier 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
Methods in gov.llnl.gnem.apps.coda.calibration.gui.plotting with parameters of type SyntheticCodaModifier and TypeMethodDescriptionvoidCodaWaveformPlot.setWaveform(SyntheticCoda synth) voidCodaWaveformPlot.setWaveform(Waveform waveform, SyntheticCoda synth)  - 
Uses of SyntheticCoda in gov.llnl.gnem.apps.coda.calibration.repository
Methods in gov.llnl.gnem.apps.coda.calibration.repository that return SyntheticCodaMethods in gov.llnl.gnem.apps.coda.calibration.repository that return types with arguments of type SyntheticCodaModifier 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
Methods in gov.llnl.gnem.apps.coda.calibration.service.api that return SyntheticCodaModifier and TypeMethodDescriptionSyntheticService.findOneByWaveformId(Long id) SyntheticCodaGenerationService.generateSynthetic(Double distance, Double lowFreq, Double highFreq, Double lengthSeconds) SyntheticService.update(SyntheticCoda payload) Methods in gov.llnl.gnem.apps.coda.calibration.service.api that return types with arguments of type SyntheticCodaModifier 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) Methods in gov.llnl.gnem.apps.coda.calibration.service.api with parameters of type SyntheticCodaMethod parameters in gov.llnl.gnem.apps.coda.calibration.service.api with type arguments of type SyntheticCodaModifier 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
Methods in gov.llnl.gnem.apps.coda.calibration.service.impl that return SyntheticCodaModifier 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) Methods in gov.llnl.gnem.apps.coda.calibration.service.impl that return types with arguments of type SyntheticCodaModifier 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) Methods in gov.llnl.gnem.apps.coda.calibration.service.impl with parameters of type SyntheticCodaModifier and TypeMethodDescriptionvoidSyntheticServiceImpl.delete(SyntheticCoda value) SyntheticServiceImpl.save(SyntheticCoda entity) SyntheticServiceImpl.update(SyntheticCoda payload) Method parameters in gov.llnl.gnem.apps.coda.calibration.service.impl with type arguments of type SyntheticCodaModifier 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
Methods in gov.llnl.gnem.apps.coda.calibration.service.impl.processing with parameters of type SyntheticCodaModifier and TypeMethodDescriptionCalibrationCurveFitter.fitCurveLengthByDivergenceFromSynthetic(ShapeMeasurement measurement, SyntheticCoda synthetic, double endPickTime, ShapeFitterConstraints constraints, double minLengthTime) Method parameters in gov.llnl.gnem.apps.coda.calibration.service.impl.processing with type arguments of type SyntheticCodaModifier 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
Methods in gov.llnl.gnem.apps.coda.calibration.standalone.data.client that return types with arguments of type SyntheticCodaModifier 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
Methods in gov.llnl.gnem.apps.coda.common.gui.data.client that return types with arguments of type SyntheticCodaModifier 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
Methods in gov.llnl.gnem.apps.coda.common.gui.data.client.api that return types with arguments of type SyntheticCodaModifier 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
Methods in gov.llnl.gnem.apps.coda.common.model.domain that return SyntheticCodaModifier 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) Methods in gov.llnl.gnem.apps.coda.common.model.domain with parameters of type SyntheticCoda