mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-26 08:10:02 +02:00
21 lines
464 B
C
21 lines
464 B
C
#pragma once
|
|
#include "sls_detector_defs.h"
|
|
#include "RegisterDefs.h"
|
|
|
|
|
|
#define CTRL_SRVR_INIT_TIME_US (300 * 1000)
|
|
|
|
/* Hardware Definitions */
|
|
#define NCHAN (128)
|
|
#define NCHIP (10)
|
|
#define NDAC (16)
|
|
#define TEMP_CLK (20) /* MHz */
|
|
|
|
|
|
/** Default Parameters */
|
|
#define DEFAULT_NUM_FRAMES (1)
|
|
#define DEFAULT_NUM_CYCLES (1)
|
|
#define DEFAULT_EXPTIME (100*1000*1000) //ns
|
|
#define DEFAULT_PERIOD (2*1000*1000) //ns
|
|
|