|
| 1 | +/**************************************************************************** |
| 2 | +** |
| 3 | +** DDRS4PALS, a software for the acquisition of lifetime spectra using the |
| 4 | +** DRS4 evaluation board of PSI: https://www.psi.ch/drs/evaluation-board |
| 5 | +** |
| 6 | +** Copyright (C) 2016-2021 Danny Petschke |
| 7 | +** |
| 8 | +** This program is free software: you can redistribute it and/or modify |
| 9 | +** it under the terms of the GNU General Public License as published by |
| 10 | +** the Free Software Foundation, either version 3 of the License, or |
| 11 | +** (at your option) any later version. |
| 12 | +** |
| 13 | +** This program is distributed in the hope that it will be useful, |
| 14 | +** but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 15 | +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 16 | +** GNU General Public License for more details. |
| 17 | +** |
| 18 | +** You should have received a copy of the GNU General Public License |
| 19 | +** along with this program. If not, see http://www.gnu.org/licenses/. |
| 20 | +** |
| 21 | +***************************************************************************** |
| 22 | +** |
| 23 | +** @author: Danny Petschke |
| 24 | + |
| 25 | +** |
| 26 | +***************************************************************************** |
| 27 | +** |
| 28 | +** related publications: |
| 29 | +** |
| 30 | +** when using DDRS4PALS for your research purposes please cite: |
| 31 | +** |
| 32 | +** DDRS4PALS: A software for the acquisition and simulation of lifetime spectra using the DRS4 evaluation board: |
| 33 | +** https://www.sciencedirect.com/science/article/pii/S2352711019300676 |
| 34 | +** |
| 35 | +** and |
| 36 | +** |
| 37 | +** Data on pure tin by Positron Annihilation Lifetime Spectroscopy (PALS) acquired with a semi-analog/digital setup using DDRS4PALS |
| 38 | +** https://www.sciencedirect.com/science/article/pii/S2352340918315142?via%3Dihub |
| 39 | +** |
| 40 | +** when using the integrated simulation tool /DLTPulseGenerator/ of DDRS4PALS for your research purposes please cite: |
| 41 | +** |
| 42 | +** DLTPulseGenerator: A library for the simulation of lifetime spectra based on detector-output pulses |
| 43 | +** https://www.sciencedirect.com/science/article/pii/S2352711018300530 |
| 44 | +** |
| 45 | +** Update (v1.1) to DLTPulseGenerator: A library for the simulation of lifetime spectra based on detector-output pulses |
| 46 | +** https://www.sciencedirect.com/science/article/pii/S2352711018300694 |
| 47 | +** |
| 48 | +** Update (v1.2) to DLTPulseGenerator: A library for the simulation of lifetime spectra based on detector-output pulses |
| 49 | +** https://www.sciencedirect.com/science/article/pii/S2352711018301092 |
| 50 | +** |
| 51 | +** Update (v1.3) to DLTPulseGenerator: A library for the simulation of lifetime spectra based on detector-output pulses |
| 52 | +** https://www.sciencedirect.com/science/article/pii/S235271101930038X |
| 53 | +**/ |
| 54 | + |
1 | 55 | #include "drs4blinkinglight.h" |
2 | 56 | #include "ui_drs4blinkinglight.h" |
3 | 57 |
|
|
0 commit comments