add readout speed selection

This commit is contained in:
eddyem
2019-07-01 11:08:10 +03:00
parent 3fcfec48da
commit fcaffcc19b
11 changed files with 468 additions and 208 deletions

12
README
View File

@@ -17,3 +17,15 @@ If you wish to save not only FITS, define:
define
* -DEBUG=1 for debug info
TODO:
get/set camera readout speed with
FLIGetCameraModeString
FLISetCameraMode
/*
* set speed index
*
* speed index = 0 => set mode = 1 (1MHz)
* speed index = 1 => set mode = 0 (8MHz)
*/