File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 29
29
__roi_end = 7400
30
30
31
31
# 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
33
34
34
35
__filePathSpec = 'testData/spectrum_10ps.dat'
35
36
__specDataDelimiter = '\t '
42
43
__skipRows = 5 ;
43
44
44
45
# fixed mono-decay component in units of picoseconds [ps] (1/lambda = tau):
46
+
45
47
# Note: set to something like 1E-6 if you provide numerical IRF data as input
46
48
__tau_monoDecaySpec_in_ps = 182. #[ps]
47
49
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]
52
54
53
55
# grid of characteristic lifetimes with equally distributed grid points defining the resulting intensity spectrum
54
56
__gridTau_start = 10.0 # [ps]
You can’t perform that action at this time.
0 commit comments