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
OptionaldataType?: string | RegExpSelect based on the data type
Optionalindex?: numberThe index of the spectrum in the spectra array
Optionallabels?: stringAllows to specify 2 labels using a string like 'nm vs °C'
Optionalmeta?: Record<string, string>Select based on the presence of a meta information
Optionaltitle?: string | RegExpSelect based on the title field
Optionalunits?: stringAllows to specify 2 units using a string like 'nm vs °C'
Optionalvariables?: stringAllows to specify X and Y variables using a string like 'c vs d'
OptionalxLabel?: string | RegExpFilter based on xLabel
OptionalxUnits?: stringFilter based on xUnits
OptionalxVariable?: OneLowerCaseSelect a specific X variable by one letter name
OptionalyLabel?: string | RegExpFilter based on yLabel
OptionalyUnits?: stringFilter based on yUnits
OptionalyVariable?: OneLowerCaseSelect a specific Y variable by one letter name
Retrieve a xy object
OptionaldataType?: string | RegExpSelect based on the data type
Optionalindex?: numberThe index of the spectrum in the spectra array
Optionallabels?: stringAllows to specify 2 labels using a string like 'nm vs °C'
Optionalmeta?: Record<string, string>Select based on the presence of a meta information
Optionaltitle?: string | RegExpSelect based on the title field
Optionalunits?: stringAllows to specify 2 units using a string like 'nm vs °C'
Optionalvariables?: stringAllows to specify X and Y variables using a string like 'c vs d'
OptionalxLabel?: string | RegExpFilter based on xLabel
OptionalxUnits?: stringFilter based on xUnits
OptionalxVariable?: OneLowerCaseSelect a specific X variable by one letter name
OptionalyLabel?: string | RegExpFilter based on yLabel
OptionalyUnits?: stringFilter based on yUnits
OptionalyVariable?: OneLowerCaseSelect a specific Y variable by one letter name
Retrieve spectra matching selector
Retrieve a MeasurementXY based on x/y units
Returns the yLabel
OptionaldataType?: string | RegExpSelect based on the data type
Optionalindex?: numberThe index of the spectrum in the spectra array
Optionallabels?: stringAllows to specify 2 labels using a string like 'nm vs °C'
Optionalmeta?: Record<string, string>Select based on the presence of a meta information
Optionaltitle?: string | RegExpSelect based on the title field
Optionalunits?: stringAllows to specify 2 units using a string like 'nm vs °C'
Optionalvariables?: stringAllows to specify X and Y variables using a string like 'c vs d'
OptionalxLabel?: string | RegExpFilter based on xLabel
OptionalxUnits?: stringFilter based on xUnits
OptionalxVariable?: OneLowerCaseSelect a specific X variable by one letter name
OptionalyLabel?: string | RegExpFilter based on yLabel
OptionalyUnits?: stringFilter based on yUnits
OptionalyVariable?: OneLowerCaseSelect a specific Y variable by one letter name
Add a spectrum in the internal spectra variable
Staticfrom
Class allowing to store and manipulate an analysis. An analysis may contain one or more spectra that can be selected based on their units