Set the initial data and t0 bins in the tutorial test file to 1.
This commit is contained in:
parent
9c3ec29d85
commit
fa02394364
10
autogen.sh
10
autogen.sh
@ -79,11 +79,11 @@ then
|
||||
autoreconf && exit 0
|
||||
else
|
||||
echo "" && \
|
||||
echo "+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++" && \
|
||||
echo "+ This script prepares the building environment for the configuration of musrfit. +" && \
|
||||
echo "+ During this process some informative messages might appear which can safely be +" && \
|
||||
echo "+ ignored as long as they are not tagged as errors. +" && \
|
||||
echo "+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++" && \
|
||||
echo "+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++" && \
|
||||
echo "+ This script prepares the building environment for the configuration of +" && \
|
||||
echo "+ musrfit. During this process some informative messages might appear which +" && \
|
||||
echo "+ can safely be ignored as long as they are not tagged as errors. +" && \
|
||||
echo "+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++" && \
|
||||
echo "" && \
|
||||
echo ">> libtoolize" && \
|
||||
$LIBTOOLIZE --force && \
|
||||
|
@ -45,8 +45,8 @@ backgr.fit 2
|
||||
lifetimecorrection
|
||||
map 3 0 0 0 0 0 0 0 0 0
|
||||
forward 3
|
||||
data 1000 8000
|
||||
t0 800
|
||||
data 1 8000
|
||||
t0 1
|
||||
fit 0 4.9
|
||||
packing 20
|
||||
|
||||
@ -57,8 +57,8 @@ backgr.fit 5
|
||||
lifetimecorrection
|
||||
map 6 0 0 0 0 0 0 0 0 0
|
||||
forward 4
|
||||
data 1000 7999
|
||||
t0 800
|
||||
data 1 7999
|
||||
t0 1
|
||||
fit 0 4.9
|
||||
packing 20
|
||||
|
||||
@ -69,8 +69,8 @@ backgr.fit 8
|
||||
#lifetimecorrection
|
||||
map 9 0 0 0 0 0 0 0 0 0
|
||||
forward 5
|
||||
data 1000 8003
|
||||
t0 800
|
||||
data 1 8003
|
||||
t0 1
|
||||
fit 0 4.9
|
||||
packing 20
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user