New features of version 3.72 (September 23, 2002) 


Bugs corrected in the importation commands for unsigned 16-bits format images. Addition of commands LOADSX2, LOADSX3, CONVERTSX2 and CONVERTSX3 (source cameras like Starlight Xpress for example).

New commands and recalls

CONVERTSX [IN] [OUT] [NUMBER]
Convert a sequence of unsigned 16-bits images into a series of signed 16-bits images compatible with Iris (dynamic range between 0 and 65535). The level of the pixels is multiplied by 0.5 to respect dynamics 0...32767.

CONVERTSX2 [IN] [OUT] [NUMBER]
Convert a sequence of unsigned 16-bits images into a series of signed 16-bits images compatible with Iris. The level of the pixels is not modified, but the images are truncated for intensities higher than 32767. The final level lies between 0 and 32767.

CONVERTSX3 [IN] [OUT] [NUMBER]
Convert a sequence of unsigned 16-bits images into a series of signed 16-bits images compatible with Iris. Value 32767 is subtracted from all the pixels. The final level lies between -32768 and 32767.

LOADSX [NAME]
Load into memory  an unsigned 16-bits image (dynamic range between 0 and 65535). The level of the pixels is multiplied by 0.5 to bring final dynamics between 0 and 32767.

LOADSX2 [NAME]
Load into memory  an unsigned 16-bits image. The level of the pixels is not modified, but the images is truncated for intensities higher than 32767.

LOADSX3 [NAME]
Load into memory  an unsigned 16-bits image. Value 32767 is subtracted from the intensity of all the pixels. The final level lies between -32768 and 32767.