Uses of Class
adams.data.spectrum.Spectrum
-
-
Uses of Spectrum in adams.data.cleaner.spectrum
Methods in adams.data.cleaner.spectrum that return Spectrum Modifier and Type Method Description protected Spectrum
AbstractCleaner. preFilter(Spectrum data)
Performs the filtering.Methods in adams.data.cleaner.spectrum with parameters of type Spectrum Modifier and Type Method Description String
AbstractCleaner. check(Spectrum data)
Performs the check.protected String
InterPercentileRangeCleaner. checkSpectrum(Spectrum data)
Checks the spectrum, whether all of its values (amplitudes + fields) are within the boundaries.protected abstract String
AbstractCleaner. performCheck(Spectrum data)
Performs the actual check.protected String
InterPercentileRangeCleaner. performCheck(Spectrum data)
Performs the check.protected String
MinMax. performCheck(Spectrum data)
Performs the actual check.protected String
PassThrough. performCheck(Spectrum data)
Performs the actual check.protected void
AbstractCleaner. preCheck(Spectrum data)
Performs the some pre-checks whether the data is actually suitable.protected void
AbstractSerializableCleaner. preCheck(Spectrum data)
Performs the some pre-checks whether the data is actually suitable.protected Spectrum
AbstractCleaner. preFilter(Spectrum data)
Performs the filtering. -
Uses of Spectrum in adams.data.compare
Methods in adams.data.compare with parameters of type Spectrum Modifier and Type Method Description protected Boolean
SpectrumCorrelation. doCompareObjects(Spectrum o1, Spectrum o2)
Performs the actual comparison of the two objects.protected Boolean
SpectrumCosineSimilarity. doCompareObjects(Spectrum o1, Spectrum o2)
Performs the actual comparison of the two objects. -
Uses of Spectrum in adams.data.instances
Methods in adams.data.instances with parameters of type Spectrum Modifier and Type Method Description protected void
AbstractFieldInstanceGenerator. checkHeader(Spectrum data)
Checks whether the number of waves are the same.protected void
AbstractFieldInstanceGeneratorWithClass. checkHeader(Spectrum data)
Checks whether the number of waves are the same.protected void
AbstractSpectrumInstanceGenerator. checkHeader(Spectrum data)
Checks whether the number of waves are the same.protected void
AbstractSpectrumInstanceGeneratorWithClass. checkHeader(Spectrum data)
Checks whether the number of waves are the same.protected void
SimpleInstanceGenerator. checkHeader(Spectrum data)
Checks whether the number of waves are the same.protected void
SimpleSpectralInstanceGenerator. checkHeader(Spectrum data)
Checks whether the number of waves are the same.protected void
AbstractSpectrumBasedInstanceGenerator. checkInput(Spectrum data)
Checks the input spectrum.protected abstract void
AbstractSpectrumInstanceGenerator. generateHeader(Spectrum data)
Generates the header of the output data.protected abstract void
AbstractSpectrumInstanceGeneratorWithClass. generateHeader(Spectrum data)
Generates the header of the output data.protected void
FieldInstanceGenerator. generateHeader(Spectrum data)
Generates the header of the output data.protected void
FieldInstanceGeneratorWithClass. generateHeader(Spectrum data)
Generates the header of the output data.protected void
SimpleInstanceGenerator. generateHeader(Spectrum data)
Generates the header of the output data.protected void
SimpleSpectralInstanceGenerator. generateHeader(Spectrum data)
Generates the header of the output data.protected weka.core.Instance
FieldInstanceGenerator. generateOutput(Spectrum data)
Generates the actual data.protected weka.core.Instance
FieldInstanceGeneratorWithClass. generateOutput(Spectrum data)
Generates the actual data.protected weka.core.Instance
SimpleInstanceGenerator. generateOutput(Spectrum data)
Generates the actual data.protected weka.core.Instance
SimpleSpectralInstanceGenerator. generateOutput(Spectrum data)
Generates the actual data.protected void
AbstractSpectrumBasedInstanceGenerator. postProcessHeader(Spectrum data)
Adds IDs, notes, additional fields to header.protected void
AbstractSpectrumInstanceGenerator. postProcessHeader(Spectrum data)
Adds IDs, notes, additional fields to header.protected weka.core.Instance
AbstractSpectrumBasedInstanceGenerator. postProcessOutput(Spectrum data, weka.core.Instance inst)
Adds the IDs, notes, additional fields to the data.protected weka.core.Instance
AbstractSpectrumInstanceGenerator. postProcessOutput(Spectrum data, weka.core.Instance inst)
Adds the IDs, notes, additional fields to the data. -
Uses of Spectrum in adams.data.io.input
Fields in adams.data.io.input declared as Spectrum Modifier and Type Field Description protected Spectrum
SPCSpectrumReader.SubFileParser. m_Spectrum
the parsed spectrum.Fields in adams.data.io.input with type parameters of type Spectrum Modifier and Type Field Description protected List<Spectrum>
SPCSpectrumReader.FileParser. m_Spectra
the parsed spectrum.Methods in adams.data.io.input that return Spectrum Modifier and Type Method Description Spectrum
SPCSpectrumReader.SubFileParser. getSpectrum()
Returns the parsed spectrum.protected Spectrum
SoilCaresScannerSpectrumReader. readSpectrum(ZipFile zip, ZipEntry entry)
Reads the spectrum from the specified zip entry.Methods in adams.data.io.input that return types with arguments of type Spectrum Modifier and Type Method Description List<Spectrum>
SPCSpectrumReader.FileParser. getSpectra()
Returns the parsed spectra.Methods in adams.data.io.input with parameters of type Spectrum Modifier and Type Method Description protected adams.data.report.Report
AbstractSpectrumReader. createDummyReport(Spectrum cont)
Creates a dummy report. -
Uses of Spectrum in adams.data.io.input.sampleidextraction
Methods in adams.data.io.input.sampleidextraction with parameters of type Spectrum Modifier and Type Method Description protected void
AbstractSampleIDExtraction. check(File file, Spectrum spec)
Performs checks before the actual extraction.protected abstract String
AbstractSampleIDExtraction. doExtract(File file, Spectrum spec)
Performs the actual extraction.protected String
Filename. doExtract(File file, Spectrum spec)
Performs the actual extraction.protected String
RegExp. doExtract(File file, Spectrum spec)
Performs the actual extraction.String
AbstractSampleIDExtraction. extract(File file, Spectrum spec)
Performs the extraction.String
SampleIDExtraction. extract(File file, Spectrum spec)
Performs the extraction. -
Uses of Spectrum in adams.data.io.output
Methods in adams.data.io.output with parameters of type Spectrum Modifier and Type Method Description protected String
ASCSpectrumWriter. genASCString(Spectrum data)
Generate the ASC String to output.protected byte[]
NIRSpectrumWriter. genByteArray(Spectrum data)
Generate the byte array that makes up the .nir file.FossOutputHelper.ConstituentValues
CALSpectrumWriter. getConstituentValues(Spectrum sp)
Create ConstituentValues for a spectrum.FossOutputHelper.ConstituentValues
NIRSpectrumWriter. getConstituentValues(Spectrum sp)
Create ConstituentValues for a spectrum.FossOutputHelper.DataBlock
NIRSpectrumWriter. getDataBlock(Spectrum sp)
Create a DataBlock from a spectrum.FossOutputHelper.SampleHeader
NIRSpectrumWriter. getSampleHeader(Spectrum sp, int pos)
Create a SampleHeader from a Spectrum and position in list/file.FossOutputHelper.SampleInfo
NIRSpectrumWriter. getSampleInfo(Spectrum sp, int pos)
Create a SampleInfo for the file footer based on a Spectrum and it's position in list/file.Method parameters in adams.data.io.output with type arguments of type Spectrum Modifier and Type Method Description protected void
ASCSpectrumWriter. checkData(List<Spectrum> data)
Writer can only write single spectra.protected void
DPTSpectrumWriter. checkData(List<Spectrum> data)
Writer can only write single chromatograms.protected void
FilteredSpectrumWriter. checkData(List<Spectrum> data)
Performs checks on the data.protected void
JCampDX2SpectrumWriter. checkData(List<Spectrum> data)
Writer can only write single chromatograms.protected byte[]
NIRSpectrumWriter. genByteArray(List<Spectrum> datalist)
Generate the byte array that makes up the .nir file.FossOutputHelper.Generalheader
CALSpectrumWriter. getGeneralHeader(List<Spectrum> data)
Create GeneralHeader from list of Spectra.FossOutputHelper.Generalheader
NIRSpectrumWriter. getGeneralHeader(List<Spectrum> data)
Create GeneralHeader from list of Spectra.protected boolean
ASCIIXYSpectrumWriter. write(List<Spectrum> data, BufferedWriter writer, boolean report)
Writes its content with the given writer.protected boolean
ASCIIXYSpectrumWriter. write(List<Spectrum> data, String filename, boolean report)
Writes its content to the given file.protected boolean
SimpleSpectrumWriter. write(List<Spectrum> data, BufferedWriter writer, boolean report)
Writes its content with the given writer.protected boolean
SimpleSpectrumWriter. write(List<Spectrum> data, String filename, boolean report)
Writes its content to the given file.protected boolean
ASCIIXYSpectrumWriter. writeData(List<Spectrum> data)
Performs the actual writing.protected boolean
ASCSpectrumWriter. writeData(List<Spectrum> data)
Performs the actual writing.protected boolean
DPTSpectrumWriter. writeData(List<Spectrum> data)
Performs the actual writing.protected boolean
FilteredSpectrumWriter. writeData(List<Spectrum> data)
Performs the actual writing.protected boolean
JCampDX2SpectrumWriter. writeData(List<Spectrum> data)
Performs the actual writing.protected boolean
JsonSpectrumWriter. writeData(List<Spectrum> data)
Performs the actual writing.protected boolean
NIRSpectrumWriter. writeData(List<Spectrum> data)
Performs the actual writing.protected boolean
SimpleSpectrumWriter. writeData(List<Spectrum> data)
Performs the actual writing.protected boolean
SpectrumImageWriter. writeData(List<Spectrum> data)
Performs the actual writing.protected boolean
SpreadSheetSpectrumWriter. writeData(List<Spectrum> data)
Performs the actual writing.protected boolean
TrinamixSpectrumWriter. writeData(List<Spectrum> data)
Performs the actual writing. -
Uses of Spectrum in adams.data.io.output.foss
Fields in adams.data.io.output.foss declared as Spectrum Modifier and Type Field Description Spectrum
FossOutputHelper.DataBlock. m_Spectrum
The Spectrum. -
Uses of Spectrum in adams.data.multifilter
Methods in adams.data.multifilter that return Spectrum Modifier and Type Method Description Spectrum
AbstractMultiSpectrumFilter. filter(MultiSpectrum data)
Returns the filtered data.protected Spectrum
AbstractBinaryFormatsBasedMultiSpectrumFilter. processData(MultiSpectrum data)
Performs the actual filtering.protected abstract Spectrum
AbstractBinaryFormatsBasedMultiSpectrumFilter. processData(MultiSpectrum data, List<Spectrum> spectra)
Performs the actual filtering of the selected spectra.protected abstract Spectrum
AbstractMultiSpectrumFilter. processData(MultiSpectrum data)
Performs the actual filtering.protected Spectrum
Add. processData(MultiSpectrum data, List<Spectrum> spectra)
Performs the actual filtering of the selected spectra.protected Spectrum
Atan2. processData(MultiSpectrum data, List<Spectrum> spectra)
Performs the actual filtering of the selected spectra.protected Spectrum
Average. processData(MultiSpectrum data)
Performs the actual filtering.protected Spectrum
Divide. processData(MultiSpectrum data, List<Spectrum> spectra)
Performs the actual filtering of the selected spectra.protected Spectrum
FilteredMultiSpectrumFilter. processData(MultiSpectrum data)
Performs the actual filtering.protected Spectrum
Fusion. processData(MultiSpectrum data)
Performs the actual filtering.protected Spectrum
Mean. processData(MultiSpectrum data)
Performs the actual filtering.protected Spectrum
Median. processData(MultiSpectrum data)
Performs the actual filtering.protected Spectrum
Multiply. processData(MultiSpectrum data, List<Spectrum> spectra)
Performs the actual filtering of the selected spectra.protected Spectrum
PickByIndex. processData(MultiSpectrum data)
Performs the actual filtering.protected Spectrum
PickByReportValue. processData(MultiSpectrum data)
Performs the actual filtering.protected Spectrum
Subtract. processData(MultiSpectrum data, List<Spectrum> spectra)
Performs the actual filtering of the selected spectra.Method parameters in adams.data.multifilter with type arguments of type Spectrum Modifier and Type Method Description protected abstract Spectrum
AbstractBinaryFormatsBasedMultiSpectrumFilter. processData(MultiSpectrum data, List<Spectrum> spectra)
Performs the actual filtering of the selected spectra.protected Spectrum
Add. processData(MultiSpectrum data, List<Spectrum> spectra)
Performs the actual filtering of the selected spectra.protected Spectrum
Atan2. processData(MultiSpectrum data, List<Spectrum> spectra)
Performs the actual filtering of the selected spectra.protected Spectrum
Divide. processData(MultiSpectrum data, List<Spectrum> spectra)
Performs the actual filtering of the selected spectra.protected Spectrum
Multiply. processData(MultiSpectrum data, List<Spectrum> spectra)
Performs the actual filtering of the selected spectra.protected Spectrum
Subtract. processData(MultiSpectrum data, List<Spectrum> spectra)
Performs the actual filtering of the selected spectra. -
Uses of Spectrum in adams.data.sampledata
Methods in adams.data.sampledata that return Spectrum Modifier and Type Method Description protected Spectrum
SignalToNoiseRatio. processData(Spectrum data)
Methods in adams.data.sampledata with parameters of type Spectrum Modifier and Type Method Description protected double
SignalToNoiseRatio. Noise_bySmoothing(Spectrum data)
Return the RMSE noise value, as a distance from the smoothed spectrumprotected Spectrum
SignalToNoiseRatio. processData(Spectrum data)
protected double
SignalToNoiseRatio. SNR_byParabolicRegression(Spectrum data)
Return the SNR measured from quadratic approximationprotected double
SignalToNoiseRatio. SNR_bySmoothing(Spectrum data)
Return the SNR measured from smoothed spectrum -
Uses of Spectrum in adams.data.spectrum
Fields in adams.data.spectrum with type parameters of type Spectrum Modifier and Type Field Description protected static adams.data.container.DataPointComparator<Spectrum>
MultiSpectrum. m_Comparator
the default comparator.Methods in adams.data.spectrum that return Spectrum Modifier and Type Method Description static Spectrum
SpectrumUtils. fillGaps(Spectrum gaps, Spectrum reference, adams.data.container.DataContainerUtils.GapFilling type)
Fills the gaps in the "gaps" spectrum with the data from the "reference" spectrum and the type of gap-filling.static Spectrum
SpectrumJsonUtils. fromJson(com.google.gson.JsonObject jobj)
Creates a spectrum from the JSON object (spectral + report).static Spectrum
SpectrumUtils. getConsecutiveRegion(List<SpectrumPoint> points, SpectrumPoint lastEnd, SpectrumPoint end)
Returns a region for the given range, starting just after the wave number of "lastEnd" and ending (including) at "end".Spectrum
Spectrum. getHeader()
Returns a spectrum with just the header information, but no spectrum points.protected static Spectrum
SpectrumUtils. getHeader(List<SpectrumPoint> points)
Creates a header based on the given spectrum points.static Spectrum
SpectrumUtils. getRegion(List<SpectrumPoint> points, SpectrumPoint start, SpectrumPoint end)
Returns a region for the given range, including both, start and end point.static Spectrum
SpectrumUtils. intersect(Spectrum a, Spectrum b)
Returns a spectrum that contains all the points that are in "a" and in "b".static Spectrum
SpectrumUtils. merge(Spectrum s1, Spectrum s2)
Merges the two spectrums.static Spectrum
SpectrumUtils. merge(List<Spectrum> list)
Merges the given spectrums.static Spectrum
SpectrumUtils. minus(Spectrum a, Spectrum b)
Returns a spectrum that contains all the points that are in "a" but not in "b".Spectrum
MultiSpectrum. newPoint()
Returns a new instance of a DataContainer point.static Spectrum
SpectrumUtils. pad(Spectrum data, int numPoints, boolean padLeft, float waveStepSize, float amplitude)
Pads the spectrum either on left or right to have at least the specified number of points.static Spectrum
SpectrumUtils. union(Spectrum a, Spectrum b)
Returns the union of the two spectrums "a" and "b".Methods in adams.data.spectrum that return types with arguments of type Spectrum Modifier and Type Method Description adams.data.container.DataPointComparator<Spectrum>
MultiSpectrum. getComparator()
Returns the comparator in use (custom one if defined, otherwise the default one).static List<Spectrum>
SpectrumUtils. getMissingRegions(Spectrum a, Spectrum b)
Returns all the regions that are in "a", but not in "b".adams.data.container.DataPointComparator<Spectrum>
MultiSpectrum. newComparator()
Returns a new instance of the default comparator.Methods in adams.data.spectrum with parameters of type Spectrum Modifier and Type Method Description protected static void
SpectrumUtils. add(Hashtable<Float,SpectrumPoint> pool, Spectrum s)
Merges the given spectrum with the current data pool.protected void
AbstractSpectrumFeatureGenerator. checkData(Spectrum spectrum)
Optional checks of the spectrum.int
SpectrumComparator. compare(Spectrum o1, Spectrum o2)
Compares its two arguments for order.int
SpectrumComparatorByReportValue. compare(Spectrum o1, Spectrum o2)
Compares its two arguments for order.abstract adams.data.featureconverter.HeaderDefinition
AbstractSpectrumFeatureGenerator. createHeader(Spectrum spectrum)
Creates the header from a template spectrum.adams.data.featureconverter.HeaderDefinition
Amplitudes. createHeader(Spectrum spectrum)
Creates the header from a template spectrum.static String
SpectrumUtils. diff(Spectrum s1, Spectrum s2, Spectrum diff, boolean absolute)
Computes the difference between two spectra.static Spectrum
SpectrumUtils. fillGaps(Spectrum gaps, Spectrum reference, adams.data.container.DataContainerUtils.GapFilling type)
Fills the gaps in the "gaps" spectrum with the data from the "reference" spectrum and the type of gap-filling.Object[]
AbstractSpectrumFeatureGenerator. generate(Spectrum spectrum)
Process the given spectrum.abstract List<Object>[]
AbstractSpectrumFeatureGenerator. generateRows(Spectrum spectrum)
Performs the actual feature genration.List<Object>[]
Amplitudes. generateRows(Spectrum spectrum)
Performs the actual feature genration.static List<Spectrum>
SpectrumUtils. getMissingRegions(Spectrum a, Spectrum b)
Returns all the regions that are in "a", but not in "b".static Spectrum
SpectrumUtils. intersect(Spectrum a, Spectrum b)
Returns a spectrum that contains all the points that are in "a" and in "b".static Spectrum
SpectrumUtils. merge(Spectrum s1, Spectrum s2)
Merges the two spectrums.static Spectrum
SpectrumUtils. minus(Spectrum a, Spectrum b)
Returns a spectrum that contains all the points that are in "a" but not in "b".static Spectrum
SpectrumUtils. pad(Spectrum data, int numPoints, boolean padLeft, float waveStepSize, float amplitude)
Pads the spectrum either on left or right to have at least the specified number of points.List<Object>
AbstractSpectrumFeatureGenerator. postProcessRow(Spectrum spectrum, List<Object> data)
Post-processes the generated row, adding notes and fields.List<Object>[]
AbstractSpectrumFeatureGenerator. postProcessRows(Spectrum spectrum, List<Object>[] data)
Post-processes the generated rows, adding notes and fields.static double[]
SpectrumUtils. toDoubleArray(Spectrum c)
Returns the amplitudes as double array.static com.google.gson.JsonObject
SpectrumJsonUtils. toJson(Spectrum spec)
Turns the spectrum into a json structure (spectral + report).static com.google.gson.JsonObject
SpectrumJsonUtils. toJson(Spectrum spec, adams.data.report.Field[] ref, adams.data.report.Field[] meta)
Turns the spectrum into a json structure (spectral + ref + meta).static Spectrum
SpectrumUtils. union(Spectrum a, Spectrum b)
Returns the union of the two spectrums "a" and "b".Method parameters in adams.data.spectrum with type arguments of type Spectrum Modifier and Type Method Description void
MultiSpectrum. assign(adams.data.container.DataContainer<Spectrum> other)
Obtains the stored variables from the other data point, but not the actual data points.static Spectrum
SpectrumUtils. merge(List<Spectrum> list)
Merges the given spectrums. -
Uses of Spectrum in adams.data.spectrumanalysis
Method parameters in adams.data.spectrumanalysis with type arguments of type Spectrum Modifier and Type Method Description protected void
AbstractSpectrumAnalysis. check(List<Spectrum> data)
Hook method for checks.protected String
AbstractWekaSpectrumAnalysis. doAnalyze(List<Spectrum> data)
Performs the actual analysis. -
Uses of Spectrum in adams.data.spectrumbaseline
Methods in adams.data.spectrumbaseline that return Spectrum Modifier and Type Method Description protected Spectrum
LinearRegressionBased. correctData(Spectrum data, double[] coeff)
Corrects the data with the given coefficients.protected Spectrum
LinearRegressionBased. generateLine(Spectrum data, double[] coeff)
Generates fake data for the plotting the line.Methods in adams.data.spectrumbaseline with parameters of type Spectrum Modifier and Type Method Description protected Spectrum
LinearRegressionBased. correctData(Spectrum data, double[] coeff)
Corrects the data with the given coefficients.protected Spectrum
LinearRegressionBased. generateLine(Spectrum data, double[] coeff)
Generates fake data for the plotting the line.protected weka.core.Instances
LinearRegressionBased. getInstances(Spectrum data)
Returns the dataset for linear regression.protected adams.data.container.DataPoint
SavitzkyGolayBased. getOriginalPoint(adams.data.container.DataPoint newPoint, Spectrum original)
Retrieves the data point from the original signal that corresponds to the provided new one. -
Uses of Spectrum in adams.data.spectrumfilter
Fields in adams.data.spectrumfilter declared as Spectrum Modifier and Type Field Description protected Spectrum
MultiplicativeScatterCorrection. m_Average
the average spectrum.Fields in adams.data.spectrumfilter with type parameters of type Spectrum Modifier and Type Field Description protected adams.data.filter.Filter<Spectrum>
Covariance. m_filter
filter to apply to retrieved spectra.protected adams.data.filter.Filter<Spectrum>
SubtractSpectrum. m_Filter
the filter to run.protected adams.data.filter.Filter<Spectrum>
MultiplicativeScatterCorrection. m_PreFilter
the filter to apply to the spectra internally.Methods in adams.data.spectrumfilter that return Spectrum Modifier and Type Method Description Spectrum[]
MultiplicativeScatterCorrection. batchFilter(Spectrum[] data)
Batch filters the data.protected Spectrum[]
PCA. processBatchData(Spectrum[] data)
Performs the actual batch filtering.protected Spectrum[]
PLS. processBatchData(Spectrum[] data)
Performs the actual batch filtering.protected Spectrum
AmplitudeExpression. processData(Spectrum data)
Performs the actual filtering.protected Spectrum
AmplitudeTransform. processData(Spectrum data)
Performs the actual filtering.protected Spectrum
AndrewsCurves. processData(Spectrum data)
Performs the actual filtering.protected Spectrum
CenterBurst. processData(Spectrum data)
Performs the actual filtering.protected Spectrum
ChangeFormat. processData(Spectrum data)
Performs the actual filtering.protected Spectrum
ConditionalReportField. processData(Spectrum data)
Performs the actual filtering.protected Spectrum
Covariance. processData(Spectrum data)
Performs the actual filtering.protected Spectrum
Detrend. processData(Spectrum data)
Performs the actual filtering.protected Spectrum
EquiDistance. processData(Spectrum data)
Performs the actual filtering.protected Spectrum
LogTransform. processData(Spectrum data)
Performs the actual filtering.protected Spectrum
LRCoeff. processData(Spectrum data)
Performs the actual filtering.protected Spectrum
MultiFilter. processData(Spectrum data)
Performs the actual filtering.protected Spectrum
MultiplicativeScatterCorrection. processData(Spectrum data)
Performs the actual filtering.protected Spectrum
PadPower2. processData(Spectrum data)
Performs the actual filtering.protected Spectrum
PCA. processData(Spectrum data)
Does nothing.protected Spectrum
PLS. processData(Spectrum data)
Does nothing.protected Spectrum
Rebase. processData(Spectrum data)
Performs the actual filtering.protected Spectrum
Remove. processData(Spectrum data)
Performs the actual filtering.protected Spectrum
ReportFieldFromStringValue. processData(Spectrum data)
Performs the actual filtering.protected Spectrum
ReportFieldFromStringValueWithLookup. processData(Spectrum data)
Performs the actual filtering.protected Spectrum
Reverse. processData(Spectrum data)
Performs the actual filtering.protected Spectrum
RowNorm. processData(Spectrum data)
Performs the actual filtering.protected Spectrum
RowZeroMin. processData(Spectrum data)
Performs the actual filtering.protected Spectrum
Scale. processData(Spectrum data)
Performs the actual filtering.protected Spectrum
StandardiseByInterpolation. processData(Spectrum data)
Performs the actual filtering.protected Spectrum
SubRange. processData(Spectrum data)
Performs the actual filtering.protected Spectrum
SubtractSpectrum. processData(Spectrum data)
Performs the actual filtering.protected Spectrum
WaveNumberExpression. processData(Spectrum data)
Performs the actual filtering.protected Spectrum
WekaFilterToReport. processData(Spectrum data)
Performs the actual filtering.protected Spectrum
ZeroCenterBurst. processData(Spectrum data)
Performs the actual filtering.protected Spectrum
MultiFilter. processDataParallel(Spectrum data)
Performs the actual filtering - parallel application of filters and merging of results.Methods in adams.data.spectrumfilter that return types with arguments of type Spectrum Modifier and Type Method Description adams.data.filter.Filter<Spectrum>
Covariance. getFilter()
Get filter.adams.data.filter.Filter<Spectrum>
MultiplicativeScatterCorrection. getPreFilter()
Returns the prefilter to use.Methods in adams.data.spectrumfilter with parameters of type Spectrum Modifier and Type Method Description Spectrum[]
MultiplicativeScatterCorrection. batchFilter(Spectrum[] data)
Batch filters the data.protected double
KennardStone. calculateDistance(Spectrum spec1, Spectrum spec2)
Calculate the distance between any two spectra.protected void
AbstractSerializableFilter. checkData(Spectrum data)
Loads the serialized data on demand in addition to the checks.protected void
LRCoeff. checkData(Spectrum data)
The default implementation only checks whether there is any data set.protected void
MultiplicativeScatterCorrection. checkData(Spectrum data)
The default implementation only checks whether there is any data set.protected double
SAX. getMeanDeltaX(Spectrum data)
Computes the mean difference between data points on the X axis.protected Spectrum[]
PCA. processBatchData(Spectrum[] data)
Performs the actual batch filtering.protected Spectrum[]
PLS. processBatchData(Spectrum[] data)
Performs the actual batch filtering.protected Spectrum
AmplitudeExpression. processData(Spectrum data)
Performs the actual filtering.protected Spectrum
AmplitudeTransform. processData(Spectrum data)
Performs the actual filtering.protected Spectrum
AndrewsCurves. processData(Spectrum data)
Performs the actual filtering.protected Spectrum
CenterBurst. processData(Spectrum data)
Performs the actual filtering.protected Spectrum
ChangeFormat. processData(Spectrum data)
Performs the actual filtering.protected Spectrum
ConditionalReportField. processData(Spectrum data)
Performs the actual filtering.protected Spectrum
Covariance. processData(Spectrum data)
Performs the actual filtering.protected Spectrum
Detrend. processData(Spectrum data)
Performs the actual filtering.protected Spectrum
EquiDistance. processData(Spectrum data)
Performs the actual filtering.protected Spectrum
LogTransform. processData(Spectrum data)
Performs the actual filtering.protected Spectrum
LRCoeff. processData(Spectrum data)
Performs the actual filtering.protected Spectrum
MultiFilter. processData(Spectrum data)
Performs the actual filtering.protected Spectrum
MultiplicativeScatterCorrection. processData(Spectrum data)
Performs the actual filtering.protected Spectrum
PadPower2. processData(Spectrum data)
Performs the actual filtering.protected Spectrum
PCA. processData(Spectrum data)
Does nothing.protected Spectrum
PLS. processData(Spectrum data)
Does nothing.protected Spectrum
Rebase. processData(Spectrum data)
Performs the actual filtering.protected Spectrum
Remove. processData(Spectrum data)
Performs the actual filtering.protected Spectrum
ReportFieldFromStringValue. processData(Spectrum data)
Performs the actual filtering.protected Spectrum
ReportFieldFromStringValueWithLookup. processData(Spectrum data)
Performs the actual filtering.protected Spectrum
Reverse. processData(Spectrum data)
Performs the actual filtering.protected Spectrum
RowNorm. processData(Spectrum data)
Performs the actual filtering.protected Spectrum
RowZeroMin. processData(Spectrum data)
Performs the actual filtering.protected Spectrum
Scale. processData(Spectrum data)
Performs the actual filtering.protected Spectrum
StandardiseByInterpolation. processData(Spectrum data)
Performs the actual filtering.protected Spectrum
SubRange. processData(Spectrum data)
Performs the actual filtering.protected Spectrum
SubtractSpectrum. processData(Spectrum data)
Performs the actual filtering.protected Spectrum
WaveNumberExpression. processData(Spectrum data)
Performs the actual filtering.protected Spectrum
WekaFilterToReport. processData(Spectrum data)
Performs the actual filtering.protected Spectrum
ZeroCenterBurst. processData(Spectrum data)
Performs the actual filtering.protected Spectrum
MultiFilter. processDataParallel(Spectrum data)
Performs the actual filtering - parallel application of filters and merging of results.void
MultiplicativeScatterCorrection. trainFilter(Spectrum[] data)
Trains the filter with the specified data.Method parameters in adams.data.spectrumfilter with type arguments of type Spectrum Modifier and Type Method Description void
Covariance. setFilter(adams.data.filter.Filter<Spectrum> filter)
Set filter.void
MultiplicativeScatterCorrection. setPreFilter(adams.data.filter.Filter<Spectrum> value)
Sets the prefilter to use. -
Uses of Spectrum in adams.data.spectrumfilter.amplitudetransform
Methods in adams.data.spectrumfilter.amplitudetransform that return Spectrum Modifier and Type Method Description Spectrum
AbstractAmplitudeTransformer. transform(Spectrum data)
Transforms the spectrum.Methods in adams.data.spectrumfilter.amplitudetransform with parameters of type Spectrum Modifier and Type Method Description protected void
AbstractAmplitudeTransformer. initialize(Spectrum data)
Hook method for initializing the transformer.protected void
ApplyMultiplicativeScatterCorrection. initialize(Spectrum data)
Hook method for initializing the transformer.Spectrum
AbstractAmplitudeTransformer. transform(Spectrum data)
Transforms the spectrum. -
Uses of Spectrum in adams.data.spectrumfilter.detrend
Methods in adams.data.spectrumfilter.detrend that return Spectrum Modifier and Type Method Description abstract Spectrum
AbstractDetrend. correct(Spectrum data)
Corrects the spectrum.Spectrum
Mean. correct(Spectrum data)
Corrects the spectrum.Spectrum
RangeBased. correct(Spectrum data)
Corrects the spectrum.Methods in adams.data.spectrumfilter.detrend with parameters of type Spectrum Modifier and Type Method Description abstract Spectrum
AbstractDetrend. correct(Spectrum data)
Corrects the spectrum.Spectrum
Mean. correct(Spectrum data)
Corrects the spectrum.Spectrum
RangeBased. correct(Spectrum data)
Corrects the spectrum. -
Uses of Spectrum in adams.data.spectrumfilter.multiplicativescattercorrection
Fields in adams.data.spectrumfilter.multiplicativescattercorrection with type parameters of type Spectrum Modifier and Type Field Description protected adams.data.filter.Filter<Spectrum>
AbstractMultiplicativeScatterCorrection. m_PreFilter
the filter to apply to the spectra internally.Methods in adams.data.spectrumfilter.multiplicativescattercorrection that return Spectrum Modifier and Type Method Description abstract Spectrum
AbstractMultiplicativeScatterCorrection. correct(Spectrum average, Spectrum data)
Corrects the spectrum.Spectrum
RangeBased. correct(Spectrum average, Spectrum data)
Corrects the spectrum.Methods in adams.data.spectrumfilter.multiplicativescattercorrection that return types with arguments of type Spectrum Modifier and Type Method Description adams.data.filter.Filter<Spectrum>
AbstractMultiplicativeScatterCorrection. getPreFilter()
Returns the prefilter to use.Methods in adams.data.spectrumfilter.multiplicativescattercorrection with parameters of type Spectrum Modifier and Type Method Description abstract Spectrum
AbstractMultiplicativeScatterCorrection. correct(Spectrum average, Spectrum data)
Corrects the spectrum.Spectrum
RangeBased. correct(Spectrum average, Spectrum data)
Corrects the spectrum.Method parameters in adams.data.spectrumfilter.multiplicativescattercorrection with type arguments of type Spectrum Modifier and Type Method Description void
AbstractMultiplicativeScatterCorrection. setPreFilter(adams.data.filter.Filter<Spectrum> value)
Sets the prefilter to use. -
Uses of Spectrum in adams.data.spectrumimage
Methods in adams.data.spectrumimage with parameters of type Spectrum Modifier and Type Method Description protected String
AbstractSpectrumImageGenerator. check(Spectrum spectrum)
Hook method for checks before generating the image.protected String
AbstractSpectrumImageGeneratorWithRange. check(Spectrum spectrum)
Hook method for checks before generating the image.protected String
Spectrogram. check(Spectrum spectrum)
Hook method for checks before generating the image.protected abstract BufferedImage
AbstractSpectrumImageGenerator. doGenerate(Spectrum spectrum)
Converts the spectrum into an image.protected BufferedImage
AmplitudeRatio. doGenerate(Spectrum spectrum)
Converts the spectrum into an image.protected BufferedImage
Intensity. doGenerate(Spectrum spectrum)
Converts the spectrum into an image.protected BufferedImage
Spectrogram. doGenerate(Spectrum spectrum)
Converts the spectrum into an image.BufferedImage
AbstractSpectrumImageGenerator. generate(Spectrum spectrum)
Converts the spectrum into an image. -
Uses of Spectrum in adams.data.spectrumoutlier
Methods in adams.data.spectrumoutlier with parameters of type Spectrum Modifier and Type Method Description protected List<String>
AmplitudeRange. processData(Spectrum data)
Performs the actual detection.protected List<String>
Flatliner. processData(Spectrum data)
Performs the actual detection.protected List<String>
MaxWaves. processData(Spectrum data)
Performs the actual detection.protected List<String>
MinWaves. processData(Spectrum data)
Performs the actual detection.protected List<String>
Oscillation. processData(Spectrum data)
Performs the actual detection.protected List<String>
Swapped. processData(Spectrum data)
Performs the actual detection.void
AmplitudeRange. trainDetector(Spectrum[] data)
Trains the detector with the specified data. -
Uses of Spectrum in adams.data.spreadsheetrowgenerator
Methods in adams.data.spreadsheetrowgenerator with parameters of type Spectrum Modifier and Type Method Description protected abstract void
AbstractSpreadSheetRowGenerator. checkHeader(Spectrum data)
Checks whether the number of waves are the same.protected void
SampleDataOnlyRowGenerator. checkHeader(Spectrum data)
Checks whether the number of waves are the same.protected void
SimpleRowGenerator. checkHeader(Spectrum data)
Checks whether the number of waves are the same.protected void
AbstractSpreadSheetRowGenerator. checkInput(Spectrum data)
Checks the input spectrum.adams.data.spreadsheet.Row
AbstractSpreadSheetRowGenerator. generate(Spectrum data)
Returns the generated data, generates it if necessary.protected abstract void
AbstractSpreadSheetRowGenerator. generateHeader(Spectrum data)
Generates the header of the output data.protected void
SampleDataOnlyRowGenerator. generateHeader(Spectrum data)
Generates the header of the output data.protected void
SimpleRowGenerator. generateHeader(Spectrum data)
Generates the header of the output data.protected abstract adams.data.spreadsheet.Row
AbstractSpreadSheetRowGenerator. generateOutput(Spectrum data)
Generates the actual data.protected adams.data.spreadsheet.Row
SampleDataOnlyRowGenerator. generateOutput(Spectrum data)
Generates the actual data.protected adams.data.spreadsheet.Row
SimpleRowGenerator. generateOutput(Spectrum data)
Generates the actual data.protected void
AbstractSpreadSheetRowGenerator. postProcessHeader(Spectrum data)
Adds IDs, notes, additional fields to header.protected adams.data.spreadsheet.Row
AbstractSpreadSheetRowGenerator. postProcessOutput(Spectrum data, adams.data.spreadsheet.Row row)
For adding IDs, notes, additional fields to the data. -
Uses of Spectrum in adams.data.statistics
Methods in adams.data.statistics that return Spectrum Modifier and Type Method Description Spectrum
SpectrumStatistic. getData()
Returns the currently stored spectrum.Methods in adams.data.statistics with parameters of type Spectrum Modifier and Type Method Description void
SpectrumStatistic. setData(Spectrum value)
Sets the data to use as basis for the calculations.Constructors in adams.data.statistics with parameters of type Spectrum Constructor Description SpectrumStatistic(Spectrum data)
Initializes the statistic. -
Uses of Spectrum in adams.db
Methods in adams.db that return Spectrum Modifier and Type Method Description Spectrum
SpectrumF. load(int auto_id)
Load a spectrum with given database ID.Spectrum
SpectrumF. load(String id)
Load a spectrum with given ID.Spectrum
SpectrumF. load(String sample_id, String format)
Load a spectrum with given sample ID and type.Spectrum
SpectrumIntf. load(int auto_id)
Load a spectrum with given database ID.Spectrum
SpectrumIntf. load(String id)
Load a spectrum with given ID.Spectrum
SpectrumIntf. load(String sample_id, String format)
Load a spectrum with given sample ID and type.Spectrum
SpectrumF. loadFromDB(int auto_id, String rlike, boolean raw)
Load a spectrum from DB with given auto_id.Spectrum
SpectrumF. loadFromDB(String sample_id, String format, boolean raw)
Load a spectrum from DB with given sample_id and format.Spectrum
SpectrumIntf. loadFromDB(int auto_id, String rlike, boolean raw)
Load a spectrum from DB with given auto_id.Spectrum
SpectrumIntf. loadFromDB(String sample_id, String format, boolean raw)
Load a spectrum from DB with given sample_id and format.Spectrum
SpectrumF. loadRaw(int auto_id)
Load a data container with given auto_id, without passing it through the global filter.Spectrum
SpectrumF. loadRaw(String sample_id, String format)
Load a spectrum with given sample ID and type, without filtering through the global container filter.Spectrum
SpectrumIntf. loadRaw(int auto_id)
Load a data container with given auto_id, without passing it through the global filter.Spectrum
SpectrumIntf. loadRaw(String sample_id, String format)
Load a spectrum with given sample ID and type, without filtering through the global container filter.Methods in adams.db with parameters of type Spectrum Modifier and Type Method Description Integer
SpectrumF. add(Spectrum sp)
Adds a spectrum to the database.Integer
SpectrumF. add(Spectrum sp, boolean storeWaveNo)
Adds a spectrum to the database.Integer
SpectrumIntf. add(Spectrum sp)
Adds a spectrum to the database.Integer
SpectrumIntf. add(Spectrum sp, boolean storeWaveNo)
Adds a spectrum to the database.boolean
SpectrumF. bulkAdd(Spectrum[] sp, boolean storeWaveNo, int batchSize, boolean autoCommit, boolean newConnection)
Stores the spectra in the database.boolean
SpectrumIntf. bulkAdd(Spectrum[] sp, boolean storeWaveNo, int batchSize, boolean autoCommit, boolean newConnection)
Stores the spectra in the database. -
Uses of Spectrum in adams.db.generic
Methods in adams.db.generic that return Spectrum Modifier and Type Method Description Spectrum
SpectrumT. load(int auto_id)
Load a spectrum with given database ID.Spectrum
SpectrumT. load(String id)
Load a spectrum with given ID.Spectrum
SpectrumT. load(String sample_id, String format)
Load a spectrum with given sample ID and type.Spectrum
SpectrumT. loadFromDB(int auto_id, String rlike, boolean raw)
Load a spectrum from DB with given auto_id.Spectrum
SpectrumT. loadFromDB(String sample_id, String format, boolean raw)
Load a spectrum from DB with given sample_id and format.Spectrum
SpectrumT. loadRaw(int auto_id)
Load a data container with given auto_id, without passing it through the global filter.Spectrum
SpectrumT. loadRaw(String sample_id, String format)
Load a spectrum with given sample ID and type, without filtering through the global container filter.protected Spectrum
SpectrumT. resultsetToSpectrum(ResultSet rs, boolean raw)
Turns a ResultSet into a spectrum.Methods in adams.db.generic with parameters of type Spectrum Modifier and Type Method Description Integer
SpectrumT. add(Spectrum sp)
Adds a spectrum to the database.Integer
SpectrumT. add(Spectrum sp, boolean storeWaveNo)
Adds a spectrum to the database.protected StringBuilder
SpectrumT. addQuery(Spectrum sp, boolean storeWaveNo)
Generates the query string for adding a spectrum.boolean
SpectrumT. bulkAdd(Spectrum[] sp, boolean storeWaveNo, int batchSize, boolean autoCommit, boolean newConnection)
Stores the spectra in the database.protected String
SpectrumT. pointsToString(Spectrum sp, boolean storeWaveNo)
Turns the spectrum points into a string to be stored in the database. -
Uses of Spectrum in adams.db.mirrored
Methods in adams.db.mirrored that return Spectrum Modifier and Type Method Description Spectrum
SpectrumT. load(int auto_id)
Load a spectrum with given database ID.Spectrum
SpectrumT. load(String id)
Load a spectrum with given ID.Spectrum
SpectrumT. load(String sample_id, String format)
Load a spectrum with given sample ID and type.Spectrum
SpectrumT. loadFromDB(int auto_id, String rlike, boolean raw)
Load a spectrum from DB with given auto_id.Spectrum
SpectrumT. loadFromDB(String sample_id, String format, boolean raw)
Load a spectrum from DB with given sample_id and format.Spectrum
SpectrumT. loadRaw(int auto_id)
Load a data container with given auto_id, without passing it through the global filter.Spectrum
SpectrumT. loadRaw(String sample_id, String format)
Load a spectrum with given sample ID and type, without filtering through the global container filter.Methods in adams.db.mirrored with parameters of type Spectrum Modifier and Type Method Description Integer
SpectrumT. add(Spectrum sp)
Adds a spectrum to the database.Integer
SpectrumT. add(Spectrum sp, boolean storeWaveNo)
Adds a spectrum to the database.boolean
SpectrumT. bulkAdd(Spectrum[] sp, boolean storeWaveNo, int batchSize, boolean autoCommit, boolean newConnection)
Stores the spectra in the database. -
Uses of Spectrum in adams.db.sqlite
Methods in adams.db.sqlite with parameters of type Spectrum Modifier and Type Method Description Integer
SpectrumT. add(Spectrum sp, boolean storeWaveNo)
Adds a spectrum to the database. -
Uses of Spectrum in adams.flow.container
Constructors in adams.flow.container with parameters of type Spectrum Constructor Description SpectrumFilterContainer(Object input, adams.data.filter.Filter filter, Spectrum data)
Initializes the container with the filter and the associated data. -
Uses of Spectrum in adams.flow.control
Methods in adams.flow.control that return types with arguments of type Spectrum Modifier and Type Method Description protected adams.data.io.input.AbstractDataContainerReader<Spectrum>
SpectrumFileChecker. getDefaultReader()
Returns the default reader for loading the data. -
Uses of Spectrum in adams.flow.core
Methods in adams.flow.core that return Spectrum Modifier and Type Method Description static Spectrum
GetSpectrumHelper. webserviceToKnir(Spectrum input)
Converts a Webservice spectrum into a KNIR one.static Spectrum
PutSpectrumHelper. webserviceToKnir(Spectrum input)
Converts a Webservice spectrum into a KNIR one.static Spectrum
RatsSpectrumHelper. webserviceToKnir(Spectrum input)
Converts a Webservice spectrum into a KNIR one.static Spectrum
TransformSpectrumHelper. webserviceToKnir(Spectrum input)
Converts a Webservice spectrum into a KNIR one.Methods in adams.flow.core with parameters of type Spectrum Modifier and Type Method Description static Spectrum
GetSpectrumHelper. knirToWebservice(Spectrum input)
Converts a KNIR spectrum into a Webservice one.static Spectrum
PutSpectrumHelper. knirToWebservice(Spectrum input)
Converts a KNIR spectrum into a Webservice one.static Spectrum
RatsSpectrumHelper. knirToWebservice(Spectrum input)
Converts a KNIR spectrum into a Webservice one.static Spectrum
TransformSpectrumHelper. knirToWebservice(Spectrum input)
Converts a KNIR spectrum into a Webservice one. -
Uses of Spectrum in adams.flow.standalone.rats
Fields in adams.flow.standalone.rats with type parameters of type Spectrum Modifier and Type Field Description protected List<Spectrum>
WSSpectrumReception. m_Data
the spectrum received via webservice.Methods in adams.flow.standalone.rats with parameters of type Spectrum Modifier and Type Method Description void
WSSpectrumReception. setData(Spectrum value)
For setting the data received from the webservice. -
Uses of Spectrum in adams.flow.transformer
Fields in adams.flow.transformer declared as Spectrum Modifier and Type Field Description protected Spectrum
SpectrumMinMax. m_Max
the maximum spectrum.protected Spectrum
SpectrumMinMax. m_Min
the minimum spectrum.Methods in adams.flow.transformer that return Spectrum Modifier and Type Method Description protected Spectrum
SpectralAngleMapper. getInput()
Gets the input spectrum from the input token.protected Spectrum[]
SpectralAngleMapper. getReferences(adams.flow.control.StorageName name, String cache)
Retrieves the reference spectra from storage.Spectrum
SpectrumDbWriter. load(adams.db.DataProvider provider, Spectrum cont)
Loads the container from the database.Methods in adams.flow.transformer that return types with arguments of type Spectrum Modifier and Type Method Description protected adams.db.DataProvider<Spectrum>
DeleteSpectrum. getDataProvider()
Returns the data provider to use for storing the container in the database.adams.db.DataProvider<Spectrum>
SpectrumDbReader. getDataProvider()
Returns the data provider to use for storing the container in the database.adams.db.DataProvider<Spectrum>
SpectrumDbWriter. getDataProvider(Spectrum cont)
Returns the data provider to use for storing the container in the database.protected adams.data.io.output.AbstractDataContainerWriter<Spectrum>
SpectrumFileWriter. getDefaultWriter()
Returns the default writer to use.Methods in adams.flow.transformer with parameters of type Spectrum Modifier and Type Method Description Integer
SpectrumDbWriter. add(adams.db.DataProvider provider, Spectrum cont)
Adds the container to the database.protected void
SpectrumAppend. append(Spectrum stored, Spectrum current)
Appends the current data container to the stored one.protected double[]
SpectralAngleMapper. calculateSpectralAngles(Spectrum input, Spectrum[] references)
Performs the calculation of spectral angles between the input spectrum and each reference spectrum.protected void
SpectralAngleMapper. checkInput(Spectrum input)
Checks the input spectrum for validity.protected void
SpectralAngleMapper. checkInputVersusReferences(Spectrum input, Spectrum[] references)
Checks that the input and the references are able to be angle-mapped.protected void
SpectralAngleMapper. checkReferences(Spectrum[] references)
Checks the reference spectra for validity.protected void
SpectralAngleMapper. checkWaveNumberAlignment(Spectrum input, Spectrum[] references)
Checks that the input and reference spectra have the same wave-number profile.boolean
SpectrumDbWriter. exists(adams.db.DataProvider provider, Spectrum cont)
Returns whether the container already exists in the database.adams.db.DataProvider<Spectrum>
SpectrumDbWriter. getDataProvider(Spectrum cont)
Returns the data provider to use for storing the container in the database.Spectrum
SpectrumDbWriter. load(adams.db.DataProvider provider, Spectrum cont)
Loads the container from the database.boolean
SpectrumDbWriter. remove(adams.db.DataProvider provider, Spectrum cont)
Removes the container from the database.protected double[]
SpectralAngleMapper. toDoubleArray(Spectrum spectrum)
Converts a spectrum into a double array of its wave amplitudes. -
Uses of Spectrum in adams.flow.transformer.datacontainer
Methods in adams.flow.transformer.datacontainer that return Spectrum Modifier and Type Method Description protected Spectrum
LoadSampleData. doPostProcess(Spectrum data)
Performs the actual post-processing.protected Spectrum
UpdateDatabaseID. doPreProcess(Spectrum data)
Performs the actual pre-processing.Methods in adams.flow.transformer.datacontainer with parameters of type Spectrum Modifier and Type Method Description protected Spectrum
LoadSampleData. doPostProcess(Spectrum data)
Performs the actual post-processing.protected Spectrum
UpdateDatabaseID. doPreProcess(Spectrum data)
Performs the actual pre-processing. -
Uses of Spectrum in adams.flow.webservice
Fields in adams.flow.webservice declared as Spectrum Modifier and Type Field Description protected Spectrum
Put. m_SpectrumIn
input spectrumprotected Spectrum
Transform. m_SpectrumIn
input spectrumMethods in adams.flow.webservice with parameters of type Spectrum Modifier and Type Method Description void
Put. setRequestData(Spectrum value)
Sets the data for the request, if any.void
Transform. setRequestData(Spectrum value)
Sets the data for the request, if any. -
Uses of Spectrum in adams.flow.webservice.spectrum
Fields in adams.flow.webservice.spectrum declared as Spectrum Modifier and Type Field Description protected Spectrum
Upload. m_SpectrumIn
input spectrumMethods in adams.flow.webservice.spectrum with parameters of type Spectrum Modifier and Type Method Description void
Upload. setRequestData(Spectrum value)
Sets the data for the request, if any. -
Uses of Spectrum in adams.gui.chooser
Methods in adams.gui.chooser that return types with arguments of type Spectrum Modifier and Type Method Description protected adams.data.io.input.AbstractDataContainerReader<Spectrum>
SpectrumFileChooser. getDefaultReader()
Returns the default reader.protected adams.data.io.output.AbstractDataContainerWriter<Spectrum>
SpectrumFileChooser. getDefaultWriter()
Returns the default writer. -
Uses of Spectrum in adams.gui.visualization.spectrum
Fields in adams.gui.visualization.spectrum declared as Spectrum Modifier and Type Field Description protected Spectrum
SpectrumTableModel. m_Data
the underlying spectrum.Fields in adams.gui.visualization.spectrum with type parameters of type Spectrum Modifier and Type Field Description protected adams.data.filter.Filter<Spectrum>
SpectrumExplorer. m_CurrentFilter
the current filter.Methods in adams.gui.visualization.spectrum that return Spectrum Modifier and Type Method Description Spectrum
SpectrumContainer. getData()
Returns the stored spectrum.Spectrum
SpectrumTableModel. getData()
Returns the underlying spectrum.Spectrum[]
SpectrumPanel. getSelectedSpectra()
Returns the selected spectra.Methods in adams.gui.visualization.spectrum with parameters of type Spectrum Modifier and Type Method Description void
HistogramFactory.Dialog. add(adams.data.statistics.ArrayHistogram hist, Spectrum c)
Adds a plot of the given spectrum.void
HistogramFactory.Dialog. add(adams.data.statistics.ArrayHistogram hist, Spectrum c, String name)
Adds a plot of the given spectrum.void
HistogramFactory.Panel. add(adams.data.statistics.ArrayHistogram hist, Spectrum c)
Adds a plot of the given spectrum.void
HistogramFactory.Panel. add(adams.data.statistics.ArrayHistogram hist, Spectrum c, String name)
Adds a plot of the given spectrum.void
SpectrumPanelWithSampleData. display(Spectrum data)
Displays the spectrum.protected void
SimpleSpectrumPaintlet. drawData(Graphics g, Spectrum data, Color color)
Draws the data with the given color.protected void
SpectrumPaintlet. drawData(Graphics g, Spectrum data, Color color, SpectrumPaintlet.MarkerShape marker)
Draws the data with the given color.void
SpectrumContainer. setData(Spectrum value)
Sets the spectrum.Method parameters in adams.gui.visualization.spectrum with type arguments of type Spectrum Modifier and Type Method Description void
SpectrumExplorer. filter(adams.gui.event.FilterEvent<Spectrum> e)
Filters the data.Constructors in adams.gui.visualization.spectrum with parameters of type Spectrum Constructor Description SpectrumContainer(SpectrumContainerManager manager, Spectrum data)
Initializes the container.SpectrumTableModel(Spectrum data)
Initializes the model with the specified spectrum. -
Uses of Spectrum in adams.gui.visualization.spectrum.containerlistpopup
Method parameters in adams.gui.visualization.spectrum.containerlistpopup with type arguments of type Spectrum Modifier and Type Method Description void
Information. customize(adams.gui.visualization.container.datacontainerpanel.containerlistpopup.AbstractContainerListPopupCustomizer.Context<Spectrum,SpectrumContainerManager,SpectrumContainer> context, JPopupMenu menu)
Returns a popup menu for the table of the container list.void
SampleData. customize(adams.gui.visualization.container.datacontainerpanel.containerlistpopup.AbstractContainerListPopupCustomizer.Context<Spectrum,SpectrumContainerManager,SpectrumContainer> context, JPopupMenu menu)
Returns a popup menu for the table of the container list.void
SpectralData. customize(adams.gui.visualization.container.datacontainerpanel.containerlistpopup.AbstractContainerListPopupCustomizer.Context<Spectrum,SpectrumContainerManager,SpectrumContainer> context, JPopupMenu menu)
Returns a popup menu for the table of the container list.boolean
Information. handles(adams.gui.visualization.container.DataContainerPanelWithContainerList<Spectrum,SpectrumContainerManager,SpectrumContainer> panel)
Checks whether this action can handle the panel.boolean
SampleData. handles(adams.gui.visualization.container.DataContainerPanelWithContainerList<Spectrum,SpectrumContainerManager,SpectrumContainer> panel)
Checks whether this action can handle the panel.boolean
SpectralData. handles(adams.gui.visualization.container.DataContainerPanelWithContainerList<Spectrum,SpectrumContainerManager,SpectrumContainer> panel)
Checks whether this action can handle the panel. -
Uses of Spectrum in adams.gui.visualization.spectrum.plotpopup
Method parameters in adams.gui.visualization.spectrum.plotpopup with type arguments of type Spectrum Modifier and Type Method Description protected void
Viewport. chooseColor(adams.gui.visualization.container.DataContainerPanelWithContainerList<Spectrum,SpectrumContainerManager,SpectrumContainer> panel, List<SpectrumContainer> conts)
Allows the user to choose the color for all the spectra.protected List<SpectrumContainer>
Viewport. containersInViewport(adams.gui.visualization.container.DataContainerPanelWithContainerList<Spectrum,SpectrumContainerManager,SpectrumContainer> panel)
Locates the visible spectra that are on display in the current viewport.void
Adjust. customize(adams.gui.visualization.container.DataContainerPanelWithContainerList<Spectrum,SpectrumContainerManager,SpectrumContainer> panel, MouseEvent e, JPopupMenu menu)
Returns a popup menu for the table of the container list.void
CrossHair. customize(adams.gui.visualization.container.DataContainerPanelWithContainerList<Spectrum,SpectrumContainerManager,SpectrumContainer> panel, MouseEvent e, JPopupMenu menu)
Returns a popup menu for the table of the container list.void
ExportVisible. customize(adams.gui.visualization.container.DataContainerPanelWithContainerList<Spectrum,SpectrumContainerManager,SpectrumContainer> panel, MouseEvent e, JPopupMenu menu)
Returns a popup menu for the table of the container list.void
GotoWaveNumber. customize(adams.gui.visualization.container.DataContainerPanelWithContainerList<Spectrum,SpectrumContainerManager,SpectrumContainer> panel, MouseEvent e, JPopupMenu menu)
Returns a popup menu for the table of the container list.void
Histogram. customize(adams.gui.visualization.container.DataContainerPanelWithContainerList<Spectrum,SpectrumContainerManager,SpectrumContainer> panel, MouseEvent e, JPopupMenu menu)
Returns a popup menu for the table of the container list.void
Hits. customize(adams.gui.visualization.container.DataContainerPanelWithContainerList<Spectrum,SpectrumContainerManager,SpectrumContainer> panel, MouseEvent e, JPopupMenu menu)
Returns a popup menu for the table of the container list.void
SaveVisible. customize(adams.gui.visualization.container.DataContainerPanelWithContainerList<Spectrum,SpectrumContainerManager,SpectrumContainer> panel, MouseEvent e, JPopupMenu menu)
Returns a popup menu for the table of the container list.void
Statistics. customize(adams.gui.visualization.container.DataContainerPanelWithContainerList<Spectrum,SpectrumContainerManager,SpectrumContainer> panel, MouseEvent e, JPopupMenu menu)
Returns a popup menu for the table of the container list.void
Viewport. customize(adams.gui.visualization.container.DataContainerPanelWithContainerList<Spectrum,SpectrumContainerManager,SpectrumContainer> panel, MouseEvent e, JPopupMenu menu)
Returns a popup menu for the table of the container list.protected void
Viewport. display(adams.gui.visualization.container.DataContainerPanelWithContainerList<Spectrum,SpectrumContainerManager,SpectrumContainer> panel, List<SpectrumContainer> conts)
Displays the IDs etc of the spectra.boolean
Adjust. handles(adams.gui.visualization.container.DataContainerPanelWithContainerList<Spectrum,SpectrumContainerManager,SpectrumContainer> panel)
Checks whether this action can handle the panel.boolean
CrossHair. handles(adams.gui.visualization.container.DataContainerPanelWithContainerList<Spectrum,SpectrumContainerManager,SpectrumContainer> panel)
Checks whether this action can handle the panel.boolean
ExportVisible. handles(adams.gui.visualization.container.DataContainerPanelWithContainerList<Spectrum,SpectrumContainerManager,SpectrumContainer> panel)
Checks whether this action can handle the panel.boolean
GotoWaveNumber. handles(adams.gui.visualization.container.DataContainerPanelWithContainerList<Spectrum,SpectrumContainerManager,SpectrumContainer> panel)
Checks whether this action can handle the panel.boolean
Histogram. handles(adams.gui.visualization.container.DataContainerPanelWithContainerList<Spectrum,SpectrumContainerManager,SpectrumContainer> panel)
Checks whether this action can handle the panel.boolean
Hits. handles(adams.gui.visualization.container.DataContainerPanelWithContainerList<Spectrum,SpectrumContainerManager,SpectrumContainer> panel)
Checks whether this action can handle the panel.boolean
SaveVisible. handles(adams.gui.visualization.container.DataContainerPanelWithContainerList<Spectrum,SpectrumContainerManager,SpectrumContainer> panel)
Checks whether this action can handle the panel.boolean
Statistics. handles(adams.gui.visualization.container.DataContainerPanelWithContainerList<Spectrum,SpectrumContainerManager,SpectrumContainer> panel)
Checks whether this action can handle the panel.boolean
Viewport. handles(adams.gui.visualization.container.DataContainerPanelWithContainerList<Spectrum,SpectrumContainerManager,SpectrumContainer> panel)
Checks whether this action can handle the panel.protected void
Viewport. hide(adams.gui.visualization.container.DataContainerPanelWithContainerList<Spectrum,SpectrumContainerManager,SpectrumContainer> panel, List<SpectrumContainer> conts)
Allows the user to hide the spectra.protected void
Viewport. hideOthers(adams.gui.visualization.container.DataContainerPanelWithContainerList<Spectrum,SpectrumContainerManager,SpectrumContainer> panel, List<SpectrumContainer> conts)
Allows the user to hide all other spectra.
-