Commit 71d84845 authored by Zolnierczuk, Piotr's avatar Zolnierczuk, Piotr
Browse files

updated test macro this fixes issue #19

parent 54b1232d
Loading
Loading
Loading
Loading
+12 −10
Original line number Diff line number Diff line
@@ -16,20 +16,22 @@ histo q nbins 2 min 0.03/A max 0.07/A
datapath /SNS/NSE/IPTS-25952

read s10190.echo as res !  8A Q=0.050
read s10556.echo as sam !  8A Q=0.050!

match all
fit res

read s10556.echo as sam !  8A Q=0.050!
match all


! here masking produces warning
! here masking used to produce a warning (fixed)
mask tau set 2 run 10556
fit  sample flag offset phase_offset 45.0
collect
cp last_sqt.dat one.dat

fit   sample flag offset phase_offset 90.0
!collect 
! clear masking and try again
mask tau clear 2

! here masking works
! mask tau set 2 run 10556
!collect
! here masking worked and still does
fit  sample flag offset phase_offset 45.0
mask tau set 2 run 10556
collect
cp last_sqt.dat two.dat