OceanDirectLighthouse 3.1.3
OceanDirect Lighthouse C++/C API
Deprecated List
Member lh_get_electric_dark_correction_state (lh_device_id_t deviceID, lh_error_code_t *errorCode)
Determine if automatic electric dark correction to the acquired spectra is on or off.
Member lh_get_nonlinearity_correction_state (lh_device_id_t deviceID, lh_error_code_t *errorCode)
Determine if automatic nonlinearity correction is on or off.
Member lh_set_electric_dark_correction_state (lh_device_id_t deviceID, lh_error_code_t *errorCode, enum lh_enable_state_t state)
Toggle the "automatic" electric dark correction on or off for an acquired spectrum. This correction is applied automatically to any acquired spectrum when the function is turned on.
Member lh_set_nonlinearity_correction_state (lh_device_id_t deviceID, lh_error_code_t *errorCode, enum lh_enable_state_t state)
Toggle the "automatic" nonlinearity correction on or off for an acquired spectrum. This correction is applied automatically to any acquired spectrum when the function is turned on. If nonlinearity correction is turned on then electric dark correction is also turned on even if it was previously turned off.
Member oceandirect::api::LighthouseAPI::getElectricDarkCorrectionState (lh_device_id_t deviceID, lh_error_code_t *errorCode)
Determine if automatic electric dark correction to the acquired spectra is on or off.
Member oceandirect::api::LighthouseAPI::getNonLinearityCorrectionState (lh_device_id_t deviceID, lh_error_code_t *errorCode)
Determine if automatic nonlinearity correction is on or off.
Member oceandirect::api::LighthouseAPI::setElectricDarkCorrectionState (lh_device_id_t deviceID, lh_error_code_t *errorCode, lh_enable_state_t state)
Toggle the "automatic" electric dark correction on or off for an acquired spectrum. This correction is applied automatically to any acquired spectrum when the function is turned on.
Member oceandirect::api::LighthouseAPI::setNonLinearityCorrectionState (lh_device_id_t deviceID, lh_error_code_t *errorCode, lh_enable_state_t state)
Toggle the "automatic" nonlinearity correction on or off for an acquired spectrum. This correction is applied automatically to any acquired spectrum when the function is turned on. If nonlinearity correction is turned on then electric dark correction is also turned on even if it was previously turned off.