Skip to content

Commit 0ff2663

Browse files
committed
input file formatted
input sections updated
1 parent 3a32733 commit 0ff2663

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

pyDCONTINPALS/pyDCONTINPALSInput.py

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@
2929
__roi_end = 7400
3030

3131
# file path (and name) to the SPECTRUM data:
32-
__usingRefSpectrum = True # if FALSE the '__irfXXX' related parameters are considered
32+
33+
__usingRefSpectrum = True # if set to FALSE the '__irfXXX' related parameters are considered
3334

3435
__filePathSpec = 'testData/spectrum_10ps.dat'
3536
__specDataDelimiter = '\t'
@@ -42,13 +43,14 @@
4243
__skipRows = 5;
4344

4445
# fixed mono-decay component in units of picoseconds [ps] (1/lambda = tau):
46+
4547
# Note: set to something like 1E-6 if you provide numerical IRF data as input
4648
__tau_monoDecaySpec_in_ps = 182. #[ps]
4749

48-
__t_zero = 2000
49-
__irf_fwhm = [270.04,498.63]
50-
__irf_intensity = [0.9382,0.0618]
51-
__irf_t0 = [0.,6.6]
50+
__t_zero = 2000 # channel number
51+
__irf_fwhm = [270.04,498.63] # [ps]
52+
__irf_intensity = [0.9382,0.0618] # [ps]
53+
__irf_t0 = [0.,6.6] # [ps]
5254

5355
# grid of characteristic lifetimes with equally distributed grid points defining the resulting intensity spectrum
5456
__gridTau_start = 10.0 # [ps]

0 commit comments

Comments
 (0)