• Joined on 2024-11-08
timur pushed to dev at timur/RaptorEagleV 2025-01-15 00:03:58 +03:00
7497b72b32 rewrite AcquisitionProcess class (use of detached thread)
timur pushed to dev at timur/RaptorEagleV 2025-01-14 17:11:34 +03:00
cf3e34f88c fix logging
timur pushed to dev at timur/RaptorEagleV 2025-01-06 15:48:07 +03:00
8c319780dc add logging for current acqquisition buffer addresses
timur pushed to dev at timur/RaptorEagleV 2024-12-30 17:08:10 +03:00
d103ed2887 fixes
timur pushed to dev at timur/RaptorEagleV 2024-12-27 18:33:34 +03:00
c1b7d249da start development branch.
timur created branch dev in timur/RaptorEagleV 2024-12-27 18:33:34 +03:00
timur pushed to master at timur/RaptorEagleV 2024-12-27 15:55:41 +03:00
99e072be78 CMakeLists.txt: replace option STATIC_LIB to RAPROT_SHARED_LIB. The
timur pushed to master at timur/RaptorEagleV 2024-12-24 18:02:32 +03:00
69bba48ce1 fix keywords updating from permanent and current list
timur pushed to master at timur/RaptorEagleV 2024-12-24 13:30:23 +03:00
ea9b099d81 fix status string, free memory in AcquisitionProcess instance
timur pushed to master at timur/RaptorEagleV 2024-12-23 11:49:07 +03:00
0ece075bb8 CMakeLists.txt: do not fetch SPDLOG library, but check for system one
timur pushed to master at timur/RaptorEagleV 2024-12-22 17:31:54 +03:00
f068cbb44b CMakeLists.txt: fetch spdlog, set SPDLOG_USE_STD_FORMAT to use C++20
timur pushed to master at timur/RaptorEagleV 2024-12-20 15:05:25 +03:00
timur pushed to master at timur/RaptorEagleV 2024-12-20 10:59:19 +03:00
timur pushed to master at timur/RaptorEagleV 2024-12-19 19:56:22 +03:00
610d09ee98 fixes
timur pushed to master at timur/RaptorEagleV 2024-12-19 19:34:54 +03:00
timur pushed to master at timur/RaptorEagleV 2024-12-19 19:14:41 +03:00
34959c632d fix checking file permissions before start exposure
timur pushed to master at timur/RaptorEagleV 2024-12-19 18:35:01 +03:00
6c45f04448 rewrite CAMERA_STATUS logics
timur pushed to master at timur/RaptorEagleV 2024-12-19 08:32:36 +03:00
b570a4e7ea CMakeLists.txt: fix std::atomic<T> linking (add -latommic)
timur pushed to master at timur/RaptorEagleV 2024-12-19 08:23:45 +03:00
50e457f046 RaptorEagleCCD::_cameraStatus is now usefull
timur pushed to master at timur/RaptorEagleV 2024-12-18 18:07:07 +03:00
3fee70b445 add CAMERA_STATUS attribute (still unusable)