Skip to contents

Function to query calibration coefficients from the EEPROM of a spectrometer.

Usage

get_calibration_coefficients_from_eeprom(
  jwrapper,
  sr.index = 0L,
  ch.index = 0L
)

Arguments

jwrapper

an open Wrapper object from Omnidriver

sr.index

an index to address the spectrometer

ch.index

an index to address the channel in a spectrometer with more than one channel.

Value

A Coefficients Java object containing all of the calibration coefficients..