Skip to contents

Model, configuration, serial number, and calibration data stored in the EEPROM of an Ocean Optics spectrometer are retrieved and returned in a list.

Usage

get_oo_descriptor(
  w,
  sr.index = 0L,
  ch.index = 0L,
  area = NULL,
  diff.type = NULL
)

Arguments

w

an open Wrapper object from OmniDriver.

sr.index

an index to address the spectrometer for the time being not exported.

ch.index

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

area

numeric Passed to o_calib2irrad_mult().

diff.type

character Passed to o_calib2irrad_mult().

Value

a list

Note

One and only one of area or diff.type is needed if an irradiance calibration stored in the EEPROM is to be retrieved. If both are null, as by default, the irradiance calibration factors will not be retireved even if present in the EEPROM.