API
 
Loading...
Searching...
No Matches
C-RED 2 Camera

Control of the First Light Imaging C-RED 2 camera. More...

Collaboration diagram for C-RED 2 Camera:

Modules

 C-RED 2 Camera Files
 

Classes

class  MagAOX::app::cred2Ctrl
 MagAO-X application to control the C-RED 2 camera. More...
 
struct  MagAOX::app::cred2Temps
 Structure holding the temperature values reported by the C-RED 2. More...
 
struct  MagAOX::app::cred2Roi
 C-RED 2 ROI expressed as 0-based inclusive column and row limits. More...
 

Detailed Description

Control of the First Light Imaging C-RED 2 camera.

Application Documentation


Class Documentation

◆ MagAOX::app::cred2Roi

struct MagAOX::app::cred2Roi

C-RED 2 ROI expressed as 0-based inclusive column and row limits.

Definition at line 66 of file cred2Utils.hpp.

Collaboration diagram for MagAOX::app::cred2Roi:
Collaboration graph
Class Members
int endColumn { 0 } Last included column.
int endRow { 0 } Last included row.
bool fullFrame { true } True when the ROI spans the full detector.
int startColumn { 0 } First included column.
int startRow { 0 } First included row.