Uses of Class
gov.llnl.gnem.apps.coda.calibration.model.domain.Spectra
Packages that use Spectra
Package
Description
- 
Uses of Spectra in gov.llnl.gnem.apps.coda.calibration.gui.controllers
Methods in gov.llnl.gnem.apps.coda.calibration.gui.controllers that return types with arguments of type SpectraModifier and TypeMethodDescriptionAbstractMeasurementController.getFitSpectra()MeasuredMwsController.getFitSpectra()SiteController.getFitSpectra() - 
Uses of Spectra 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 SpectraModifier and TypeMethodDescriptionSpectraWebClient.getFitSpectra(String eventId) reactor.core.publisher.Mono<Spectra>SpectraWebClient.getReferenceSpectra(String eventId) reactor.core.publisher.Mono<Spectra>SpectraWebClient.getSpecificSpectra(double moment, double apparentStress, double start, double stop, int count) reactor.core.publisher.Mono<Spectra>SpectraWebClient.getValidationSpectra(String eventId)  - 
Uses of Spectra 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 SpectraModifier and TypeMethodDescriptionSpectraClient.getFitSpectra(String eventId) reactor.core.publisher.Mono<Spectra>SpectraClient.getReferenceSpectra(String eventId) reactor.core.publisher.Mono<Spectra>SpectraClient.getSpecificSpectra(double moment, double apparentStress, double start, double stop, int count) reactor.core.publisher.Mono<Spectra>SpectraClient.getValidationSpectra(String eventId)  - 
Uses of Spectra in gov.llnl.gnem.apps.coda.calibration.model.domain
Methods in gov.llnl.gnem.apps.coda.calibration.model.domain that return types with arguments of type SpectraMethod parameters in gov.llnl.gnem.apps.coda.calibration.model.domain with type arguments of type SpectraModifier and TypeMethodDescriptionMeasuredMwReportByEvent.setFitSpectra(Map<String, List<Spectra>> fitSpectra)  - 
Uses of Spectra in gov.llnl.gnem.apps.coda.calibration.service.api
Methods in gov.llnl.gnem.apps.coda.calibration.service.api that return SpectraModifier and TypeMethodDescriptionSpectraMeasurementService.computeReferenceSpectraForEventId(String eventId, List<FrequencyBand> frequencyBands, PICK_TYPES selectedPhase) SpectraMeasurementService.computeValidationSpectraForEventId(String eventId, List<FrequencyBand> frequencyBands, PICK_TYPES selectedPhase) SpectraMeasurementService.getSpecificSpectra(double moment, double apparentStress, double start, double stop, int count) Methods in gov.llnl.gnem.apps.coda.calibration.service.api that return types with arguments of type SpectraModifier and TypeMethodDescriptionSpectraMeasurementService.getFitSpectraForEventId(String eventId, List<FrequencyBand> frequencyBands, PICK_TYPES selectedPhase)  - 
Uses of Spectra in gov.llnl.gnem.apps.coda.calibration.service.impl
Methods in gov.llnl.gnem.apps.coda.calibration.service.impl that return SpectraModifier and TypeMethodDescriptionSpectraMeasurementServiceImpl.computeReferenceSpectraForEventId(String eventId, List<FrequencyBand> frequencyBands, PICK_TYPES selectedPhase) SpectraMeasurementServiceImpl.computeValidationSpectraForEventId(String eventId, List<FrequencyBand> frequencyBands, PICK_TYPES selectedPhase) SpectraMeasurementServiceImpl.getSpecificSpectra(double moment, double apparentStress, double start, double stop, int count) Methods in gov.llnl.gnem.apps.coda.calibration.service.impl that return types with arguments of type SpectraModifier and TypeMethodDescriptionSpectraMeasurementServiceImpl.getFitSpectraForEventId(String eventId, List<FrequencyBand> frequencyBands, PICK_TYPES selectedPhase)  - 
Uses of Spectra in gov.llnl.gnem.apps.coda.calibration.service.impl.processing
Methods in gov.llnl.gnem.apps.coda.calibration.service.impl.processing that return SpectraModifier and TypeMethodDescriptionSpectraCalculator.computeFitSpectra(MeasuredMwParameters event, Collection<FrequencyBand> bands, PICK_TYPES selectedPhase) SpectraCalculator.computeReferenceSpectra(ReferenceMwParameters refEvent, List<FrequencyBand> bands, PICK_TYPES selectedPhase) SpectraCalculator.computeSpecificSpectra(Double mw, Double apparentStress, EnergyInfo energyInfo, Collection<FrequencyBand> bands, PICK_TYPES selectedPhase, SPECTRA_TYPES type) SpectraCalculator.computeSpecificSpectraFromM0(double moment, double apparentStress, double startBand, double stopBand, int bandCount) Methods in gov.llnl.gnem.apps.coda.calibration.service.impl.processing with parameters of type SpectraModifier and TypeMethodDescriptionSpectraCalculator.calcTotalEnergyInfo(SortedMap<FrequencyBand, Double> measurements, double mwMDAC, double apparentStress, MdacParametersFI mdacFI, Spectra spec) Now compute the total energy by summing the squared product of the discrete path-corrected moment rate spectra and omega. - 
Uses of Spectra 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 SpectraModifier and TypeMethodDescriptionSpectraLocalClient.getFitSpectra(String eventId) reactor.core.publisher.Mono<Spectra>SpectraLocalClient.getReferenceSpectra(String eventId) reactor.core.publisher.Mono<Spectra>SpectraLocalClient.getSpecificSpectra(double moment, double apparentStress, double start, double stop, int count) reactor.core.publisher.Mono<Spectra>SpectraLocalClient.getValidationSpectra(String eventId)