File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 '
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]
You can’t perform that action at this time.
0 commit comments