#include <azcam.h>
Data Fields | |
| char | Host [64] |
| Host name of the AzCam server. | |
| int | Port |
| Port number of the AzCam server client socket. | |
| int | FD |
| File descriptor of the open client port, -1 = closed. | |
| long | Timeout |
| Timeout Interval for communications. | |
| char | CfgFile [128] |
| Name of the AzCam client configuration file (on the client). | |
| char | IniFile [128] |
| Name of the AzCam server initialization file (on the server). | |
| int | State |
| Server state, one of IDLE, EXPOSING, READOUT, or PAUSE. | |
| int | ShutterMode |
| Shutter mode, one of DARK_IMAGE or LIGHT_IMAGE. | |
| int | Readout |
| Readout mode, one of IMMEDIATE or DEFERRED. | |
| int | Shutter |
| Shutter state, one of SH_OPEN or SH_CLOSED. | |
| int | Abort |
| Abort Flag, if 1 an abort has been requested. | |
| float | SetPoint |
| CCD detector temperature set point. | |
| float | CCDTemp |
| CCD detector measured temperature in degrees C. | |
| float | DewarTemp |
| Dewar measured temperature in degrees C. | |
| int | DiodeSensor |
| Type of diode sensor, one of DT670, AD590, or N914. | |
| int | CCDSensor |
| CCD temperature sensor, one of DT670, AD590, or N914. | |
| int | DewarSensor |
| Dewar temperature sensor, one of DT670, AD590, or N914. | |
| int | FirstCol |
| First column to be read in unbinned pixels. | |
| int | LastCol |
| Last column to be read in unbinned pixels. | |
| int | ColBin |
| Column-axis binning factor. | |
| int | FirstRow |
| First row to be read in unbinned pixels. | |
| int | LastRow |
| Last row to be read in unbinned pixels. | |
| int | RowBin |
| Row-axis binning factor. | |
| int | NCtotal |
| Total number of device columns (serial pixels). | |
| int | NCpredark |
| Number of physical dark prescan columns. | |
| int | NCunderscan |
| Number of underscan columns to read. | |
| int | NCoverscan |
| Number of overscan columns to read. | |
| int | NRtotal |
| Total number of device rows (lines). | |
| int | NRpredark |
| Number of physical dark prescan rows. | |
| int | NRunderscan |
| Number of underscan rows to read. | |
| int | NRoverscan |
| Number of overscan rows to read. | |
| int | NRframexfer |
| Number of rows to shift for frame transfer mode. | |
| int | ReadMode |
| Readout mode, one of SINGLE_AMP, TWO_AMP_PARALLEL, TWO_AMP_SERIAL, FOUR_AMP_QUAD, or MOSAIC. | |
| int | Splits |
| Splits flag, one of NO_SPLIT, SPLIT_SERIAL, SPLIT_PARALLEL, or SPLIT_QUAD. | |
| int | NumDetX |
| number of detectors in the X (columns) direction in a multi-detector mosaic | |
| int | NumDetY |
| number of detectors in the Y (rows) direction in a multi-detector mosaic | |
| char | AmpConfig [6] |
| Amplifier configuration, one for each amp, coding is 0=no flip, 1=flip cols, 2=flip rows, 3=flip both. | |
| int | Ncols |
| Number of columns to be readout. | |
| int | Nrows |
| Number of rows to be readout. | |
| int | Npixels |
| Total number of pixels to be readout. | |
| int | Nread |
| Number of pixels readout so far. | |
| float | ExpTime |
| Exposure (integration) time in decimal seconds. | |
| int | Elapsed |
| Elapsed exposure time in milliseconds. | |
| char | FilePath [128] |
| File path for images (must be valid on the AzCam server machine). | |
| char | FileName [128] |
| Rootname of image files. | |
| int | FileNum |
| Image sequence number of the next file to be written. | |
| int | FileFormat |
| File format, one of STDFITS, EXTFITS, BINARY. | |
| char | LastFile [128] |
| Full name of the last image file written, including path. | |
Contains basic information about the AzCam server configuration we're using. It starts simple and will become more complex as required.
|
|
Host name of the AzCam server.
|
|
|
Port number of the AzCam server client socket.
|
|
|
File descriptor of the open client port, -1 = closed.
|
|
|
Timeout Interval for communications.
|
|
|
Name of the AzCam client configuration file (on the client).
|
|
|
Name of the AzCam server initialization file (on the server).
|
|
|
Server state, one of IDLE, EXPOSING, READOUT, or PAUSE.
|
|
|
Shutter mode, one of DARK_IMAGE or LIGHT_IMAGE.
|
|
|
Readout mode, one of IMMEDIATE or DEFERRED.
|
|
|
Shutter state, one of SH_OPEN or SH_CLOSED.
|
|
|
Abort Flag, if 1 an abort has been requested.
|
|
|
CCD detector temperature set point.
|
|
|
CCD detector measured temperature in degrees C.
|
|
|
Dewar measured temperature in degrees C.
|
|
|
Type of diode sensor, one of DT670, AD590, or N914.
|
|
|
CCD temperature sensor, one of DT670, AD590, or N914.
|
|
|
Dewar temperature sensor, one of DT670, AD590, or N914.
|
|
|
First column to be read in unbinned pixels.
|
|
|
Last column to be read in unbinned pixels.
|
|
|
Column-axis binning factor.
|
|
|
First row to be read in unbinned pixels.
|
|
|
Last row to be read in unbinned pixels.
|
|
|
Row-axis binning factor.
|
|
|
Total number of device columns (serial pixels).
|
|
|
Number of physical dark prescan columns.
|
|
|
Number of underscan columns to read.
|
|
|
Number of overscan columns to read.
|
|
|
Total number of device rows (lines).
|
|
|
Number of physical dark prescan rows.
|
|
|
Number of underscan rows to read.
|
|
|
Number of overscan rows to read.
|
|
|
Number of rows to shift for frame transfer mode.
|
|
|
Readout mode, one of SINGLE_AMP, TWO_AMP_PARALLEL, TWO_AMP_SERIAL, FOUR_AMP_QUAD, or MOSAIC.
|
|
|
Splits flag, one of NO_SPLIT, SPLIT_SERIAL, SPLIT_PARALLEL, or SPLIT_QUAD.
|
|
|
number of detectors in the X (columns) direction in a multi-detector mosaic
|
|
|
number of detectors in the Y (rows) direction in a multi-detector mosaic
|
|
|
Amplifier configuration, one for each amp, coding is 0=no flip, 1=flip cols, 2=flip rows, 3=flip both.
|
|
|
Number of columns to be readout.
|
|
|
Number of rows to be readout.
|
|
|
Total number of pixels to be readout.
|
|
|
Number of pixels readout so far.
|
|
|
Exposure (integration) time in decimal seconds.
|
|
|
Elapsed exposure time in milliseconds.
|
|
|
File path for images (must be valid on the AzCam server machine).
|
|
|
Rootname of image files.
|
|
|
Image sequence number of the next file to be written.
|
|
|
File format, one of STDFITS, EXTFITS, BINARY.
|
|
|
Full name of the last image file written, including path.
|
1.4.2