Absorbance
Absorbance[absorbanceSpectrum,wavelength]⟹absorbance
returns the absorbance from a provided absorbanceSpectrum at the indicated wavelength.
Absorbance[absorbanceSpectrum,wavelength,blank]⟹absorbance
returns the absorbance from a provided absorbanceSpectrum at the indicated wavelength, with the blank spectrum provided.
Details
- If the blank spectrum is not used, the provided spectrum will be assumed to be already blanked
- If an absorbance data object is provided as either input or as the blank spectrum, the relevant spectrum will be assumed to be in the field AbsorbanceSpectrum.
-
InvalidAbsorbance The provided absorbance spectrum or wavelength is invalid. Please ensure that the correct data format is provided. InvalidBlankOption The provided blank option of length `1` does not match the length of the absorbance spectra input (`2`). These lists must match in length in order to properly associate each spectra with its blank (or, provide a single blank to apply to all of the spectra). ListedBlankWithSingleInput The Blank option was set to a list, but only one input spectrum was provided. Please provide either one blank with one input spectrum, or multiple input spectra with multiple blank spectra. WavelengthLowerBoundError The provided minimum wavelength, `1`, is lower than the lowest wavelength in the given spectrum (`2`). Please ensure that the requested wavelength range is contained within the provided spectrum. WavelengthMismatch The provided minimum wavelength, `1`, is larger than the max wavelength, `2`. WavelengthUpperBoundError The provided maximum wavelength, `1`, is higher than the highest wavelength in the given spectrum (`2`). Please ensure that the requested wavelength range is contained within the provided spectrum.
Input

Output
