Skip to content

Commit 61e0ba7

Browse files
author
dpscience
committed
test data set provided
test data set: spectrum + irf (5ps channel resolution)
1 parent 36747b0 commit 61e0ba7

3 files changed

Lines changed: 20060 additions & 0 deletions

File tree

README.md

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,52 @@
11
# DLTReconvolution
2+
Copyright (c) 2016-2018 Danny Petschke (danny.petschke@uni-wuerzburg.de). All rights reserved.<br><br>
23
DLTReconvolution - A Python based Software for the Analysis of Lifetime Spectra using the numerical Reconvolution Algorithm
4+
5+
# Short Introduction
6+
7+
8+
9+
# How to cite this Software?
10+
11+
You can cite all versions by using the <b>DOI 10.5281/zenodo.1219522</b>. This DOI represents all versions, and will always resolve to the latest one.<br>
12+
13+
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.1219522.svg)](https://doi.org/10.5281/zenodo.1219522)
14+
15+
## v1.x
16+
DLTReconvolution v1.0:<br>[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.1219523.svg)](https://doi.org/10.5281/zenodo.1219523)<br>
17+
18+
#### requirements:
19+
- [LMFIT](https://lmfit.github.io/lmfit-py/model.html)
20+
- [NumPy](http://www.numpy.org/)
21+
- [matplotlib](https://matplotlib.org/)<br>
22+
23+
#### [WinPython](https://sourceforge.net/projects/winpython/) meets all requirements.
24+
25+
# License (BSD-3-Clause)
26+
27+
Redistribution and use in source and binary forms, with or without modification,<br>
28+
are permitted provided that the following conditions are met:<br><br>
29+
30+
1. Redistributions of source code must retain the above copyright notice<br>
31+
this list of conditions and the following disclaimer.<br><br>
32+
33+
2. Redistributions in binary form must reproduce the above copyright notice,<br>
34+
this list of conditions and the following disclaimer in the documentation<br>
35+
and/or other materials provided with the distribution.<br><br>
36+
37+
3. Neither the name of the copyright holder "Danny Petschke" nor the names of<br>
38+
its contributors may be used to endorse or promote products derived from <br>
39+
this software without specific prior written permission.<br><br>
40+
41+
42+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS<br>
43+
OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF<br>
44+
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE<br>
45+
COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,<br>
46+
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF<br>
47+
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)<br>
48+
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR<br>
49+
TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,<br>
50+
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.<br>
51+
52+
see also [BSD-3-Clause License](https://opensource.org/licenses/BSD-3-Clause)

0 commit comments

Comments
 (0)