Download Latest Version QCustomPlot-sharedlib.tar (10.2 kB)
Email in envelope

Get an email when there's a new version of PhotonLoop

Home / drv / bin / release
Name Modified Size InfoDownloads / Week
Parent folder
HvDriverPlugin.lib 2017-11-22 3.4 kB
DummyDriverPlugin.lib 2017-11-22 3.4 kB
HvDriverPlugin.dll 2017-11-22 11.3 kB
DummyDriverPlugin.dll 2017-11-22 10.2 kB
Totals: 4 Items   28.3 kB 3
//-------------------------------------------
// 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. 
Source: README, updated 2017-11-22