Skip to content

Commit eab536d

Browse files
author
dpscience
committed
input file: comment added
input file: comment added
1 parent 3c442cd commit eab536d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

DReconvolutionInput.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@
3939
#channel/bin resolution [ps]
4040
__channelResolutionInPs = 5.0
4141

42-
#expected lifetimes (tau) -> start values (levenberg marquardt fit)
42+
#expected lifetimes (tau) -> start values in [ps] (required for the levenberg marquardt fit)
43+
#note: only the first '__numberOfExpDec' related values are considered (e.g.: for __numberOfExpDec = 2 --> __expectedTau_1_in_ps AND __expectedTau_2_in_ps)
4344
__expectedTau_1_in_ps = 160.0;
4445
__expectedTau_2_in_ps = 455.0;
4546
__expectedTau_3_in_ps = 160.0;

0 commit comments

Comments
 (0)