#include <ngcdcsCFG.hpp>
Public Member Functions | |
| ngcdcs_detcfg_t () | |
| Constructor. | |
Public Attributes | |
| ngcdcs_seq_dcf_t | seq [ngcdcsCTRL_MAX_SEQ] |
| Sequencer module detector configuration. | |
| ngcdcs_cldc_dcf_t | cldc [ngcdcsCTRL_MAX_CLDC] |
| CLDC module detector configuration. | |
| ngcdcs_adc_dcf_t | adc [ngcdcsCTRL_MAX_ADCMOD] |
| ADC module detector configuration. | |
| ngcdcs_ngc2_dcf_t | ngc2 [ngcdcsCTRL_MAX_NGC2] |
| NGC2 basic module detector configuration. | |
| ngcdcs_lisa_dcf_t | lisa [ngcdcsCTRL_MAX_LISA] |
| LISA camera module detector configuration. | |
| ngcdcs_ao_dcf_t | ao [ngcdcsCTRL_MAX_AO] |
| AO camera module detector configuration. | |
| ngcdcs_chip_t | chip [ngcdcsMAX_DET] |
| Chip information. | |
| int | numDet |
| Number of detectors in mosaic. | |
| int | haveChipIndex |
| Expicit chip index present. | |
| char | name [32] |
| Detector system name. | |
| char | id [32] |
| Detector system id. | |
| int | numOutput |
| Total number of outputs. | |
| int | splitX [ngcdcsACQ_MAX_PROC] |
| FITS extensions spltting X. | |
| int | splitY [ngcdcsACQ_MAX_PROC] |
| FITS extensions splitting Y. | |
| ngcdcs_rm_t | rm [ngcdcsMAX_RM] |
| Read-out modes. | |
| int | numReadMod |
| Number of read-out modes. | |
| int | rmDefault |
| Default read-out mode. | |
| char | fileName [256] |
| Optional filename. | |
| char | dsup [256] |
| Default parameter setup file (optional) | |
| ngcdcs_win_t | win |
| Default window. | |
| ngcdcs_win_t | acqWin [ngcdcsACQ_MAX_PROC] |
| Default acquisition window. | |
Detector configuration structure
|
inline |
Constructor.
| ngcdcs_win_t ngcdcs_detcfg_t::acqWin[ngcdcsACQ_MAX_PROC] |
Default acquisition window.
| ngcdcs_adc_dcf_t ngcdcs_detcfg_t::adc[ngcdcsCTRL_MAX_ADCMOD] |
ADC module detector configuration.
| ngcdcs_ao_dcf_t ngcdcs_detcfg_t::ao[ngcdcsCTRL_MAX_AO] |
AO camera module detector configuration.
| ngcdcs_chip_t ngcdcs_detcfg_t::chip[ngcdcsMAX_DET] |
Chip information.
| ngcdcs_cldc_dcf_t ngcdcs_detcfg_t::cldc[ngcdcsCTRL_MAX_CLDC] |
CLDC module detector configuration.
| char ngcdcs_detcfg_t::dsup[256] |
Default parameter setup file (optional)
| char ngcdcs_detcfg_t::fileName[256] |
Optional filename.
| int ngcdcs_detcfg_t::haveChipIndex |
Expicit chip index present.
| char ngcdcs_detcfg_t::id[32] |
Detector system id.
| ngcdcs_lisa_dcf_t ngcdcs_detcfg_t::lisa[ngcdcsCTRL_MAX_LISA] |
LISA camera module detector configuration.
| char ngcdcs_detcfg_t::name[32] |
Detector system name.
| ngcdcs_ngc2_dcf_t ngcdcs_detcfg_t::ngc2[ngcdcsCTRL_MAX_NGC2] |
NGC2 basic module detector configuration.
| int ngcdcs_detcfg_t::numDet |
Number of detectors in mosaic.
| int ngcdcs_detcfg_t::numOutput |
Total number of outputs.
| int ngcdcs_detcfg_t::numReadMod |
Number of read-out modes.
| ngcdcs_rm_t ngcdcs_detcfg_t::rm[ngcdcsMAX_RM] |
Read-out modes.
| int ngcdcs_detcfg_t::rmDefault |
Default read-out mode.
| ngcdcs_seq_dcf_t ngcdcs_detcfg_t::seq[ngcdcsCTRL_MAX_SEQ] |
Sequencer module detector configuration.
| int ngcdcs_detcfg_t::splitX[ngcdcsACQ_MAX_PROC] |
FITS extensions spltting X.
| int ngcdcs_detcfg_t::splitY[ngcdcsACQ_MAX_PROC] |
FITS extensions splitting Y.
| ngcdcs_win_t ngcdcs_detcfg_t::win |
Default window.