Return the data object for specific x/y units with possibly some normalization options
Returns the first spectrum. This method could be improved in the future
Returns the xLabel
Optional
dataType?: string | RegExpSelect based on the data type
Optional
index?: numberThe index of the spectrum in the spectra array
Optional
labels?: stringAllows to specify 2 labels using a string like 'nm vs °C'
Optional
meta?: Record<string, string>Select based on the presence of a meta information
Optional
title?: string | RegExpSelect based on the title field
Optional
units?: stringAllows to specify 2 units using a string like 'nm vs °C'
Optional
variables?: stringAllows to specify X and Y variables using a string like 'c vs d'
Optional
xLabel?: string | RegExpFilter based on xLabel
Optional
xUnits?: stringFilter based on xUnits
Optional
xVariable?: OneLowerCaseSelect a specific X variable by one letter name
Optional
yLabel?: string | RegExpFilter based on yLabel
Optional
yUnits?: stringFilter based on yUnits
Optional
yVariable?: OneLowerCaseSelect a specific Y variable by one letter name
Retrieve a xy object
Optional
dataType?: string | RegExpSelect based on the data type
Optional
index?: numberThe index of the spectrum in the spectra array
Optional
labels?: stringAllows to specify 2 labels using a string like 'nm vs °C'
Optional
meta?: Record<string, string>Select based on the presence of a meta information
Optional
title?: string | RegExpSelect based on the title field
Optional
units?: stringAllows to specify 2 units using a string like 'nm vs °C'
Optional
variables?: stringAllows to specify X and Y variables using a string like 'c vs d'
Optional
xLabel?: string | RegExpFilter based on xLabel
Optional
xUnits?: stringFilter based on xUnits
Optional
xVariable?: OneLowerCaseSelect a specific X variable by one letter name
Optional
yLabel?: string | RegExpFilter based on yLabel
Optional
yUnits?: stringFilter based on yUnits
Optional
yVariable?: OneLowerCaseSelect a specific Y variable by one letter name
Retrieve spectra matching selector
Retrieve a MeasurementXY based on x/y units
Returns the yLabel
Optional
dataType?: string | RegExpSelect based on the data type
Optional
index?: numberThe index of the spectrum in the spectra array
Optional
labels?: stringAllows to specify 2 labels using a string like 'nm vs °C'
Optional
meta?: Record<string, string>Select based on the presence of a meta information
Optional
title?: string | RegExpSelect based on the title field
Optional
units?: stringAllows to specify 2 units using a string like 'nm vs °C'
Optional
variables?: stringAllows to specify X and Y variables using a string like 'c vs d'
Optional
xLabel?: string | RegExpFilter based on xLabel
Optional
xUnits?: stringFilter based on xUnits
Optional
xVariable?: OneLowerCaseSelect a specific X variable by one letter name
Optional
yLabel?: string | RegExpFilter based on yLabel
Optional
yUnits?: stringFilter based on yUnits
Optional
yVariable?: OneLowerCaseSelect a specific Y variable by one letter name
Add a spectrum in the internal spectra variable
Static
from
Class allowing to store and manipulate an analysis. An analysis may contain one or more spectra that can be selected based on their units