|
DLL Document
|
Macros | |
| #define | BINCODE_BIN 0 |
| Set this to keep the row in the CCD Readout Register (CCD Binning with the next row) | |
| #define | BINCODE_DISCARD 6 |
| Set this to read the row out of the CCD and discard it. | |
| #define | BINCODE_SEND 5 |
| Set this to read ou the row, sum in FPGA, send results to PC (a new row is started in the FPGA) | |
| #define | BINCODE_SUM 4 |
| Set this to read the row out of the CCD and SUM in the current FPGA row. | |
| #define | CL_MAX_BINSETS 8 |
| The maximum number of bin sets supported by the camera. | |
| #define | MAX_HOR_BIN_SETS CL_MAX_BINSETS |
| #define | MAX_NUM_BIN_SEQS 16 |
| THe maximum number of binning sequences. | |
| #define | MAX_VERT_BIN_SETS CL_MAX_BINSETS |
| #define BINCODE_BIN 0 |
Set this to keep the row in the CCD Readout Register (CCD Binning with the next row)
| #define BINCODE_DISCARD 6 |
Set this to read the row out of the CCD and discard it.
| #define BINCODE_SEND 5 |
Set this to read ou the row, sum in FPGA, send results to PC (a new row is started in the FPGA)
| #define BINCODE_SUM 4 |
Set this to read the row out of the CCD and SUM in the current FPGA row.
| #define CL_MAX_BINSETS 8 |
The maximum number of bin sets supported by the camera.
| #define MAX_HOR_BIN_SETS CL_MAX_BINSETS |
| #define MAX_NUM_BIN_SEQS 16 |
THe maximum number of binning sequences.
| #define MAX_VERT_BIN_SETS CL_MAX_BINSETS |
1.8.1.1