-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
resolved: pulse-shape data loading has been skipped
- Loading branch information
Showing
6 changed files
with
120 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,57 @@ | ||
/**************************************************************************** | ||
** | ||
** DDRS4PALS, a software for the acquisition of lifetime spectra using the | ||
** DRS4 evaluation board of PSI: https://www.psi.ch/drs/evaluation-board | ||
** | ||
** Copyright (C) 2016-2021 Danny Petschke | ||
** | ||
** This program is free software: you can redistribute it and/or modify | ||
** it under the terms of the GNU General Public License as published by | ||
** the Free Software Foundation, either version 3 of the License, or | ||
** (at your option) any later version. | ||
** | ||
** This program is distributed in the hope that it will be useful, | ||
** but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
** GNU General Public License for more details. | ||
** | ||
** You should have received a copy of the GNU General Public License | ||
** along with this program. If not, see http://www.gnu.org/licenses/. | ||
** | ||
***************************************************************************** | ||
** | ||
** @author: Danny Petschke | ||
** @contact: [email protected] | ||
** | ||
***************************************************************************** | ||
** | ||
** related publications: | ||
** | ||
** when using DDRS4PALS for your research purposes please cite: | ||
** | ||
** DDRS4PALS: A software for the acquisition and simulation of lifetime spectra using the DRS4 evaluation board: | ||
** https://www.sciencedirect.com/science/article/pii/S2352711019300676 | ||
** | ||
** and | ||
** | ||
** Data on pure tin by Positron Annihilation Lifetime Spectroscopy (PALS) acquired with a semi-analog/digital setup using DDRS4PALS | ||
** https://www.sciencedirect.com/science/article/pii/S2352340918315142?via%3Dihub | ||
** | ||
** when using the integrated simulation tool /DLTPulseGenerator/ of DDRS4PALS for your research purposes please cite: | ||
** | ||
** DLTPulseGenerator: A library for the simulation of lifetime spectra based on detector-output pulses | ||
** https://www.sciencedirect.com/science/article/pii/S2352711018300530 | ||
** | ||
** Update (v1.1) to DLTPulseGenerator: A library for the simulation of lifetime spectra based on detector-output pulses | ||
** https://www.sciencedirect.com/science/article/pii/S2352711018300694 | ||
** | ||
** Update (v1.2) to DLTPulseGenerator: A library for the simulation of lifetime spectra based on detector-output pulses | ||
** https://www.sciencedirect.com/science/article/pii/S2352711018301092 | ||
** | ||
** Update (v1.3) to DLTPulseGenerator: A library for the simulation of lifetime spectra based on detector-output pulses | ||
** https://www.sciencedirect.com/science/article/pii/S235271101930038X | ||
**/ | ||
|
||
#include "drs4blinkinglight.h" | ||
#include "ui_drs4blinkinglight.h" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,57 @@ | ||
/**************************************************************************** | ||
** | ||
** DDRS4PALS, a software for the acquisition of lifetime spectra using the | ||
** DRS4 evaluation board of PSI: https://www.psi.ch/drs/evaluation-board | ||
** | ||
** Copyright (C) 2016-2021 Danny Petschke | ||
** | ||
** This program is free software: you can redistribute it and/or modify | ||
** it under the terms of the GNU General Public License as published by | ||
** the Free Software Foundation, either version 3 of the License, or | ||
** (at your option) any later version. | ||
** | ||
** This program is distributed in the hope that it will be useful, | ||
** but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
** GNU General Public License for more details. | ||
** | ||
** You should have received a copy of the GNU General Public License | ||
** along with this program. If not, see http://www.gnu.org/licenses/. | ||
** | ||
***************************************************************************** | ||
** | ||
** @author: Danny Petschke | ||
** @contact: [email protected] | ||
** | ||
***************************************************************************** | ||
** | ||
** related publications: | ||
** | ||
** when using DDRS4PALS for your research purposes please cite: | ||
** | ||
** DDRS4PALS: A software for the acquisition and simulation of lifetime spectra using the DRS4 evaluation board: | ||
** https://www.sciencedirect.com/science/article/pii/S2352711019300676 | ||
** | ||
** and | ||
** | ||
** Data on pure tin by Positron Annihilation Lifetime Spectroscopy (PALS) acquired with a semi-analog/digital setup using DDRS4PALS | ||
** https://www.sciencedirect.com/science/article/pii/S2352340918315142?via%3Dihub | ||
** | ||
** when using the integrated simulation tool /DLTPulseGenerator/ of DDRS4PALS for your research purposes please cite: | ||
** | ||
** DLTPulseGenerator: A library for the simulation of lifetime spectra based on detector-output pulses | ||
** https://www.sciencedirect.com/science/article/pii/S2352711018300530 | ||
** | ||
** Update (v1.1) to DLTPulseGenerator: A library for the simulation of lifetime spectra based on detector-output pulses | ||
** https://www.sciencedirect.com/science/article/pii/S2352711018300694 | ||
** | ||
** Update (v1.2) to DLTPulseGenerator: A library for the simulation of lifetime spectra based on detector-output pulses | ||
** https://www.sciencedirect.com/science/article/pii/S2352711018301092 | ||
** | ||
** Update (v1.3) to DLTPulseGenerator: A library for the simulation of lifetime spectra based on detector-output pulses | ||
** https://www.sciencedirect.com/science/article/pii/S235271101930038X | ||
**/ | ||
|
||
#ifndef DRS4BLINKINGLIGHT_H | ||
#define DRS4BLINKINGLIGHT_H | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters