Teledyne Princeton Instruments PICam 5.x Programmer's Manual page 202

Table of Contents

Advertisement

202
7.2.1.6
PicamStarDefectMap
Description
PicamStarDefectMap
stored. The number, location and details of the star defects can vary depending on
camera parameters, so a camera can have more than one such map.
Structure Definition
The structure definition for
Variable Definitions
The variables required by
PICam™ 5.x Programmer's Manual
is an array in which all star defects for a specified sensor are
PicamStarDefectMap
typedef struct PicamStarDefectMap
{
const PicamStarDefect* star_defect_array;
} PicamStarDefectMap;
PicamStarDefectMap
id: The unique id of the map for a particular set of parameters.
star_defect_array: A set of all star defects. This is null when there are no star
defects.
star_defect_count: The number of items in star_defect_array. This is 0 when
there are no stars.
is:
piint id;
piint star_defect_count;
are:
Issue 11

Advertisement

Table of Contents
loading

Table of Contents