Uses of Class
gov.llnl.gnem.apps.coda.common.model.domain.FrequencyBand
Packages that use FrequencyBand
Package
Description
-
Uses of FrequencyBand in gov.llnl.gnem.apps.coda.calibration.application.web
Methods in gov.llnl.gnem.apps.coda.calibration.application.web with parameters of type FrequencyBandModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<?>SharedFrequencyBandParametersCollectionJsonController.findByBand(@Valid FrequencyBand band, org.springframework.validation.BindingResult result) -
Uses of FrequencyBand in gov.llnl.gnem.apps.coda.calibration.gui.data.client
Methods in gov.llnl.gnem.apps.coda.calibration.gui.data.client with parameters of type FrequencyBandModifier and TypeMethodDescriptionreactor.core.publisher.Mono<SharedFrequencyBandParameters>ParameterWebClient.getSharedFrequencyBandParametersForFrequency(FrequencyBand frequencyBand) -
Uses of FrequencyBand in gov.llnl.gnem.apps.coda.calibration.gui.data.client.api
Methods in gov.llnl.gnem.apps.coda.calibration.gui.data.client.api with parameters of type FrequencyBandModifier and TypeMethodDescriptionreactor.core.publisher.Mono<SharedFrequencyBandParameters>ParameterClient.getSharedFrequencyBandParametersForFrequency(FrequencyBand frequencyBand) -
Uses of FrequencyBand in gov.llnl.gnem.apps.coda.calibration.gui.data.exporters
Method parameters in gov.llnl.gnem.apps.coda.calibration.gui.data.exporters with type arguments of type FrequencyBandModifier and TypeMethodDescriptionvoidJsonTempFileWriter.writeParams(Path folder, Map<FrequencyBand, SharedFrequencyBandParameters> sharedParametersByFreqBand, Map<Station, Map<FrequencyBand, SiteFrequencyBandParameters>> siteParameters, List<MdacParametersFI> fi, List<MdacParametersPS> ps, VelocityConfiguration velocityConfig, ShapeFitterConstraints shapeConstraints, String polygonGeoJSON) voidSwftStyleParamFileWriter.writeParams(Path folder, Map<FrequencyBand, SharedFrequencyBandParameters> sharedParametersByFreqBand, Map<Station, Map<FrequencyBand, SiteFrequencyBandParameters>> siteParameters, List<MdacParametersFI> fi, List<MdacParametersPS> ps, VelocityConfiguration velocity, ShapeFitterConstraints shapeConstraints, String polygons) -
Uses of FrequencyBand in gov.llnl.gnem.apps.coda.calibration.gui.data.exporters.api
Method parameters in gov.llnl.gnem.apps.coda.calibration.gui.data.exporters.api with type arguments of type FrequencyBandModifier and TypeMethodDescriptionvoidParamTempFileWriter.writeParams(Path folder, Map<FrequencyBand, SharedFrequencyBandParameters> sharedParametersByFreqBand, Map<Station, Map<FrequencyBand, SiteFrequencyBandParameters>> siteParameters, List<MdacParametersFI> fi, List<MdacParametersPS> ps, VelocityConfiguration velocity, ShapeFitterConstraints shapeConstraints, String polygonGeoJSON) -
Uses of FrequencyBand in gov.llnl.gnem.apps.coda.calibration.gui.plotting
Methods in gov.llnl.gnem.apps.coda.calibration.gui.plotting that return types with arguments of type FrequencyBandModifier and TypeMethodDescriptionRatioMeasurementSpectraPlotManager.getRatioDetailsFromStation(Station station) Methods in gov.llnl.gnem.apps.coda.calibration.gui.plotting with parameters of type FrequencyBandModifier and TypeMethodDescriptionRatioMeasurementSpectraPlotManager.getRatioDetailsFromStationAndFreq(Station station, FrequencyBand freqBand) -
Uses of FrequencyBand in gov.llnl.gnem.apps.coda.calibration.model.domain
Methods in gov.llnl.gnem.apps.coda.calibration.model.domain that return FrequencyBandMethods in gov.llnl.gnem.apps.coda.calibration.model.domain with parameters of type FrequencyBandModifier and TypeMethodDescriptionPathCalibrationMeasurement.setFrequencyBand(FrequencyBand frequencyBand) -
Uses of FrequencyBand in gov.llnl.gnem.apps.coda.calibration.repository
Methods in gov.llnl.gnem.apps.coda.calibration.repository that return types with arguments of type FrequencyBandModifier and TypeMethodDescriptionSharedFrequencyBandParametersRepository.findDistinctFrequencyBands() -
Uses of FrequencyBand 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 FrequencyBandModifier and TypeMethodDescriptionSharedFrequencyBandParametersService.getFrequencyBands()PathCalibrationService.measurePathCorrections(Map<FrequencyBand, List<SpectraMeasurement>> dataByFreqBand, Map<FrequencyBand, SharedFrequencyBandParameters> frequencyBandParameters, VelocityConfiguration velConf) ShapeCalibrationService.measureShapes(List<PeakVelocityMeasurement> snrFilteredVelocity, Map<FrequencyBand, SharedFrequencyBandParameters> frequencyBandParameterMap, ShapeFitterConstraints constraints) ShapeCalibrationService.measureShapes(List<PeakVelocityMeasurement> snrFilteredVelocity, Map<FrequencyBand, SharedFrequencyBandParameters> frequencyBandParameterMap, ShapeFitterConstraints constraints, boolean autoPickingEnabled, boolean shouldPersistResults) SiteCalibrationService.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) Methods in gov.llnl.gnem.apps.coda.calibration.service.api with parameters of type FrequencyBandModifier and TypeMethodDescriptionSharedFrequencyBandParametersService.findByFrequencyBand(FrequencyBand band) Method parameters in gov.llnl.gnem.apps.coda.calibration.service.api with type arguments of type FrequencyBandModifier and TypeMethodDescriptionAutopickingService.autoPickVelocityMeasuredWaveforms(List<PeakVelocityMeasurement> velocityMeasurements, Map<FrequencyBand, SharedFrequencyBandParameters> frequencyBandParameters) SpectraMeasurementService.computeReferenceSpectraForEventId(String eventId, List<FrequencyBand> frequencyBands, PICK_TYPES selectedPhase) SpectraMeasurementService.computeValidationSpectraForEventId(String eventId, List<FrequencyBand> frequencyBands, PICK_TYPES selectedPhase) SiteCalibrationService.fitMws(Map<FrequencyBand, List<SpectraMeasurement>> dataByFreqBand, MdacParametersFI mdacFI, Map<PICK_TYPES, MdacParametersPS> mdacPS, Map<FrequencyBand, Map<Station, SiteFrequencyBandParameters>> stationFrequencyBandParameters, PICK_TYPES selectedPhase) SyntheticCodaGenerationService.generateSynthetics(List<Waveform> stacks, Map<FrequencyBand, SharedFrequencyBandParameters> frequencyBandParameterMap) SpectraMeasurementService.getFitSpectraForEventId(String eventId, List<FrequencyBand> frequencyBands, PICK_TYPES selectedPhase) PathCalibrationService.measurePathCorrections(Map<FrequencyBand, List<SpectraMeasurement>> dataByFreqBand, Map<FrequencyBand, SharedFrequencyBandParameters> frequencyBandParameters, VelocityConfiguration velConf) ShapeCalibrationService.measureShapes(List<PeakVelocityMeasurement> snrFilteredVelocity, Map<FrequencyBand, SharedFrequencyBandParameters> frequencyBandParameterMap, ShapeFitterConstraints constraints) ShapeCalibrationService.measureShapes(List<PeakVelocityMeasurement> snrFilteredVelocity, Map<FrequencyBand, SharedFrequencyBandParameters> frequencyBandParameterMap, ShapeFitterConstraints constraints, boolean autoPickingEnabled, boolean shouldPersistResults) SiteCalibrationService.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) SpectraMeasurementService.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) -
Uses of FrequencyBand 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 FrequencyBandModifier and TypeMethodDescriptionSharedFrequencyBandParametersServiceImpl.getFrequencyBands()SpectraRatioServiceImpl.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) Joint1DPathCorrection.measurePathCorrections(Map<FrequencyBand, List<SpectraMeasurement>> dataByFreqBand, Map<FrequencyBand, SharedFrequencyBandParameters> frequencyBandParameters, VelocityConfiguration velConf) Measure path corrections using a joint inversion of a 1d model for all data.ShapeCalibrationServiceImpl.measureShapes(List<PeakVelocityMeasurement> velocityMeasurements, Map<FrequencyBand, SharedFrequencyBandParameters> frequencyBandParameters, ShapeFitterConstraints constraints) ShapeCalibrationServiceImpl.measureShapes(List<PeakVelocityMeasurement> velocityMeasurements, Map<FrequencyBand, SharedFrequencyBandParameters> frequencyBandParamInputs, ShapeFitterConstraints constraints, boolean autoPickingEnabled, boolean shouldPersistResults) 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) Methods in gov.llnl.gnem.apps.coda.calibration.service.impl with parameters of type FrequencyBandModifier and TypeMethodDescriptiondoubleJoint1DPathCorrection.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.SharedFrequencyBandParametersServiceImpl.findByFrequencyBand(FrequencyBand band) Method parameters in gov.llnl.gnem.apps.coda.calibration.service.impl with type arguments of type FrequencyBandModifier and TypeMethodDescriptionAutopickingServiceImpl.autoPickVelocityMeasuredWaveforms(List<PeakVelocityMeasurement> velocityMeasurements, Map<FrequencyBand, SharedFrequencyBandParameters> frequencyBandParameters) Attempt to automatically pick velocity measured waveforms for the coda-end measurement (f-pick).SpectraMeasurementServiceImpl.computeReferenceSpectraForEventId(String eventId, List<FrequencyBand> frequencyBands, PICK_TYPES selectedPhase) SpectraMeasurementServiceImpl.computeValidationSpectraForEventId(String eventId, List<FrequencyBand> frequencyBands, PICK_TYPES selectedPhase) SiteCalibrationServiceImpl.fitMws(Map<FrequencyBand, List<SpectraMeasurement>> dataByFreqBand, MdacParametersFI mdacFI, Map<PICK_TYPES, MdacParametersPS> mdacPS, Map<FrequencyBand, Map<Station, SiteFrequencyBandParameters>> stationFrequencyBandParameters, PICK_TYPES selectedPhase) SyntheticCodaGenerationServiceImpl.generateSynthetics(List<Waveform> waveforms, Map<FrequencyBand, SharedFrequencyBandParameters> frequencyBandParameterMap) SpectraMeasurementServiceImpl.getFitSpectraForEventId(String eventId, List<FrequencyBand> frequencyBands, PICK_TYPES selectedPhase) static Map<Event,Map<FrequencyBand, Map<Station, SpectraMeasurement>>> SiteCalibrationServiceImpl.mapToEventAndStation(Map<FrequencyBand, List<SpectraMeasurement>> dataByFreqBand) Joint1DPathCorrection.measurePathCorrections(Map<FrequencyBand, List<SpectraMeasurement>> dataByFreqBand, Map<FrequencyBand, SharedFrequencyBandParameters> frequencyBandParameters, VelocityConfiguration velConf) Measure path corrections using a joint inversion of a 1d model for all data.ShapeCalibrationServiceImpl.measureShapes(List<PeakVelocityMeasurement> velocityMeasurements, Map<FrequencyBand, SharedFrequencyBandParameters> frequencyBandParameters, ShapeFitterConstraints constraints) ShapeCalibrationServiceImpl.measureShapes(List<PeakVelocityMeasurement> velocityMeasurements, Map<FrequencyBand, SharedFrequencyBandParameters> frequencyBandParamInputs, ShapeFitterConstraints constraints, boolean autoPickingEnabled, boolean shouldPersistResults) 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) SpectraMeasurementServiceImpl.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) -
Uses of FrequencyBand 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 FrequencyBandModifier and TypeMethodDescriptionCalibrationCurveFitter.fitAllBeta(Map<FrequencyBand, List<ShapeMeasurement>> betaDistancePairsFreqMap, Map<FrequencyBand, SharedFrequencyBandParameters> freqBandMap, ShapeFitterConstraints constraints) Attempts to perform a non-linear optimization over a set of [Beta,Distance] values derived from betaDistancePairsFreqMap.CalibrationCurveFitter.fitAllGamma(Map<FrequencyBand, List<ShapeMeasurement>> gammaDistancePairsFreqMap, Map<FrequencyBand, SharedFrequencyBandParameters> freqBandMap, ShapeFitterConstraints constraints) Attempts to perform a non-linear optimization over a set of [Gamma,Distance] values derived from gammaDistancePairsFreqMap.CalibrationCurveFitter.fitAllVelocity(Map<FrequencyBand, List<PeakVelocityMeasurement>> velocityDistancePairsFreqMap, Map<FrequencyBand, SharedFrequencyBandParameters> freqBandMap, ShapeFitterConstraints constraints) Attempts to perform a non-linear optimization over a set of [Velocity,Distance] values derived from velocityDistancePairsFreqMap.Map<Event,Map<FrequencyBand, org.apache.commons.math3.stat.descriptive.SummaryStatistics>> MwMeasurementInputData.getEvidMap()Method parameters in gov.llnl.gnem.apps.coda.calibration.service.impl.processing with type arguments of type FrequencyBandModifier 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.SpectraRatioInversionCalculator.cmaesRegressionJoint(Map<EventPair, Map<Station, Map<FrequencyBand, SpectraRatioPairDetails>>> ratioData) SpectraRatioInversionCalculator.cmaesRegressionPerPair(Map<EventPair, Map<Station, Map<FrequencyBand, SpectraRatioPairDetails>>> ratioData) SpectraCalculator.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) CalibrationCurveFitter.fitAllBeta(Map<FrequencyBand, List<ShapeMeasurement>> betaDistancePairsFreqMap, Map<FrequencyBand, SharedFrequencyBandParameters> freqBandMap, ShapeFitterConstraints constraints) Attempts to perform a non-linear optimization over a set of [Beta,Distance] values derived from betaDistancePairsFreqMap.CalibrationCurveFitter.fitAllGamma(Map<FrequencyBand, List<ShapeMeasurement>> gammaDistancePairsFreqMap, Map<FrequencyBand, SharedFrequencyBandParameters> freqBandMap, ShapeFitterConstraints constraints) Attempts to perform a non-linear optimization over a set of [Gamma,Distance] values derived from gammaDistancePairsFreqMap.CalibrationCurveFitter.fitAllVelocity(Map<FrequencyBand, List<PeakVelocityMeasurement>> velocityDistancePairsFreqMap, Map<FrequencyBand, SharedFrequencyBandParameters> freqBandMap, ShapeFitterConstraints constraints) Attempts to perform a non-linear optimization over a set of [Velocity,Distance] values derived from velocityDistancePairsFreqMap.double[]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.ShapeCalculator.fitShapelineToMeasuredEnvelopes(Collection<Map.Entry<PeakVelocityMeasurement, WaveformPick>> filteredVelocityMeasurements, Map<FrequencyBand, SharedFrequencyBandParameters> frequencyBandParameters, ShapeFitterConstraints constraints, boolean autoPickingEnabled) SpectraCalculator.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) Constructor parameters in gov.llnl.gnem.apps.coda.calibration.service.impl.processing with type arguments of type FrequencyBandModifierConstructorDescriptionMwMeasurementInputData(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) -
Uses of FrequencyBand in gov.llnl.gnem.apps.coda.calibration.standalone.data.client
Methods in gov.llnl.gnem.apps.coda.calibration.standalone.data.client with parameters of type FrequencyBandModifier and TypeMethodDescriptionreactor.core.publisher.Mono<SharedFrequencyBandParameters>ParameterLocalClient.getSharedFrequencyBandParametersForFrequency(FrequencyBand frequencyBand) -
Uses of FrequencyBand in gov.llnl.gnem.apps.coda.common.model.domain
Methods in gov.llnl.gnem.apps.coda.common.model.domain that return FrequencyBandModifier and TypeMethodDescriptionFrequencyBand.setHighFrequency(double highFrequency) FrequencyBand.setLowFrequency(double lowFrequency) Methods in gov.llnl.gnem.apps.coda.common.model.domain with parameters of type FrequencyBand -
Uses of FrequencyBand 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 FrequencyBandModifier and TypeMethodDescriptionMetadataUtils.mapSharedParamsToFrequencyBands(List<SharedFrequencyBandParameters> sharedBands) MetadataUtils.mapSiteParamsToFrequencyBands(List<SiteFrequencyBandParameters> params) Method parameters in gov.llnl.gnem.apps.coda.common.service.util with type arguments of type FrequencyBandModifier and TypeMethodDescriptionstatic List<PeakVelocityMeasurement>MetadataUtils.filterVelocityBySnr(Map<FrequencyBand, SharedFrequencyBandParameters> snrFilterMap, List<PeakVelocityMeasurement> velocityMeasurements) -
Uses of FrequencyBand in gov.llnl.gnem.apps.coda.envelope.model.domain
Subclasses of FrequencyBand in gov.llnl.gnem.apps.coda.envelope.model.domain -
Uses of FrequencyBand 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 FrequencyBandMethod parameters in gov.llnl.gnem.apps.coda.spectra.model.domain with type arguments of type FrequencyBandModifier and TypeMethodDescriptionSpectraRatiosReport.setData(Map<EventPair, Map<Station, Map<FrequencyBand, SpectraRatioPairDetails>>> data) -
Uses of FrequencyBand 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 FrequencyBandMethod parameters in gov.llnl.gnem.apps.coda.spectra.model.domain.messaging with type arguments of type FrequencyBandModifier and TypeMethodDescriptionvoidSpectraRatiosReportDTO.setBandMap(Map<Integer, FrequencyBand> bandMap) -
Uses of FrequencyBand in gov.llnl.gnem.apps.coda.spectra.model.domain.util
Methods in gov.llnl.gnem.apps.coda.spectra.model.domain.util that return FrequencyBandMethod parameters in gov.llnl.gnem.apps.coda.spectra.model.domain.util with type arguments of type FrequencyBandModifier and TypeMethodDescriptionSpectraRatiosReportByEventPair.setRatiosReportByEventPair(Map<EventPair, Map<Station, Map<FrequencyBand, SpectraRatioPairDetails>>> ratioData)