Uses of Class
core.MeasurementSet
Packages that use MeasurementSet
-
Uses of MeasurementSet in core
Methods in core that return MeasurementSetModifier and TypeMethodDescriptionSpectrometer.getMeasurementSet()Gets the current measurement set.static MeasurementSetMeasurementSet.loadFromFile(String filename) Load measurement set from a JSON file.Methods in core with parameters of type MeasurementSetModifier and TypeMethodDescriptionorg.knowm.xchart.XYChartVisualizer.createAbsorptionChart(MeasurementSet reference, MeasurementSet sample) Create absorption chart comparing reference and sample.Constructors in core with parameters of type MeasurementSetModifierConstructorDescriptionVisualizer(MeasurementSet measurementSet) Constructs a Visualizer for the given measurement set. -
Uses of MeasurementSet in ui
Fields in ui with type parameters of type MeasurementSetModifier and TypeFieldDescriptionMainWindow.measurementSetsMap of measurement names to their corresponding MeasurementSet objects.