© 2016 Thorlabs Scientific Imaging
4 Programming (SDK)
261
IS_HOTPIXEL_GET_CORRECTION_MODE
Returns the currently set hot pixel correction mode
(Example 2)
IS_HOTPIXEL_GET_SUPPORTED_CORRECTION_MO
DES
Returns the supported hot pixel correction
modes.The return value is a bitmask with the
following constants (combined by OR):
IS_HOTPIXEL_ENABLE_CAMERA_CORRECTION: Hot
pixel correction is possible via the hot pixel list
in the camera EEPROM.
IS_HOTPIXEL_ENABLE_SOFTWARE_USER_CORRECTI
ON: Hot pixel correction is possible via the user-
defined hot pixel list.
IS_HOTPIXEL_ENABLE_SENSOR_CORRECTION: Hot
pixel correction is possible via the sensor-
internal hot pixel correction.
IS_HOTPIXEL_GET_SOFTWARE_USER_LIST_EXIS
TS
Indicates whether the user-defined hot pixel list
exists in the computer (Example 3)
IS_HOTPIXEL_GET_SOFTWARE_USER_LIST_NUMB
ER
Returns the number of hot pixels in the user-
defined hot pixel list stored in the computer.
IS_HOTPIXEL_GET_SOFTWARE_USER_LIST
Returns the user-defined hot pixel list stored in the
computer.
IS_HOTPIXEL_SET_SOFTWARE_USER_LIST
Sets the user-defined hot pixel list that is stored in
the computer.
IS_HOTPIXEL_SAVE_SOFTWARE_USER_LIST
IS_HOTPIXEL_SAVE_SOFTWARE_USER_LIST_UNI
CODE
Saves the user-defined hot pixel list to a file. The
function can also be used with Unicode file
names. (Example 4)
IS_HOTPIXEL_LOAD_SOFTWARE_USER_LIST
IS_HOTPIXEL_LOAD_SOFTWARE_USER_LIST_UNI
CODE
Loads the user-defined hot pixel list from a file.
The function can also be used with Unicode file
names.
IS_HOTPIXEL_GET_CAMERA_FACTORY_LIST_EXI
STS
Indicates whether the factory-set hot pixel list
exists.
IS_HOTPIXEL_GET_CAMERA_FACTORY_LIST_NUM
BER
Returns the number of hot pixels in the factory-set
hot pixel list.
IS_HOTPIXEL_GET_CAMERA_FACTORY_LIST
Returns the factory-set hot pixel list.
IS_HOTPIXEL_GET_CAMERA_USER_LIST_EXISTS
Indicates whether the user-defined hot pixel list
exists in the camera EEPROM.
IS_HOTPIXEL_GET_CAMERA_USER_LIST_NUMBER
Returns the number of hot pixels in the user-
defined hot pixel list stored in the camera
EEPROM.
IS_HOTPIXEL_GET_CAMERA_USER_LIST
Returns the user-defined hot pixel list stored in the
camera EEPROM.
IS_HOTPIXEL_SET_CAMERA_USER_LIST
Sets the user-defined hot pixel list stored in the
camera EEPROM (Example 5)
IS_HOTPIXEL_DELETE_CAMERA_USER_LIST
Deletes the user-defined hot pixel list from the
camera EEPROM.
IS_HOTPIXEL_GET_CAMERA_USER_LIST_MAX_NU
MBER
Returns the maximum number of hot pixels that
the user can store in the camera EEPROM.