Pyrocam III
HR
User Guide
Document No. 50361-001
Rev E
7/18/2017
Page 42
Camera resets to FALSE
when calibration is finished.
PixelHSize
RO
Effective horizontal pixel pitch
in microns.
float
80.0
PixelVSize
RO
Effective vertical pixel pitch in
microns.
float
80.0
CameraStatus
RO
Bit flag indicating current
camera status
#define STATUS_BUSY
0x0001
#define STATUS_CALIBRATE
0x0002
#define
STATUS_VALID_FLA
SH_PULSE_BADPIX
0x1000
#define
STATUS_VALID_FLA
SH_CHOP_BADPIX
0x2000
#define
STATUS_VALID_FLA
SH_PULSE_GAINFRAME
0x4000
#define
STATUS_VALID_FLA
SH_CHOP_GAINFRAME
0x8000
uint
0
TriggerMethod
RW
Pulse or Chop
enum
Pulse
PulseMode
RO
Pulse Mode - Single Shot or
Continuous
enum
SingleShot
PreTrigger
RW
Start array scan PreTrigger
microseconds before
(negative) or after (positive)
the incoming trigger
uint
-3000 to 3000
ChopperSpeed
RW
Selects the internal chopper
speed
enum
ChopperSpeed50
BadPixCorrection
RW
Enables and disables Bad
Pixel Correction inside the
camera.
bool
True
GainCorrection
RW
Enables and disables Gain
Correction inside the camera.
bool
False
TriggerPeriod
RO
Number of microseconds
between triggers.
uint
SkippedTriggers
RO
Number of triggers skipped
between frame capture.
uint
FirmwareVersion
RO
Firmware version encoded as
hex number 0xMMmmbbrr
where:
MM = major version
mm = minor version
bb = build number
rr = revision
uint
0x01000001
FPGAChecksum
RO
Simple checksum of FPGA
stored in the flash
uint
HardwareRevision
RO
Hardware Revision
enum
A
MaxGain
RO
Maximum allowable Gain
value for this camera
float
1.0 – 8.0
* RO = Read-Only, RW = Read/Write, WO = Write-Only