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

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

Home / lib / qcustomplot2 / qcustomplot / examples / interactions
Name Modified Size InfoDownloads / Week
Parent folder
mainwindow.cpp 2017-11-22 12.0 kB
mainwindow.h 2017-11-22 832 Bytes
mainwindow.ui 2017-11-22 4.0 kB
interaction-example.pro 2017-11-22 448 Bytes
main.cpp 2017-11-22 166 Bytes
Totals: 5 Items   17.5 kB 0
//-------------------------------------------
// 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