Name | Modified | Size | Downloads / Week |
---|---|---|---|
src | 2017-11-22 | ||
shared | 2017-11-22 | ||
lib | 2017-11-22 | ||
drv | 2017-11-22 | ||
build | 2017-11-22 | ||
bin | 2017-11-22 | ||
README | 2017-11-22 | 1.2 kB | |
Totals: 7 Items | 1.2 kB | 468 |
//------------------------------------------- // PHOTONLOOP // An Adaptive Optics Software // Copyright (C) 2017 Jacopo Mocci // mailto::jacopo.mocci@outlook.it // // This program comes with ABSOLUTELY NO // WARRANTY. This is free software, and you // are welcome to redistribute it under // certain conditions (GPLv3 License). // // Aknowledgments: // Università di Verona // CNR IFN of Padova // The Qt Framework // Eigen // QCustomPlot //------------------------------------------- OVERVIEW PhotonLoop is an AO software for measuring and controlling incoming wavefront aberrations. It connects to the Deformable Mirror (DM) and Wavefront Sensor (WFS) to close the loop. The project is done in C++. Third party libraries used: - Qt (LGPL) - Eigen (MIT) - QCustomPlot (GPL) INSTALL (Windows) Open the projects in Qt Creator (tested on Qt 5.9.2, MSVC 2017 64bit). To compile the PhotonLoop project, open ./src/PhotonLoop.pro. To compile the PhotonLoop drivers, open ./drv/src/PhotonLoopDrivers.pro. You can also use the precompiled binary (x64) in ./bin/release. The project is dependent on the Qt framework binaries, QCustomPlot library and iDS uEye libraries.