From 25bfa1f66b247fd8e257a3cda165ccb2aadeba52 Mon Sep 17 00:00:00 2001
From: Andreas Suter
Date: Wed, 15 May 2019 10:14:39 +0200
Subject: [PATCH] update of the docu.
---
AUTHORS | 5 +-
CMakeLists.txt | 2 +-
ChangeLog | 5 ++
INSTALL | 7 +-
README | 16 +++--
README.md | 32 +++++----
cmake/CPackOptions.cmake.in | 2 +-
doc/html/.buildinfo | 2 +-
doc/html/_sources/acknowledgement.txt | 8 ++-
doc/html/acknowledgement.html | 18 +++--
doc/html/any2many.html | 14 ++--
doc/html/bugtracking.html | 14 ++--
doc/html/cite.html | 14 ++--
doc/html/genindex.html | 28 ++++----
doc/html/index.html | 14 ++--
doc/html/msr2data.html | 14 ++--
doc/html/mupp.html | 14 ++--
doc/html/musr-root.html | 14 ++--
doc/html/musredit.html | 14 ++--
doc/html/objects.inv | Bin 1913 -> 1927 bytes
doc/html/search.html | 14 ++--
doc/html/searchindex.js | 2 +-
doc/html/setup-dks.html | 14 ++--
doc/html/setup-standard.html | 14 ++--
doc/html/tutorial.html | 14 ++--
doc/html/user-libs.html | 14 ++--
doc/html/user-manual.html | 92 ++++++++++++++++++++------
27 files changed, 241 insertions(+), 160 deletions(-)
diff --git a/AUTHORS b/AUTHORS
index 9597edf6..67f21365 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,7 +1,5 @@
#---------------------------------------------------------------------
# AUTHORS
-# Andreas Suter, 2009/06/21
-# $Id: AUTHORS 4013 2009-06-21
#---------------------------------------------------------------------
Andreas Suter
@@ -10,6 +8,9 @@ Andreas Suter
Bastian M. Wojek
msr2data; initial testing; full initial documentation; BMWlibs;
+Zaher Salman
+ beta-NMR and web-interface
+
#---------------------------------------------------------------------
# this is the end ...
#---------------------------------------------------------------------
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 90423d17..d7e831c0 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,7 +1,7 @@
# - musrfit
cmake_minimum_required(VERSION 3.6)
-project(musrfit VERSION 1.4.3 LANGUAGES C CXX)
+project(musrfit VERSION 1.5.0 LANGUAGES C CXX)
#--- musrfit specific options -------------------------------------------------
option(nexus "build optional NeXus support. Needed for ISIS" OFF)
diff --git a/ChangeLog b/ChangeLog
index aff89d1a..6d003e47 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -12,6 +12,11 @@ or
https://bitbucket.org/muonspin/musrfit/commits/all
+Release of V1.5.0, 2019/05/15
+=============================
+
+Added beta-NMR support (thanks to Zaher Salman).
+
Release of V1.4.2, 2019/03/08
=============================
diff --git a/INSTALL b/INSTALL
index 7e1dc31b..f1f97fda 100644
--- a/INSTALL
+++ b/INSTALL
@@ -34,16 +34,17 @@ An example with NeXus support and BMWlibs needed would look like this
make install (as superuser -- maybe)
/sbin/ldconfig (as superuser)
-If all goes well, you should be good to go ;-)
+In the optimal case everything is ready to be used ;-)
#----------------------------------
# Link to the documentation
#----------------------------------
-More information regarding software requirements and installation can be found at
+More information regarding software requirements and the installation process
+can be found here:
http://lmu.web.psi.ch/musrfit/user/MUSR/MusrFitSetup.html
#---------------------------------------------------------------------
-# good luck ...
+# this is the end ...
#---------------------------------------------------------------------
diff --git a/README b/README
index 71453f0e..78f75d6e 100644
--- a/README
+++ b/README
@@ -1,13 +1,13 @@
README
------
-musrfit - muSR data analysis package
+musrfit - muSR and beta-NMR data analysis package
Contents
--------
This is a data analysis package to analyze time differential muSR and beta-NMR data.
-Currently it allows the following,
+Currently it allows the following:
* set up most commonly used fitting functions for muSR and beta-NMR
* fit data, including global fits
@@ -24,16 +24,20 @@ Currently supported platforms
* Linux
* Mac OS X
-* Windows - not really, only for experts
+* Windows 10 1809 or newer - current state is for the commited ones
* Web based implementation - http://musruser.psi.ch/cgi-bin/musrfit.cgi
Documentation
-------------
-For a more extensive user documentation see:
+For a more exhaustive user documentation see:
http://lmu.web.psi.ch/musrfit/user/html/index.html
-Contact
+Contacts
-
+
+
+ For the beta-NMR related parts, please contact
+
+
diff --git a/README.md b/README.md
index 0b62ef8b..71c77d81 100644
--- a/README.md
+++ b/README.md
@@ -2,24 +2,25 @@
### Contents ###
-This is a data analysis package to analyze time differential muSR and beta-NMR data.
-Currently it allows the following things:
+This is a data analysis package to analyze time differential muSR and beta-NMR data.
+Currently it allows the following:
-* setting up most commonly used fitting functions for muSR and beta-NMR
-* fitting data, including global fits
-* showing the fit results and the residuals
-* showing the Fourier transform of the data
-* extracting easily the fitting parameters to be used in other programs (gnuplot, qtiplot/origin, ...)
-* allows to generate fitting input files for follow-up runs
-* allows to generate global fitting input files based on a single run template
-* allows to implement more sophisticated user functions
+* set up most commonly used fitting functions for muSR and beta-NMR
+* fit data, including global fits
+* show the fit results and the residuals
+* show the Fourier transform of the data
+* easily extract the fit parameters and import in other programs (gnuplot, qtiplot/origin, ...)
+* generate input fitting files for follow-up runs
+* generate global input fitting files based on a single run template
+* implement more sophisticated user functions
(e.g. GL vortex lattice, Meissner screening including low-energy muon stopping profiles)
### Currently supported platforms: ###
* Linux
* Mac OS X
-* Windows - not really, but possible.
+* Windows 10 1809 or newer - current state is for the commited ones
+* Web based implementation - http://musruser.psi.ch/cgi-bin/musrfit.cgi
### Documentation ####
@@ -27,6 +28,11 @@ For a more exhaustive user documentation see:
http://lmu.web.psi.ch/musrfit/user/html/index.html
-### Contact ###
+### Contacts ###
+
+
+
+For the beta-NMR related parts, please contact
+
+
-
\ No newline at end of file
diff --git a/cmake/CPackOptions.cmake.in b/cmake/CPackOptions.cmake.in
index 49333f91..8ca0a012 100644
--- a/cmake/CPackOptions.cmake.in
+++ b/cmake/CPackOptions.cmake.in
@@ -28,7 +28,7 @@ if (${CPACK_GENERATOR} STREQUAL "RPM")
set (CPACK_INSTALL_PREFIX "@CMAKE_INSTALL_PREFIX@")
set (CPACK_PACKAGING_INSTALL_PREFIX "@CMAKE_INSTALL_PREFIX@")
set (CPACK_RPM_FILE_NAME "RPM-DEFAULT")
- set (CPACK_RPM_PACKAGE_RELEASE "2")
+ set (CPACK_RPM_PACKAGE_RELEASE "1")
# next variable for RHEL, CentOS, Fedfora
set (CPACK_RPM_PACKAGE_RELEASE_DIST "")
set (CPACK_RPM_PACKAGE_LICENSE "GPLv2")
diff --git a/doc/html/.buildinfo b/doc/html/.buildinfo
index a71db440..9911b6ad 100644
--- a/doc/html/.buildinfo
+++ b/doc/html/.buildinfo
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
-config: 39df8dc76b5eba2fef9a1560a07e9143
+config: 20df816aeaa22714f2d1b51daabf53ca
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/doc/html/_sources/acknowledgement.txt b/doc/html/_sources/acknowledgement.txt
index c7786c4a..7e8c47fa 100644
--- a/doc/html/_sources/acknowledgement.txt
+++ b/doc/html/_sources/acknowledgement.txt
@@ -13,4 +13,10 @@ Acknowledgements
**Uldis Locans**
I am very much indebted to Uldis work on :ref:`DKS ` enabling the GPU support for ``musrfit``. His kind, calm, and
- extremely competent way to deal with his projects as well as to deal with the chaos of physicists way to think is admirable. Many thanks Uldis!
\ No newline at end of file
+ extremely competent way to deal with his projects as well as to deal with the chaos of physicists way to think is admirable. Many thanks Uldis!
+
+**Zaher Salman**
+ Thanks for his beta-NMR and web-interface contributions to ``musrfit``!
+
+**Robert Scheuermann**
+ Thanks for his constant contructive input on ``musrfit``!
diff --git a/doc/html/acknowledgement.html b/doc/html/acknowledgement.html
index d9bc68bb..e9b88234 100644
--- a/doc/html/acknowledgement.html
+++ b/doc/html/acknowledgement.html
@@ -6,7 +6,7 @@
- Acknowledgements — musrfit 1.4.2 documentation
+ Acknowledgements — musrfit 1.5.0 documentation
@@ -14,7 +14,7 @@
-
+
@@ -41,7 +41,7 @@
@@ -59,6 +59,10 @@ largest part of the user manual of DKS enabling the GPU support for musrfit. His kind, calm, and
extremely competent way to deal with his projects as well as to deal with the chaos of physicists way to think is admirable. Many thanks Uldis!
+
Zaher Salman
+
Thanks for his beta-NMR and web-interface contributions to musrfit!
+
Robert Scheuermann
+
Thanks for his constant contructive input on musrfit!
@@ -108,12 +112,12 @@ extremely competent way to deal with his projects as well as to deal with the ch
diff --git a/doc/html/searchindex.js b/doc/html/searchindex.js
index b403ced5..d0687193 100644
--- a/doc/html/searchindex.js
+++ b/doc/html/searchindex.js
@@ -1 +1 @@
-Search.setIndex({filenames:["acknowledgement","any2many","bugtracking","cite","index","msr2data","mupp","musr-root","musredit","tutorial","user-libs","user-manual","setup-standard","setup-dks"],titles:["Acknowledgements","any2many - a Universal \u03bcSR-file-format converter","Bugtracking","How to Cite musrfit?","Welcome to the musrfit documentation!","msr2data - A Program for Automatically Processing Multiple musrfit msr Files","mupp - \u03bcSR Parameter Plotter","MusrRoot - an Extensible Open File Format for \u03bcSR","musredit: the GUI Based Interface to musrfit","Tutorial for musrfit","Documentation of user libs (user functions)","User manual","Setting up musrfit on Different Platforms","Setting up musrfit / DKS: High Speed Fitting with GPU’s"],terms:{"\u03b1":[1,10,13,5,0,3,11,9,6,12,7,8],"\u03b2":[],"\u03b4":[1,10,13,5,0,3,11,9,6,12,7,8],"\u03b7":[1,10,13,5,0,3,11,9,6,12,7,8],"\u03b5":[1,10,13,5,0,3,11,9,6,12,7,8],"\u03b3":[1,10,13,5,0,3,11,9,6,12,7,8],"\u03b9":[1,10,13,5,0,3,11,9,6,12,7,8],"\u03ba":[1,10,13,5,0,3,11,9,6,12,7,8],"\u03c7":[1,10,13,5,0,3,11,9,6,12,7,8],"\u03bb":[1,10,13,5,0,3,11,9,6,12,7,8],"\u03bc":[4,1,10,5,13,0,3,11,9,6,12,7,8],"\u03bd":[1,10,13,5,0,3,11,9,6,12,7,8],"\u03bf":[1,10,13,5,0,3,11,9,6,12,7,8],"\u03c9":[1,10,13,5,0,3,11,9,6,12,7,8],"\u03c0":[1,10,13,5,0,3,11,9,6,12,7,8],"\u03c6":[1,10,13,5,0,3,11,9,6,12,7,8],"\u03c8":[1,10,13,5,0,3,11,9,6,12,7,8],"\u03c1":[1,10,13,5,0,3,11,9,6,12,7,8],"\u03c2":[1,10,13,5,0,3,11,9,6,12,7,8],"\u03c3":[1,10,13,5,0,3,11,9,6,12,7,8],"\u03c4":[1,10,13,5,0,3,11,9,6,12,7,8],"\u03b8":[1,10,13,5,0,3,11,9,6,12,7,8],"\u03c5":[1,10,13,5,0,3,11,9,6,12,7,8],"\u03be":[1,10,13,5,0,3,11,9,6,12,7,8],"\u03b6":[1,10,13,5,0,3,11,9,6,12,7,8],bastian:0,wojek:[0,5,3],veri:[0,11,9,12,7,8],much:[0,11,6,7,8],indebt:0,bmw:[],rigor:0,test:[12,0,8],musrfit:[],mani:[10,5,0,11,12,7,8],suggest:[12,0,5],contribut:[9,10,0,11],largest:0,part:[10,0,3,11,9,12,7,8],user:[],manual:[],which:[10,13,5,0,11,9,6,12,7,8],make:[13,0,11,12,7,8],access:[],broader:0,audienc:0,thank:0,uldi:0,locan:[13,0,3],work:[10,13,5,0,11,12,7,8],enabl:[],gpu:[],support:[],kind:[7,10,0],calm:0,extrem:0,compet:0,wai:[10,13,5,0,11,9,6,12,7,8],deal:[10,13,0,11,9,12,7],project:[12,0],well:[10,13,5,0,11,9],chao:0,physicist:0,think:0,admir:0,allow:[1,10,13,5,11,6,12,7,8],most:[1,10,13,5,11,12,7],from:[],other:[1,13,11,9,6,12,7],detail:[1,10,13,11,9,12,7,8],descript:[],see:[1,10,13,5,11,9,6,12,7,8],here:[1,13,5,11,9,6,12,7,8],report:2,bug:[2,8],request:[11,9,6,2,12],"new":[5,11,9,2,12,7,8],featur:[],improv:[2,12,10],pleas:[10,5,3,11,9,2,12,7],bitbucket:[2,12,11],repo:[13,2,12],prefer:[2,12,11,8],send:[2,11],mail:2,suter:[2,13,3],psi:[10,13,11,9,2,12,7,8],sinc:[13,5,11,3,9,12,7],quit:[11,3,12,7,8],some:[],effort:3,develop:[],mainten:[7,3],packag:[],you:[13,11,3,6,12,7,8],should:[10,13,5,3,11,9,6,12,7,8],least:[5,11,3,9,12],your:[13,5,11,3,12,8],"public":[12,10,11,3],have:[10,13,5,3,11,9,12,7,8],analyz:[],data:[],even:[5,11,3,12,7],better:[11,5,3],cours:[12,11,5,3],properli:[13,11,5,3],refer:[10,13,3,11,9,12,7,8],given:[10,13,5,3,11,9,6,12,7,8],beneath:[8,3],free:[10,11,3,12,7,8],platform:[],independ:[10,11,3],framework:[],analysi:[10,13,5,3,11,9,12,7],physic:[13,11,7,3],procedia:3,http:[10,13,11,3,12,7,8],doi:3,org:[12,3],phpro:3,high:[],speed:[],version:[10,13,3,11,6,12,7,8],util:[13,11,3,12,7],"case":[10,13,5,3,11,9,6,12,7,8],thi:[10,13,5,3,11,9,6,12,7,8],also:[10,13,5,3,11,9,6,12,7,8],add:[13,5,3,11,9,6,12,7,8],follow:[10,13,5,3,11,9,6,12,7,8],citat:3,adelmann:3,dynam:[13,3],kernel:[13,3],schedul:[13,3],comput:[13,12,3],commun:3,cpc:3,real:[13,11,3,9,12],time:[10,13,3,11,9,6,12,7,8],paramet:[],fit:[],imag:[9,11,3],reconstruct:3,graphic:[],process:[],unit:[9,11,7,3],conf:[13,12,3],proc:3,jpscp:3,tutori:[],singl:[],histogram:[],asymmteri:[],introduct:[],avail:[],execut:[],configur:[],basic:[],usag:[],msr:[],type:[],"function":[],technic:[],lib:[],meissner:[],profil:[],vortex:[],lattic:[],relat:[],nonloc:[],superconduct:[],screen:[],nmr:[],bnmr:[],set:[],differ:[],oper:[],system:[],softwar:[],requir:[],restrict:[],gnu:[],linux:[],window:[],mac:[],maco:[],tesla:[],k40c:[],nvidia:[],amd:[],card:[],radeon:[],"390x":[],opencl:[],musredit:[],gui:[],base:[],interfac:[],musrwiz:[],musrstep:[],mupp:[],plotter:[],script:[],summari:[],msr2data:[],program:[],automat:[],multipl:[],option:[],global:[],mode:[],known:[],limit:[],provid:[],musrroot:[],extens:[],open:[],concern:[],root:[],tmusrrunhead:[],concept:[],runinfo:[],detectorinfo:[],sampleenvironmentinfo:[],magneticfieldenvironmentinfo:[],beamlineinfo:[],exhaust:[],tree:[],includ:[],everyth:[],tmusrrunphysicalquant:[],possibl:[],represent:[],index:[4,5,11],search:[12,4,11],page:[4,13,9,12,7,8],origin:[10,11,5,8],written:[10,5,11,9,7,8],implement:[10,13,5,11,12,7,8],purpos:[9,12,5,11],input:[9,11,5,8],same:[10,13,5,11,9,6,12,7],summar:[9,5],result:[10,5,11,9,7,8],either:[10,5,11,9,6,12,8],triumf:[9,11,5,8],column:[5,11,9,7,8],ascii:[10,5,11,9,8],essenti:[11,7,5,8],collect:[10,5,11,9,6,12,7,8],old:[12,5,11],abridg:5,produc:[9,12,5,11],can:[10,13,5,11,9,6,12,7,8],view:[],instanc:[5,11,6,12,7],howev:[13,5,11,9,12],thei:[13,5,11,9,12,7],complet:[13,10,5,9,12],backward:[7,5,11],compat:[13,12,5,11],languag:5,name:[10,13,5,11,9,6,12,7,8],longer:5,than:[5,11,9,12,7,8],five:[9,5],six:5,charact:[5,11],order:[10,13,5,11,12,7],establish:5,need:[10,13,5,11,9,12,7,8],ensur:[5,11],correct:[5,11,9,12,8],length:[10,7,5],apart:[12,10,5],numer:[12,10,5],might:[10,5,11,6,12,7,8],principl:[12,10,5],four:5,call:[10,5,11,9,6,12,7,8],suppli:[13,10,5,11],number:[10,13,5,11,9,6,12,7,8],firstrunno:5,lastrunno:5,interv:[5,11],specifi:[10,5,11,9,12,7,8],through:[10,5,11,9,12,7],first:[10,13,5,11,9,6,12,7,8],last:[],condit:[10,5],necessari:[5,11,9,12,7,8],runlist:[5,11],where:[10,13,5,11,9,6,12,7,8],combin:[5,11,9,7,8],run0:5,run1:[5,11],run2:[5,11],runn:5,rang:[],step:[],sequenc:[9,5,11],posit:[9,7,5,11],integ:[7,5,11],etc:[13,5,11,12,7,8],runlistfilenam:5,contain:[],extern:[10,5,11,12,7],pass:[11,5,8],below:[10,5,11,9,12,7],all:[13,5,11,9,6,12,7,8],mandatori:[10,7,5,11],right:[10,5,11,9,12,7],after:[13,5,11,9,12,7,8],mean:[10,13,5,11,9,6,12,7,8],becom:[12,5],clear:[11,7,5,8],give:[5,11,9,12,7],exampl:[10,5,11,9,6,12,7,8],"_tf_h13":5,out:[13,5,11,9,6,12,7,8],chang:[13,5,11,12,8],"8472_tf_h13":5,"8473_tf_h13":5,"8474_tf_h13":5,"8470_tf_h13":5,directori:[10,13,5,11,9,12,7,8],put:[12,11,5,8],var1:5,var2:5,var3:5,comment:[13,5,11,6,12,7,8],empti:[8,11,5,6],line:[10,5,11,9,6,12,7,8],determin:[],label:[10,5,11,6,7,8],present:[10,13,5,11,9,6,12,7,8],preced:5,mention:[10,5,11,12,7],togeth:[5,11,9,12,7,8],abov:[10,13,5,11,9,6,12,7,8],output:[10,5,11,9,6,8],onli:[10,13,5,11,9,6,12,7,8],newli:[9,5,8],creat:[],did:[12,5],exist:[12,5,11],befor:[10,13,5,11,9,12,7,8],invok:[8,11,5,6],were:[11,7,5,8],alreadi:[13,5,11,12,8],would:[10,13,5,11,9,6,12,7,8],append:[12,5,11],been:[10,5,11,9,12,7,8],header:[],block:[],forc:[5,11],suppress:5,nohead:[5,8],shall:[10,5,11,9,12,7,8],seen:[9,7,5],later:[9,12,5,11],like:[10,13,5,11,6,12,7,8],behavior:[5,11],ani:[13,5,11,9,12,7,8],simpl:[10,5,11,9,12],"default":[13,5,11,12,8],dat:[10,5,11,9,6,8],delet:[7,5],inform:[],both:[12,10,5,11],none:[9,11,5,8],write:[],sole:[5,11],assum:[10,13,5,11,9,12,7,8],nosummari:[5,8],attempt:5,read:[],addit:[10,13,5,11,9,12,7,8],temperatur:[5,11,9,6,7],appli:[10,5,11,9,12,7],magnet:[10,7,5,8],field:[],paramlist:5,param:[8,11,5,6],select:[13,5,11,9,6,12,7,8],"export":[13,5,11,9,12],startno:5,endno:5,space:[12,10,5,11],separ:[5,11,9,12,8],outputfilenam:[5,11],instead:[10,13,5,11,6,12],equal:[9,5,11],insensit:5,addition:[5,11,9,12,8],"final":[10,5,11,9,12],templat:[9,11,5,8],perform:[5,11,9,6,12,7,8],mlog:[11,5,8],subsequ:[5,11],chain:[5,8],exclam:5,mark:[5,11],without:[],keep:[11,7,5,8],mn2:[5,11],done:[10,13,5,11,9,6,12,7],ignor:[11,5,6],titl:[],illustr:[5,11],few:[5,11,12,7,8],explan:[5,11],oabc:5,"8400_tf_h13":5,"8460_tf_h13":5,abc:5,about:[5,11,9,12,7],"_zf":5,def:5,"8472_zf":[5,8],"8500_zf":5,"8502_zf":5,"8503_zf":5,"8504_zf":5,"8507_zf":5,oghi:5,ouput:5,ghi:5,take:[10,5,11,9,12],"8471_tf_h13":5,"8475_tf_h13":5,bestdata:5,"8476_tf_h13":5,"8477_tf_h13":5,"8478_tf_h13":5,"8479_tf_h13":5,describ:[10,13,5,11,9,12,7,8],anoth:[5,11,6,7,8],each:[10,5,11,9,6,12,7],defin:[10,5,11,9,6,12,7,8],common:[12,5,11],specif:[10,5,11,9,12,7,8],when:[10,5,11,9,12,7,8],obtain:[10,7,5],valid:[],conjunct:[10,5,11],invoc:[5,11],state:[],idea:[9,7,5,11],basi:5,identifi:[5,11],tag:[10,5,11,9,6,12,8],current:[10,13,5,11,6,12,7,8],"0xu":5,digit:[5,11],lead:[10,5,11,7,8],zero:[5,11,9,7,8],end:[5,11,9,6,12,7,8],alpha0123:5,alpha00123456:5,fitparamet:[],exemplari:[5,11],"8472_exampl":5,could:[10,13,5,11,6,12,8],therefor:[10,5,11,9,12],look:[10,13,5,11,6,12,7,8],valu:[13,5,11,9,12,7,8],pos_error:[9,5,11],boundari:[10,5,11,9,8],phase:[10,5,11,9,8],asy8472:5,rate8472:5,treat:[12,5],wherea:[11,5,8],normal:[9,12,5,11],within:[10,5,11,9,6,12,7,8],appear:[5,11],explicitli:[11,5,8],theori:[],those:5,met:5,"try":[12,5,11],substitut:[9,12,5,11],them:[10,5,11,9,7,8],map:[],accordingli:[9,12,5,6],"_exampl":5,global_exampl:5,alwai:[10,7,5,11],start:[13,5,11,9,6,12,7,8],asy8471:5,rate8471:5,asy8470:5,rate8470:5,show:[5,11,9,6,7,8],reorgan:5,begin:[12,7,5,11],copi:[12,11,5,8],found:[10,13,5,11,9,12,7,8],dure:[10,5,11,6,12],affect:5,occurr:[12,5],awar:[12,5,11],fact:[12,5],propag:5,model:[],usual:[10,5],store:[10,5,12,7,8],reach:[5,11],goal:[5,11],obei:[5,11],certain:[10,5],rule:[11,7,5,8],match:[5,11],accord:[5,11,9,12,8],achiev:[9,12,5],easili:[13,12,5,8],shown:[5,11,9,6,7,8],globalfit:5,relev:[5,11,9,7,8],pre:[5,8],afterward:[10,13,5,11,6,12,7],special:[7,5,11],replac:[12,5,11],review:5,activ:[12,10,5,8],choos:[10,5,11,9,12,8],keyword:[5,11],onerunfit_exampl:5,onerunfit:5,everi:[12,11,5,6],similar:[12,5],explain:[10,13,5,11,9,12,7,8],moment:[12,10,7,5],peopl:[12,7,5],cannot:[10,5,11],behav:[10,5],integr:[10,5],filenam:[7,5,11],rightmost:5,highest:[12,5],treatabl:5,statist:[],itself:[9,5],more:[13,5,11,9,6,12,7,8],creativ:5,care:[12,5,11],addrun:[5,11],statement:[5,11],simpli:[12,5,11],probabl:[12,7,5],what:[10,13,5,11,9,12],two:[10,5,11,9,12,7,8],success:[9,7,5,11],encount:5,actual:[12,10,5,11],measur:[10,5,11,9,6,7,8],introduc:[9,7,5,11],reason:[9,12,5,11],shape:[10,5,11],design:[12,5],especi:[10,13,5,11,12,7],manipul:[11,5,8],front:[9,7,5,8],offer:[9,5,11],almost:[11,5,8],self:[5,8],explanatori:[5,8],depict:[5,11],under:[13,5,11,6,12,7,8],stai:5,enter:[13,12,5,8],otherwis:[13,12,5,11],serv:[9,5,11],second:[10,5,11,9,12,8],noth:[11,7,5,8],correspond:[5,11,9,6,12,7,8],littl:[8,11,6],helper:[12,8,7,6],quickli:[13,6],plot:[],handl:[10,11,6,12,7,8],heavili:[10,6],inspir:6,via:[],command:[],directli:[11,6,12,7,8],typic:[13,11,6,12,8],load:[10,6],dialog:[8,6],tri:[12,11,6],fly:[9,6],drag:[9,6],over:[12,11,6],axi:[10,11,9,6,7],wish:[11,6],click:[8,11,6],analog:6,remov:[11,6],often:[12,8,11,6],compar:[13,12,11,6],trend:6,hold:[11,7,6],energi:[10,7,6],scan:[11,6],now:[13,11,9,6,12],interest:[12,11,6],ditto:6,less:[12,11,6],error:[10,13,11,9,6,12,7,8],prone:[13,8,6],quicker:[11,6],button:[9,8,11,6],mupp_plot:6,applic:[10,13,11,6,12,8],refresh:6,reload:[8,6],beamtim:6,grow:6,task:6,mous:[11,6],gambl:6,futur:[12,8,6],plane:6,help:[13,11,6,12,8],cmd:[12,6],manner:[12,6],updat:[13,11,9,6,12],web:[11,6,12,7,8],interact:[9,10,11,6],figur:[11,7,6],loadpath:6,dir:6,path:[13,11,9,6,12,7,8],bash:[12,6],variabl:[],home:[10,13,11,6,12,7,8],accept:[8,11,6],coll:6,selectal:6,carri:[12,11,6],ybco:6,"40nm":6,t5k:6,fc150mt:6,escan:6,addx:6,addi:6,savepath:6,save:[10,11,9,6,12,7,8],place:[9,12,11,6],macro:6,fln:[11,6],txt:[12,6],t30k:6,t60k:6,t120k:6,fieldvsenergi:6,pdf:[11,6],"true":[10,11,7,6],best:[10,11,6,12,7],ever:[7,6],thie:6,labl:6,until:[9,7,11],bulk:[],instrument:[11,7,8],bin:[11,9,12,7,8],fix:[9,11,7,8],binari:[12,7],rather:[12,11,7,8],stringent:7,lem:[10,7,11],cern:[12,7,11],tightli:7,tailor:7,situat:[12,7,11],unsatisfactorili:7,henc:[13,11,9,12,7],decid:[12,7,11],move:[9,7,11],forward:[9,13,7,11],acquisit:7,mida:7,respons:[13,7,11],build:[],decai:[9,7,11],easi:[7,8],object:[],th1f:7,orient:[10,7],mine:7,frame:[13,7,11],tfile:7,eas:[12,7,11],understand:[7,11],upcom:7,definit:[9,7,11],thing:[13,11,12,7,8],check:[],guid:[13,7,11],organ:[11,7,8],similarli:[7,11],browser:7,inspect:7,tbrowser:7,deriv:[7,11],tobject:7,small:[10,13,11,12,7,8],subset:[7,11],tfolder:7,top:7,level:[7,11],tobjarrai:7,tobjstr:7,content:[12,7,11],form:[10,13,11,9,12,7],box:[13,7,8],entri:[7,11],sketch:[7,11],histo:[11,9,12,7,8],decayanamodul:7,hdecay001:7,hdecay002:7,scanamodul:7,hsampletemperatur:7,hsamplemagneticfield:7,detector001:7,detector002:7,hdecayxxx:7,xxx:7,"int":7,"03d":7,notat:[7,11],"class":[10,7,11],folder:[12,7],next:[10,13,11,12,7,8],section:[12,7,11],slow:7,control:[13,7,11],sampl:[13,9,10,7],versu:7,again:[13,11,12,7,8],meta:7,minim:[10,11,9,12,7],bracket:7,item:[7,11],detector:[10,11,9,7,8],environ:[],beamlin:[9,11,7,8],elabor:[13,7],word:7,sub:[9,12,7,11],intern:[11,7,8],tstring:7,git:[13,12,7,11],url:7,xsd:7,wrote:7,nemu_analyz:7,deltat_tdc_gps_4295:7,int_t:[7,11],iso:7,date:[9,7,11],stop:7,durat:7,sec:[7,11],laboratori:7,muon:[],beam:7,momentum:[9,10,7],mev:7,speci:7,neg:[],sourc:[],target:7,low:[10,7,11],setup:[13,12,7,11],cf1:7,wxy:7,resolut:[10,7],redgreen:[7,11],offset:[7,11],tintvector:7,except:[12,11,7,8],shortli:[7,11],discuss:[13,11,7,8],experi:[7,11],stimuli:7,electr:7,off:[7,11],doubl:[7,11],distinguish:7,easier:[12,7],let:7,sai:7,red:[13,11,9,12,7],green:[9,7,11],browsabl:7,string:[12,11,7,8],tobjstringv:7,quantiti:7,repres:[9,7,11],properti:[7,11],estim:[10,11,7,8],demand:[7,11],depend:[10,13,11,9,12,7,8],musrrootv:7,mock:7,print:[11,7,8],notic:[11,7,8],find:[13,11,12,7,8],encod:[10,11,12,7,8],price:7,pai:7,shade:7,"import":[7,11],approach:[12,7,11],standard:[13,12,7,11],"abstract":[7,11],text:[9,11,7,8],though:[12,7,8],clean:[13,12,7],lot:[7,11],"2nd":7,slightli:[13,11,7,8],advantag:[12,11,7,8],maintain:7,expand:7,classifi:7,group:[12,11,7,8],previou:[7,11],"float":7,point:[10,11,9,12,7,8],double_t:[7,11],tstringvector:7,tdoublevector:7,themselv:[10,7],vector:[10,7,11],code:[10,13,11,9,12,7],snippet:[7,11],reader:7,routin:[12,10,7,11],convers:[7,11],write_musrroot_runhead:7,full:[9,12,7,11],concentr:7,just:[13,10,11,12,7],prop:7,further:[],down:[9,11,7,8],deltat_tdc_gps_2871:7,come:[12,7,8],overload:7,pathnam:7,method:[7,11],tdc:[7,11],cf3:7,mrh_undefin:7,strang:7,fed:[7,11],whole:7,someth:[13,12,7,11],recreat:[7,8],iszombi:7,"return":[7,11],info:[],fillfold:7,close:[12,11,7,8],read_musrroot_runhead:7,getobject:7,cerr:[7,11],endl:[7,11],couldn:[7,11],get:[13,11,12,7,8],closefil:7,extractal:7,decod:7,fill:[9,7,11],getter:7,bool_t:[7,11],ival:7,cout:7,els:[12,11,7,8],getvalu:7,geterror:7,getunit:7,getdemand:7,getdescript:7,mechan:[7,11],inde:7,minimum:7,scheme:7,musrrootvalid:7,recurs:7,pars:7,temporari:7,xml:[],ampl:[7,11],parser:[12,7],hand:[12,7,11],decent:7,book:7,libxml2:[12,7],becaus:[7,8],suppos:[12,7,11],against:7,schema:7,lmu:[7,8],semant:7,preform:7,cross:[12,7,11],facil:[11,7,8],musrrootlem:7,poitiv:7,wew:7,hdecay023:7,detector023:7,potenti:[],discontinu:7,"break":7,element:7,left:[10,7,8],npp:[11,9,12,7,8],spectromet:[9,13,7,11],good:[12,11,7,8],enough:[12,7,11],cryo:7,cryostat:7,oven:7,konti:7,pim3:[9,7,11],hypothet:7,light:7,per:[11,7,8],bottom:7,split:[12,7,11],mind:7,symbol:[12,7],hdecay003:7,hdecay004:7,hdecay007:7,hdecay008:7,hdecay011:7,hdecay012:7,hdecay013:7,hdecay014:7,hdecay017:7,hdecay018:7,hdecay021:7,hdecay022:7,hdecay024:7,hdecay027:7,hdecay028:7,hdecay031:7,hdecay032:7,hdecay033:7,hdecay034:7,hdecay037:7,hdecay038:7,continu:7,"switch":[13,11,12,7,8],jump:[7,11],cpp:[7,11],"00z":7,nemu:[12,7,11],lem12_his_0234:7,said:7,detector038:7,insert:7,x123:7,perp:7,spin:[9,10,7,11],mue4:[11,7,8],scalerinfo:7,runsummari:7,wed:7,oct:7,lco:7,wtf:7,kev:[10,7],ledb:7,buc:7,edit:[9,12,7,8],euc:7,event:[9,7],event_0:7,mcp1:7,event_1:7,mcp2:7,event_2:7,lemusr:7,problem:[],deviat:[7,11],hereaft:7,snip:7,somewher:[12,7,8],token:[7,11],val:[7,11],err:7,cf4:7,cf5:7,editor:[9,12,8],suit:[9,10,11,8],intend:[12,11,8],eventu:[9,8],drop:[12,8],outdat:[12,11,8],earli:[11,8],anymor:[12,8],still:[12,10,11,8],urg:8,strongli:[12,11,8],recommend:[12,10,8],shell:[12,11,8],tab:[11,8],startup:[],displai:[12,10,11,8],locat:[10,11,9,12,8],proof:8,exec_path:8,path_to_exec:8,musrview:[],musrt0:[],insid:[12,10,11,8],default_save_path:8,save_path:8,msr_default_file_path:8,msr_def_path:8,timeout:[11,8],canva:[9,11,8],keep_minuit2_output:8,flag:[11,8],minuit2:[12,11,8],kept:[11,8],dump_ascii:8,dump:[11,8],dump_root:8,title_from_data_fil:8,chisq_pre_run_block:8,chisq:[9,11,8],estimate_n0:8,procedur:[10,11,9,12,8],musrview_show_fouri:8,fourier:[],transform:[10,11,9,12,8],domain:[9,11,8],musrview_show_avg:8,averag:[10,11,8],power:[13,11,9,12,8],spectra:[11,8],enable_musrt0:8,font_set:8,font:[12,8],font_nam:8,font_siz:8,size:[11,8],msr_file_default:8,institut:[9,11,8],inst:8,ral:8,jparc:8,file_format:[11,8],nexu:[],musr:[11,8],ppc:[9,11,8],mdu:[9,11,8],wkm:[9,11,8],mud:[9,11,8],lifetime_correct:8,lifetimecorrect:[11,8],msr2data_default:8,tick:8,chain_fit:8,write_data_head:8,ignore_data_header_info:8,write_column_data:8,create_msr_file_onli:8,fit_onli:8,global_plu:8,recreate_data_fil:8,open_file_after_fit:8,experienc:[12,8],who:8,help_sect:8,variou:[12,11,8],messag:[11,8],musr_web_x:8,link:[12,11,8],main:[9,12,8],musrft:[],func_pixmap_path:8,pix_path:8,latex:8,pixmap:8,visual:[9,8],theory_funct:8,syntax:[11,8],func:8,menu:[9,12,11,8],pictur:8,utf:[12,10,11,8],xmln:[11,8],html:8,usr:[12,8],local:[13,12,10,8],share:[13,12,11,8],doc:[9,12,11,8],chisq_per_run_block:8,recent_fil:8,path_file_nam:8,musr_web_main:8,musr_web_titl:8,thetitl:8,musr_web_paramet:8,thefitparameterblock:8,musr_web_theori:8,thetheoryblock:8,musr_web_funct:8,thefunctionsblock:8,musr_web_run:8,therunblock:8,musr_web_command:8,thecommandsblock:8,musr_web_fouri:8,thefourierblock:8,musr_web_plot:8,theplotblock:8,musr_web_statist:8,thestatisticblock:8,musr_web_msr2data:8,musr_web_musrft:8,a_2:8,"3_musrft":8,monospac:8,latex_imag:8,asymmetri:[],png:[11,8],statgsskt:[11,8],rate:[9,10,11,8],"static":[12,10,8],gauss:[9,10,11,8],respect:[10,11,9,12,8],bar:[11,8],keyboard:[9,8],shortcut:[],scratch:8,too:[12,8],priori:8,knowledg:8,calcul:[9,10,11,8],log:[10,11,8],max:[11,8],likelihood:[10,11,8],kei:[],alt:8,equival:[12,11,8],mai:[12,11,8],chosen:[12,11,8],swap:[11,8],vice:[11,8],versa:[11,8],adjust:[9,12,11,8],initi:[10,11,9,12,8],fitter:8,own:[11,8],docu:[13,11,8],raw:[11,8],dump_head:[],stage:[11,8],wand:8,coupl:[13,11,8],dialogu:8,briefli:8,explicit:[11,8],year:[13,11,8],pull:[12,8],choosen:8,rrf:[],minu:8,transvers:[9,11,8],longitudin:8,choic:[12,11,8],question:[11,8],ask:[12,8],correctli:[9,12,11,8],proper:[13,11,8],prompt:[13,12,11,8],peak:[10,11,8],pop:8,disadvantag:8,freeli:8,custom:[11,8],cost:8,yourself:8,stand:[13,8],whatev:[13,8],press:[9,11,8],syntact:8,appropri:[13,8],previous:8,handi:8,furthermor:[12,11,8],pack:[9,12,11,8],minuit:[10,11,8],reset:[11,8],sometim:[11,8],went:[12,8],wrong:8,leav:8,far:[11,8],iter:[10,11,8],individu:[11,8],tediou:[10,8],popup:8,asym:8,uncheck:8,unselect:8,modifi:[10,8],degre:[9,11,8],cancel:8,anyth:[11,8],scale:[11,8],factor:[11,8],absolut:[9,12,11,8],explor:[13,12],hal:[13,11],memo:[13,11],rotat:[9,13,11],tremend:[13,12],muonium:[13,11],appl:[13,12],cpu:[13,12,11],straight:13,multi:[13,12,11],thread:[13,12,11],doesn:13,openmp:[13,12,11],shop:13,bui:13,gamer:13,sure:[13,12,11],server:[13,12],suffici:[13,10],strong:[9,13,11],yet:[13,9,10,11],fall:[13,11],back:[13,11],conceptu:13,latest:[13,12],hardwar:13,crunch:13,readi:[13,12,11],acceler:[13,11],termin:[13,9,12,11],lspci:13,grep:[13,12],corpor:13,gk110bgl:13,rev:[13,10,11],recogn:13,download:[13,12],center:[13,10],hat:[13,12],enterpris:13,rhel:[13,12],rpm:[13,12],diag:13,rhel7:13,x86_64:13,conflict:13,nouveau:13,reboot:13,machin:[13,12,10],omit:[13,12,11],thin:[13,10],host:13,incorpor:13,paper:13,wiki:13,brief:[13,12],clone:[13,12],got:13,consist:[13,10,11],gitlab:[13,12,11],uldis_l:13,mkdir:[13,12],denable_musr:13,dcmake_install_prefix:[13,12],exec:13,non:[],librari:[13,12,10,11],"super":13,sbin:[13,12],ldconfig:[13,12],ld_library_path:[13,12],launchctl:[13,12],setenv:[13,12],checkout:[13,12],branch:[13,12],dks6:13,soon:12,want:[12,11],tell:11,aslib:12,bmwlib:12,prefix:12,rootsi:[13,12],lookup:13,superus:[13,12],ddk:13,disabl:[13,12,11],daslib:[13,12],dbmwlib:[13,12],dnexu:[13,12],vga:13,advanc:13,micro:[13,11],devic:13,inc:13,ati:13,hawaii:13,grenada:13,"290x":13,amdgpu:13,pro:[13,12],unpack:[13,12],tar:[13,12,11],jxvf:13,blabla:13,usermod:13,video:13,technolog:13,materi:13,leverag:13,amp:13,xvjf:13,sdkinstal:13,linux64:13,bz2:[13,11],opt:[13,12,11],amdappsdk:13,note:[13,12,10,11],instruct:[13,12,11],compil:[13,12,11],xcode:[13,12],deliv:13,easiest:[13,12],involv:[13,10],demonstr:12,"while":12,brave:12,virtual:12,encourag:12,gcc:[12,11],tool:[12,11],autoconf:12,libtool:12,toolchain:[],drope:[],releas:[12,11],plan:[],pkg:12,config:12,boost:12,spirit:12,scientif:[12,10,11],effici:[12,10,11],mathemat:[12,11],fftw:12,fast:12,discret:[9,12],toolkit:12,gnome:12,hdf4:[12,11],manag:12,hdf5:[12,11],minixml:12,neutron:12,rai:12,scienc:12,focus:12,seriou:12,distribut:[],fedora:12,debian:12,ubuntu:12,mint:12,opensus:12,nativ:12,microsoft:12,distributor:12,taken:[12,11],dev:12,devel:12,trick:12,never:12,qt4:12,yum:12,gsl:12,qtwebkit:12,qt5:12,epel:12,qtbase:12,qtsvg:12,dpkg:12,apt:12,libboost:12,libgsl:12,libfftw3:12,libqt4:12,libqtwebkit:12,qtbase5:12,libqt5svg5:12,libqt5webkit5:12,everyon:12,know:12,himself:12,doe:[12,11],websit:12,engin:12,mxml:12,hdf:12,libmxml1:[],libmxml:12,libhdf4:12,libhdf5:12,urgent:[12,11],isi:[12,11],safe:[12,11],master:12,repositori:12,github:12,com:12,nexusformat:12,denable_hdf5:12,denable_hdf4:12,denable_mxml:12,sudo:12,flavour:12,legaci:12,incompat:12,guess:[12,11],warn:[12,11],upgrad:12,recompil:12,redhat:12,libx11:12,libxft:12,libxpm:12,libxext:12,systemat:12,term:12,offici:12,root_build:12,dgminim:12,dasimag:12,dmathmor:12,dminuit2:12,dxml:12,root_exec:12,multicor:12,miss:[12,11],told:12,luke_skywalk:12,echo:12,bashrc:12,bash_profil:12,restart:12,onc:[9,12,10,11],proceed:12,recent:[12,11],muonspin:12,root5:[],root6:12,newer:12,dec:12,whether:11,uninstal:[],xarg:12,install_manifest:12,altern:[12,11],autogen:[],prepar:12,successfulli:[12,11],makefil:11,besid:[],fftw3:[12,10],boostinc:[],qt3:12,qt47:[],lib64:[],omp:11,parallel:[9,10,11],detect:9,permiss:[],dbnmrlib:12,bnmrlib:12,dqt_based_tool:12,dqt_version:12,auto:12,dtry_openmp:12,core:12,finish:[9,12],musrfitpath:12,musrfit_startup:[],built:[12,11],everth:[],src:12,musredit_qt5:12,qmake:12,fine:12,skip:12,higher:12,uic:12,quick:[12,11],hasn:12,adventur:12,advic:12,wonder:12,occur:12,great:12,gain:12,nice:[12,10],unix:12,revis:[12,11],fulfil:12,abl:12,a2p:12,passwd:12,binutil:12,bison:12,bzip2:12,colorgcc:12,coreutil:12,curl:12,cygutil:12,editright:12,findutil:12,flex:12,adob:12,dpi100:12,dpi75:12,alia:12,bitstream:12,ibm:12,type1:12,sun:12,misc:12,xfree86:12,fontconfig:12,freeglut:12,gawk:12,gcc4:12,fortran:12,gccmakedep:12,gettext:12,ghostscript:12,std:[12,11],giflib:12,gmp:12,groff:12,gzip:12,inputproto:12,jasper:12,jpeg:12,lapack:12,libbz2_1:12,libcharset1:12,libcurl4:12,libfftw3_3:12,libgcc1:12,libgd:12,libgif:12,libgl:12,libgl1:12,libglu:12,libglu1:12,libglut:12,libglut3:12,libgmp:12,libgmp3:12,libgomp1:12,libic:12,libice6:12,libjpeg:12,libjpeg62:12,liblapack:12,libmpfr:12,libmpfr1:12,libncurs:12,libncurses9:12,libosmesa:12,libosmesa7:12,libpng:12,libpng14:12,libreadline6:12,libsm:12,libsm6:12,libssh2_1:12,libstdc:12,libtiff:12,libtiff5:12,libx11_6:12,libxau:12,libxau6:12,libxaw7:12,libxcb:12,xlib:12,libxcursor:12,libxcursor1:12,libxdmcp:12,libxdmcp6:12,libxext6:12,libxfix:12,libxfixes3:12,libxfont:12,libxfont1:12,libxft2:12,libxi:12,libxi6:12,libxkbfile1:12,libxmu:12,libxmu6:12,libxpm4:12,libxrend:12,libxrender1:12,libxt:12,libxt6:12,login:12,makedepend:12,man:12,mpfr:12,nano:12,opengl:12,openssh:12,openssl:12,pdftk:12,perl:12,ping:12,psutil:12,python:12,readlin:12,rebas:12,rgb:[12,11],rsync:12,sed:12,subvers:12,tcltk:12,terminfo:12,unzip:12,vim:12,w32api:12,icon:[9,12,11],xauth:12,xextproto:12,xfontsel:12,xinit:12,xkbcomp:12,xkeyboard:12,xkill:12,xlogo:12,xlsfont:12,xorg:12,xproto:12,xrdb:12,xrefresh:12,xset:12,xterm:12,zip:12,zlib:12,zlib0:12,libqt3support4:12,libqtassistantclient4:12,libqtcore4:12,libqtdbus4:12,libqtdesigner4:12,libqtgui4:12,libqthelp4:12,libqtnetwork4:12,libqtopengl4:12,libqtscript4:12,libqtscripttools4:12,libqtsql4:12,libqtsvg4:12,libqttest4:12,libqtwebkit4:12,libqtxml4:12,libqtxmlpatterns4:12,posix:12,convent:[12,10],hard:12,drive:12,network:12,cygdriv:12,stick:12,had:12,x_yy_z:12,"1_33_1":12,librpc:12,sunrpc:12,track:12,patch1:12,www:[12,10],hdfgroup:12,ftp:12,jpegsrc:12,v6b:12,msweet:12,project3:12,hdf_current:12,precompil:12,xzf:12,root_v5:12,win32gcc:12,due:[12,10,11],visit:12,gminim:12,asimag:12,mathmor:12,accomplish:12,usernam:12,qtdir:12,i686:12,reopen:12,qt56:[],readili:12,startxwinrc:12,status_access_viol:12,ash:12,rebaseal:12,resolv:12,administr:12,privileg:12,extent:12,emploi:12,emphas:12,rout:12,dvd:12,xcodebuild:12,licens:[12,11],x11:12,leopard:12,snow:12,xquartz:12,macosforg:[],trac:[],newest:12,port:12,selfupd:12,remark:[12,11],synchron:12,frequent:12,happen:12,servic:12,firewal:12,svn:12,trunk:12,dport:12,sync:12,pkgconfig:12,qtwebengin:12,past:12,unfortun:12,subject:12,mini:12,michaelrsweet:12,lazi:12,dmg:12,sierra:12,writ:12,root_v6:12,macosx64:12,clang91:12,owner:12,life:[9,12,11],chown:12,chgrp:12,staff:12,exactli:[12,11],wisdom:[12,10],harder:12,adopt:[12,11],parenthes:[12,11],macosx:12,plist:12,doctyp:12,dtd:12,propertylist:12,dict:12,qt3mac:12,stabl:12,crypto:12,unstabl:12,finkcommand:12,boost1:12,nopython:12,shlib:12,libtool2:12,qtwebenginecor:12,qtwebenginewidget:12,bit:12,earlier:12,"1_63_0":12,cpp11:12,circumst:12,finder:12,workaround:12,dyld_library_path:12,mgui:12,differenti:[9,11],diamagnet:[9,10],approxim:9,geometri:9,positron:[9,10],counter:[9,11],precess:9,"3110_tutori":9,conveni:9,underli:9,divid:[9,10],xyz:9,normup:9,bgup:9,phaseup:9,normdown:9,bgdown:9,phasedown:9,normright:9,bgright:9,phaseright:9,asymsig1:9,ratesig1:9,fieldsig1:9,asymsig2:9,ratesig2:9,fieldsig2:9,uncertainti:[9,10],asymmetr:9,lower:[9,11],upper:[9,11],constant:[9,11],background:[9,11],uncorrel:9,three:[9,10,11],remain:9,signal:[9,10,11],holder:9,amplitud:9,depolar:[9,10,11],simplexpo:[9,11],tfieldco:[9,11],map1:[9,11],fun1:[9,11],frequenc:[9,10,11],simplegss:[9,11],fun2:[9,11],predefin:[9,11],multipli:[9,11],sign:9,fun:9,interrel:9,gamma_mu:[9,11],par12:[9,11],par15:9,altogeth:[9,11],deltat_pta_gps_3110:9,fittyp:[9,11],norm:[9,11],backgr:[9,11],map2:[9,11],map3:9,undefin:9,implant:[9,10],exce:9,mino:[9,10,11],mhz:[9,10,11],fourier_pow:[9,11],apod:[9,11],weak:[9,11],medium:[9,11],real_and_imag:[9,11],par3:[9,11],imaginari:[9,11],drawn:[9,11],abscissa:[9,11],ordin:[9,11],use_fit_rang:[9,11],third:[9,10,11],ndf:9,freedom:[9,11],converg:[9,10,11],blue:[9,11],maximum:[9,11],count:[9,11],zoom:[9,11],graph:[9,11],around:[9,11],cursor:[9,11],suitabl:9,repeat:[9,11],proce:[9,12],comma:[9,11],between:[9,10,11],"short":[9,11],conclud:9,attent:[9,10,11],"3111_tutori":9,"3114_tutori":9,"_tutori":9,snapshot:9,dark:9,theme:9,facilit:10,gyromagnet:10,ratio:10,smu:10,outlin:10,literatur:10,reli:10,repeatedli:10,sizabl:10,worth:10,maxim:[10,11],trial:10,deserv:10,effect:[10,11],shift:[10,11],advis:10,prove:10,appreci:10,induct:10,vari:[10,11],dimens:10,incid:10,simul:10,trim:10,arrai:10,total:[10,11],thick:10,solv:10,equat:[10,11],layer:10,account:[10,11],superfluid:10,macroscop:10,dover:10,adjac:10,penetr:10,depth:10,constitu:10,half:10,film:10,userfcn:[10,11],tlondon1dh:10,deg:10,dead:10,tlondon1d1l:10,fraction:[10,11],substrat:10,bilay:10,heterostructur:10,tlondon1d2l:10,trilay:10,tlondon1d3l:10,investig:10,flux:10,probe:10,randomli:10,spatial:10,seri:10,reciproc:10,coeffici:[10,11],coher:[10,11],gaussian:10,cutoff:10,brandt:10,temp:10,phy:[10,11],riseman:[10,11],analyt:10,ginzburg:10,landau:10,yaouanc:[10,11],dalma:[10,11],réotier:[10,11],bessel:[10,11],region:[10,11],triangular:10,grid:10,inter:10,distanc:10,tbulktrivortexlondon:10,tbulktrivortexml:10,tbulktrivortexagl:10,tbulktrivortexngl:10,migrad:[10,11],proven:10,larg:[10,11],futil:10,strategi:[10,11],max_likelihood:[10,11],hess:[10,11],bmw_startup:10,debug:[10,11],one_or_zero:10,deactiv:10,path_to_fil:10,invalid:10,delta_t:10,rest:10,microsecond:10,delta_b:10,resb:10,vortexlattic:10,n_vortexgrid:10,data_path:[10,11],data_path_prefix:10,n_theori:10,invers:10,energy_list:10,energy_label:10,rge:10,expect:[10,11],belong:10,wordsofwisdom:10,trimsp:10,"02_0":10,"03_0":10,"03_6":10,"05_0":10,"05_3":10,relax:[10,11],slr:10,reson:[10,11],lineshap:10,puls:10,evolut:10,salman:10,prl:10,lifetim:[10,11],exponenti:[10,11],exprlx:10,stretch:10,sexprlx:10,expon:[10,11],chemic:10,anisotropi:10,powder:10,mehr:10,solid:[10,11],springer:10,axial:10,symmetr:10,observ:10,paralel:10,perpendicular:10,symmetri:10,anisotrop:10,along:[10,11],loss:10,ellipt:10,linegauss:10,fwhm:10,height:10,lorentzian:10,linelorentzian:10,laplacian:10,linelaplac:10,skew:10,lineskewlorentzian:10,width:[10,11],lineskewlorentzian2:10,convolut:10,powderlineaxiallor:10,powderlineaxialgss:10,powderlineasymlor:10,princip:10,powderlineasymgss:10,gpl:11,philosophi:11,abil:11,fcn:11,sever:11,correl:11,renam:11,msr_file_without_extens:11,msr_file:11,maxlh:11,estimaten0:11,timeout_tag:11,overwrit:11,prevent:11,orphan:11,jam:11,"8472_tf_histo":11,avg:11,graphic_format_extens:11,session:11,"8472_0":11,gif:11,jpg:11,svg:11,xpm:11,"8472_x":11,experiment:11,action:11,canvas:11,toggl:11,spectrum:11,area:11,hair:11,consid:11,beta:11,feed:11,exit:11,"3310_0":11,subtract:11,fopt:11,neither:11,nor:11,pad:11,angular:11,interpret:11,lem15_his_01234:11,rebin:11,fudg:11,elimin:11,sens:11,tweak:11,tdc_hifi_2014_00153:11,mnsi:11,"50k":11,unzoom:11,crosshair:11,gett0frompromptpeak:11,firstgoodbinoffset:11,argument:11,color:11,channel:11,interrupt:11,msr_file_in:11,msr_file_out:11,parc:11,wors:11,aim:11,idf1:11,idf2:11,nexus1:11,nexus2:11,flexibl:11,filenamelist:11,lem10_his_0111:11,lem10_his_0113:11,run3:11,runstart:11,runend:11,rrrr:11,rrrrrr:11,yyyi:11,unless:11,sent:11,stdout:11,compress:11,absent:11,lem10_his_0123:11,lem10_his_0123_v2:11,idf:11,deltat_tdc_gps_:11,d2001:11,deltat_tdc_gps_0123:11,deltat_tdc_gps_0137:11,deltat_tdc_alc_:11,rrr:11,spit:11,psi_gps_:11,psi_:11,"_gps_":11,psi_gps_run_100to117:11,archiv:11,lem10_his_0012:11,rebin25:11,lem10_his_0123_rebin25:11,runno:11,fileformat:11,pta:11,ltf:11,dolli:11,gpd:11,hifi:11,tdc_hifi_2015_00123:11,construct:11,path_to_data:11,write_per_run_block_chisq:11,pearson:11,fourier_set:11,phase_incr:11,phincr:11,increment:11,optim:11,root_set:11,marker_list:11,marker:11,color_list:11,intranet:11,mnt:11,unlik:11,headlin:11,style:11,lower_boundari:11,upper_boundari:11,init:11,alpha:11,asi:11,freq:11,constrain:11,semi:11,par:11,asy1:11,rate1:11,asy2:11,field2:11,rate2:11,whitespac:11,avoid:11,whenev:11,abbr:11,express:11,"const":11,generexpo:11,stg:11,statgssktlf:11,sgktlf:11,dyngssktlf:11,dgktlf:11,statexpkt:11,sekt:11,statexpktlf:11,sektlf:11,dynexpktlf:11,dektlf:11,combilgkt:11,lgkt:11,strkt:11,skt:11,spinglass:11,spg:11,rdanisohf:11,rahf:11,internfld:11,internbsl:11,internfldgk:11,ifgk:11,internfldl:11,ifll:11,abragam:11,skewedgss:11,skg:11,staticnkzf:11,snkzf:11,staticnktf:11,snktf:11,dynamicnkzf:11,dnkzf:11,dynamicnktf:11,dnktf:11,muminusexptf:11,mmsetf:11,polynom:11,hayano:11,conden:11,matter:11,keren:11,uemura:11,crook:11,cywinski:11,turner:11,harshman:11,kornilov:11,pomjakushin:11,letter:11,larkin:11,physica:11,condens:11,noak:11,kalviu:11,oxford:11,simplifi:11,formula:11,ident:11,compact:11,difficulti:11,simultan:11,address:11,funx:11,complic:11,dictionari:11,libmylibrari:11,tmyfunct:11,auxiliari:11,arithmet:11,divis:11,sin:11,tan:11,aco:11,asin:11,atan:11,cosh:11,sinh:11,tanh:11,acosh:11,asinh:11,atanh:11,exp:11,sqrt:11,pow:11,parx:11,par5:11,mapi:11,denot:11,frac1:11,shorten:11,logic:11,fire:11,addt0:11,rrf_freq:11,rrf_pack:11,rrf_phase:11,exact:11,pie3:11,particular:11,run_file_nam:11,record:11,digress:11,musrfulldatapath:11,colon:11,smith:11,lem07_his_2018:11,musrfulldatapathtoken:11,runnam:11,ext:11,lem07_2018_rb1_npp:11,d2007:11,deltat_pta_gps_2650:11,d2010:11,deltat_tdc_gpd_8472:11,mue1:11,beauti:11,muminu:11,t0addrun1:11,t0addrun2:11,t0addrun1forward:11,t0addrun1backward:11,t0addrun2forward:11,t0addrun2backward:11,sum:11,onlin:11,angl:11,nanosecond:11,fun3:11,transfer:11,ten:11,fgb:11,lgb:11,larger:11,direct:11,span:11,meaningless:11,simplex:11,batch:11,anywher:11,contour:11,mnplot:11,optimum:11,list_of_param_to_be_fix:11,restor:11,freq1:11,freq2:11,complex:11,fit_rang:11,flavor:11,n00:11,n01:11,n10:11,n11:11,nn0:11,nn1:11,inlin:11,scale_n0_bkg:11,fals:11,print_level:11,footnot:11,bigger:11,phd:11,thesi:11,ubc:11,val0:11,sep:11,val1:11,valn:11,parx0:11,parx1:11,parxn:11,par7:11,par17:11,par22:11,par27:11,par32:11,par37:11,par42:11,par47:11,par52:11,par57:11,par62:11,par67:11,par72:11,par77:11,par82:11,fcp:11,bcp:11,relative_bcp:11,parrx0:11,rel:11,summ:11,parxj:11,parr:11,obvious:11,offest:11,range_for_phase_correct:11,par8:11,nsec:11,min:11,sub_rang:11,view_pack:11,logx:11,logarithm:11,logi:11,khz:11,par4:11,downward:11,upward:11,unwant:11,rid:11,filter:11,kaiser:11,fail:11,tricki:11,compon:11,ideal:11,uncontrol:11,ghost:11,imperfect:11,distort:11,dispers:11,fold:11,substanti:11,infer:11,math:11,mathrm:11,theoret:11,rearrang:11,unbin:11,histogramm:11,reserv:11,plug:11,simpler:11,why:11,although:11,declar:11,puserfcnbas:11,evalu:11,cassert:11,cmath:11,namespac:11,constructor:11,destructor:11,needglobalpart:11,"void":11,setglobalpart:11,globalpart:11,uint_t:11,idx:11,globalpartisvalid:11,classdef:11,destroi:11,peculiar:11,ness:11,introductori:11,topic:11,const_correct:11,herein:11,classimp:11,assert:11,arg:11,linkdef:11,tmylibrarylinkdef:11,ifdef:11,"__cint__":11,pragma:11,endif:11,wise:11,attach:11,tmylibrari:11,libtmylibrari:11,sensibl:11,bluish:11,node:11,uf1:11,uf2:11,entiti:11,ineffici:11,associ:11,ufx:11,g_ufx:11,consum:11,abrikosov:11,cycl:11,thu:11,overhead:11,tmyglobalfunct:11,isvalid:11,fvalid:11,fprevparam:11,calcsomethingcpuexpens:11,liklei:11,getwhatisneed:11,privat:11,finvokedglob:11,fidxglob:11,fglobaluserfcn:11,static_cast:11,sorri:11,resiz:11,pointer:11,dynamic_cast:11,retriev:11,pseudo:11,increas:11,safeti:11,manjaro:12,antergo:12,distro:12,deb:12,installatio:12},objects:{},objtypes:{},objnames:{},titleterms:{acknowledg:0,any2mani:[1,11],univers:1,"\u03bcsr":[1,10,11,6,7],file:[1,10,5,11,9,7,8],format:[1,7,11],convert:1,bugtrack:2,how:3,cite:3,musrfit:[4,13,5,3,11,9,12,8],welcom:4,document:[4,10],indic:4,tabl:4,msr2data:[9,5,11],program:5,automat:5,process:[9,5],multipl:[9,5],msr:[9,5,11],basic:[11,7,5,8],type:[5,11],usag:[8,11,5,6],run:[7,5,11],list:5,structur:5,option:[12,5],paramet:[8,5,6],global:[5,11],mode:5,gener:[5,11],extract:5,extend:5,known:5,limit:5,graphic:[13,5,6],user:[10,5,11,6,7],interfac:[8,7,5,6],provid:5,musredit:[12,5,8],mupp:6,plotter:6,script:6,summari:6,musrroot:7,extens:[7,11],open:7,some:7,concern:7,root:[12,7],inform:7,contain:7,runhead:7,runinfo:7,overview:7,tmusrrunhead:7,concept:7,header:7,write:7,read:[9,7],valid:7,requir:[12,7],detectorinfo:7,sampleenvironmentinfo:7,magneticfieldenvironmentinfo:7,beamlineinfo:7,exhaust:7,tree:7,includ:7,everyth:[12,7],tmusrrunphysicalquant:7,possibl:7,represent:7,gui:8,base:8,introduct:[10,11,8],avail:[11,8],execut:[11,8],configur:[11,8],musrgui:[12,8],musredit_startup:8,xml:[10,11,8],featur:8,musrwiz:8,theori:[11,8],"function":[10,11,8],map:[11,8],fit:[9,13,11,8],info:8,creat:8,musrstep:8,set:[13,12],high:13,speed:13,gpu:[13,11],tesla:13,k40c:13,nvidia:13,driver:13,instal:[13,12],cuda:13,via:[13,12],automak:[],cmake:[13,12],amd:13,card:13,radeon:13,"390x":13,app:13,softwar:[13,12],develop:13,kit:13,sdk:13,enabl:[13,11],opencl:[13,11],support:[13,12,11],maco:[13,12],differ:12,platform:12,oper:12,system:12,restrict:12,gnu:12,linux:12,nexu:12,build:12,last:12,step:12,obsol:12,check:12,window:12,cygwin:12,potenti:12,problem:12,mac:12,macport:12,packag:12,from:12,sourc:12,environ:12,variabl:12,fink:12,obsolet:12,tutori:9,singl:[9,11],histogram:[9,11],determin:9,data:[9,10],rang:9,musrt0:[9,11],model:[9,10],view:9,musrview:[9,11],further:9,asymmteri:9,lib:10,meissner:10,profil:10,vortex:10,lattic:10,relat:10,bmw:10,libfitpofb:10,dimension:10,london:10,state:10,isotrop:10,superconductor:10,bulk:10,field:10,distribut:10,mix:10,startup:10,nonloc:10,superconduct:10,screen:10,analyz:10,"\u03b2":10,nmr:10,bnmr:10,libbnmr:10,liblineprofil:10,manual:11,kei:11,shortcut:11,musrft:11,msr2msr:11,dump_head:11,musrfit_startup:11,descript:11,titl:11,fitparamet:11,block:11,command:11,fourier:11,plot:11,statist:11,rrf:11,asymmetri:11,neg:11,muon:11,non:11,without:11,object:11,access:11,technic:11,framework:11},envversion:43})
\ No newline at end of file
+Search.setIndex({filenames:["any2many","bugtracking","cite","index","msr2data","mupp","musr-root","musredit","setup-dks","setup-standard","tutorial","user-libs","user-manual","acknowledgement"],titles:["any2many - a Universal \u03bcSR-file-format converter","Bugtracking","How to Cite musrfit?","Welcome to the musrfit documentation!","msr2data - A Program for Automatically Processing Multiple musrfit msr Files","mupp - \u03bcSR Parameter Plotter","MusrRoot - an Extensible Open File Format for \u03bcSR","musredit: the GUI Based Interface to musrfit","Setting up musrfit / DKS: High Speed Fitting with GPU’s","Setting up musrfit on Different Platforms","Tutorial for musrfit","Documentation of user libs (user functions)","User manual","Acknowledgements"],terms:{"\u03b1":[4,12,5,7,13,2,0,11,8,6,9,10],"\u03b2":[],"\u03b4":[4,12,5,7,13,2,0,11,8,6,9,10],"\u03b7":[4,12,5,7,13,2,0,11,8,6,9,10],"\u03b5":[4,12,5,7,13,2,0,11,8,6,9,10],"\u03b3":[4,12,5,7,13,2,0,11,8,6,9,10],"\u03b9":[4,12,5,7,13,2,0,11,8,6,9,10],"\u03ba":[4,12,5,7,13,2,0,11,8,6,9,10],"\u03c7":[4,12,5,7,13,2,0,11,8,6,9,10],"\u03bb":[4,12,5,7,13,2,0,11,8,6,9,10],"\u03bc":[4,12,5,7,13,3,0,11,6,8,2,9,10],"\u03bd":[4,12,5,7,13,2,0,11,8,6,9,10],"\u03bf":[4,12,5,7,13,2,0,11,8,6,9,10],"\u03c9":[4,12,5,7,13,2,0,11,8,6,9,10],"\u03c0":[4,12,5,7,13,2,0,11,8,6,9,10],"\u03c6":[4,12,5,7,13,2,0,11,8,6,9,10],"\u03c8":[4,12,5,7,13,2,0,11,8,6,9,10],"\u03c1":[4,12,5,7,13,2,0,11,8,6,9,10],"\u03c2":[4,12,5,7,13,2,0,11,8,6,9,10],"\u03c3":[4,12,5,7,13,2,0,11,8,6,9,10],"\u03c4":[4,12,5,7,13,2,0,11,8,6,9,10],"\u03b8":[4,12,5,7,13,2,0,11,8,6,9,10],"\u03c5":[4,12,5,7,13,2,0,11,8,6,9,10],"\u03be":[4,12,5,7,13,2,0,11,8,6,9,10],"\u03b6":[4,12,5,7,13,2,0,11,8,6,9,10],bastian:13,wojek:[4,2,13],veri:[12,7,13,6,9,10],much:[12,5,13,7,6],indebt:13,bmw:[],rigor:13,test:[13,9,7],musrfit:[],mani:[4,12,9,7,13,6,11],suggest:[4,9,13],contribut:[13,12,11,10],largest:13,part:[12,7,13,2,11,6,9,10],user:[],manual:[],which:[4,12,5,7,13,11,8,6,9,10],make:[12,7,13,8,6,9],access:[],broader:13,audienc:13,thank:13,uldi:13,locan:[2,8,13],work:[4,12,7,13,11,8,6,9],enabl:[],gpu:[],support:[],kind:[6,11,13],calm:13,extrem:13,compet:13,wai:[4,12,5,7,13,11,8,6,9,10],deal:[12,9,13,8,6,11,10],project:[9,13],well:[4,12,13,8,11,10],chao:13,physicist:13,think:13,admir:13,allow:[4,12,5,7,0,11,8,6,9],most:[4,12,0,11,8,6,9],from:[],other:[12,5,0,8,6,9,10],detail:[12,7,0,11,8,6,9,10],descript:[],see:[4,12,5,7,0,11,8,6,9,10],here:[4,12,5,7,0,8,6,9,10],report:1,bug:[1,7],request:[12,1,5,9,10],"new":[4,12,1,7,6,9,10],featur:[],improv:[1,11,9],pleas:[4,12,1,11,6,2,9,10],bitbucket:[12,1,9],repo:[1,9,8],prefer:[12,1,9,7],send:[12,1],mail:1,suter:[1,2,8],psi:[12,1,7,11,8,6,9,10],sinc:[4,12,6,8,2,9,10],quit:[12,7,2,6,9],some:[],effort:2,develop:[],mainten:[6,2],packag:[],you:[12,5,7,2,8,6,9],should:[4,12,5,7,11,6,8,2,9,10],least:[4,12,2,9,10],your:[4,12,7,8,2,9],"public":[12,2,11,9],have:[4,12,7,11,6,8,2,9,10],analyz:[],data:[],even:[4,12,6,2,9],better:[4,12,2],cours:[4,12,2,9],properli:[4,12,2,8],refer:[12,7,2,11,8,6,9,10],given:[4,12,5,7,11,6,8,2,9,10],beneath:[2,7],free:[12,9,7,2,6,11],platform:[],independ:[12,2,11],framework:[],analysi:[4,12,11,6,8,2,9,10],physic:[6,12,2,8],procedia:2,http:[12,7,2,11,8,6,9],doi:2,org:[2,9],phpro:2,high:[],speed:[],version:[12,5,7,2,11,8,6,9],util:[12,2,8,6,9],"case":[4,12,5,7,11,6,8,2,9,10],thi:[4,12,5,7,11,6,8,2,9,10],also:[4,12,5,7,11,6,8,2,9,10],add:[4,12,5,7,6,8,2,9,10],follow:[4,12,5,7,11,6,8,2,9,10],citat:2,adelmann:2,dynam:[2,8],kernel:[2,8],schedul:[2,8],comput:[2,9,8],commun:2,cpc:2,real:[12,8,2,9,10],time:[12,5,7,2,11,8,6,9,10],paramet:[],fit:[],imag:[12,2,10],reconstruct:2,graphic:[],process:[],unit:[6,12,2,10],conf:[2,9,8],proc:2,jpscp:2,tutori:[],singl:[],histogram:[],asymmteri:[],introduct:[],avail:[],execut:[],configur:[],basic:[],usag:[],msr:[],type:[],"function":[],technic:[],lib:[],meissner:[],profil:[],vortex:[],lattic:[],relat:[],nonloc:[],superconduct:[],screen:[],nmr:[],bnmr:[],set:[],differ:[],oper:[],system:[],softwar:[],requir:[],restrict:[],gnu:[],linux:[],window:[],mac:[],maco:[],tesla:[],k40c:[],nvidia:[],amd:[],card:[],radeon:[],"390x":[],opencl:[],musredit:[],gui:[],base:[],interfac:[],musrwiz:[],musrstep:[],mupp:[],plotter:[],script:[],summari:[],msr2data:[],program:[],automat:[],multipl:[],option:[],global:[],mode:[],known:[],limit:[],provid:[],musrroot:[],extens:[],open:[],concern:[],root:[],tmusrrunhead:[],concept:[],runinfo:[],detectorinfo:[],sampleenvironmentinfo:[],magneticfieldenvironmentinfo:[],beamlineinfo:[],exhaust:[],tree:[],includ:[],everyth:[],tmusrrunphysicalquant:[],possibl:[],represent:[],index:[4,3,12],search:[3,12,9],page:[7,3,8,6,9,10],origin:[4,12,11,7],written:[4,12,7,6,11,10],implement:[4,12,7,11,8,6,9],purpos:[4,12,9,10],input:[4,12,13,7,10],same:[4,12,5,11,8,6,9,10],summar:[4,10],result:[4,12,7,6,11,10],either:[4,12,5,7,11,9,10],triumf:[4,10,7,12],column:[4,12,7,6,10],ascii:[4,12,7,11,10],essenti:[4,12,6,7],collect:[4,12,5,7,11,6,9,10],old:[4,12,9],abridg:4,produc:[4,12,9,10],can:[4,12,5,7,11,8,6,9,10],view:[],instanc:[4,12,5,6,9],howev:[4,12,8,9,10],thei:[4,12,8,6,9,10],complet:[4,9,8,11,10],backward:[4,12,6],compat:[4,12,9,8],languag:4,name:[4,12,5,7,11,8,6,9,10],longer:4,than:[4,12,7,6,9,10],five:[4,10],six:4,charact:[4,12],order:[4,12,9,8,6,11],establish:4,need:[4,12,7,11,8,6,9,10],ensur:[4,12],correct:[4,12,7,9,10],length:[4,6,11],apart:[4,11,9],numer:[4,11,9],might:[4,12,5,7,11,6,9],principl:[4,11,9],four:[4,12],call:[4,12,5,7,11,6,9,10],suppli:[4,12,11,8],number:[4,12,5,7,11,8,6,9,10],firstrunno:4,lastrunno:4,interv:[4,12],specifi:[4,12,7,11,6,9,10],through:[4,12,9,6,11,10],first:[4,12,5,7,11,8,6,9,10],last:[],condit:[4,11],necessari:[4,12,7,6,9,10],runlist:[4,12],where:[4,12,5,7,11,8,6,9,10],combin:[4,12,7,6,10],run0:4,run1:[4,12],run2:[4,12],runn:4,rang:[],step:[],sequenc:[4,12,10],posit:[4,12,6,10],integ:[4,12,6],etc:[4,12,7,8,6,9],runlistfilenam:4,contain:[],extern:[4,12,9,6,11],pass:[4,12,7],below:[4,12,9,6,11,10],all:[4,12,5,7,8,6,9,10],mandatori:[4,12,6,11],right:[4,12,9,6,11,10],after:[4,12,7,8,6,9,10],mean:[4,12,5,7,11,8,6,9,10],becom:[4,9],clear:[4,12,6,7],give:[4,12,6,9,10],exampl:[4,12,5,7,11,6,9,10],"_tf_h13":4,out:[4,12,5,7,8,6,9,10],chang:[4,12,7,8,9],"8472_tf_h13":4,"8473_tf_h13":4,"8474_tf_h13":4,"8470_tf_h13":4,directori:[4,12,7,11,8,6,9,10],put:[4,12,9,7],var1:4,var2:4,var3:4,comment:[4,12,5,7,8,6,9],empti:[4,12,5,7],line:[4,12,5,7,11,6,9,10],determin:[],label:[4,12,5,7,6,11],present:[4,12,5,7,11,8,6,9,10],preced:4,mention:[4,12,9,6,11],togeth:[4,12,7,6,9,10],abov:[4,12,5,7,11,8,6,9,10],output:[4,12,5,7,11,10],onli:[4,12,5,7,11,8,6,9,10],newli:[4,10,7],creat:[],did:[4,9],exist:[4,12,9],befor:[4,12,7,11,8,6,9,10],invok:[4,12,5,7],were:[4,12,6,7],alreadi:[4,12,7,8,9],would:[4,12,5,7,11,8,6,9,10],append:[4,12,9],been:[4,12,7,11,6,9,10],header:[],block:[],forc:[4,12],suppress:4,nohead:[4,7],shall:[4,12,7,11,6,9,10],seen:[4,6,10],later:[4,12,9,10],like:[4,12,5,7,11,8,6,9],behavior:[4,12],ani:[4,12,7,8,6,9,10],simpl:[4,12,9,11,10],"default":[4,12,7,8,9],dat:[4,12,5,7,11,10],delet:[4,6],inform:[],both:[4,12,11,9],none:[4,10,7,12],write:[],sole:[4,12],assum:[4,12,7,11,8,6,9,10],nosummari:[4,7],attempt:4,read:[],addit:[4,12,7,11,8,6,9,10],temperatur:[4,12,5,6,10],appli:[4,12,9,6,11,10],magnet:[4,6,11,7],field:[],paramlist:4,param:[4,12,5,7],select:[4,12,5,7,8,6,9,10],"export":[4,12,8,9,10],startno:4,endno:4,space:[4,12,11,9],separ:[4,12,7,9,10],outputfilenam:[4,12],instead:[4,12,5,9,8,11],equal:[4,12,10],insensit:4,addition:[4,12,7,9,10],"final":[4,12,9,11,10],templat:[4,10,7,12],perform:[4,12,5,7,6,9,10],mlog:[4,12,7],subsequ:[4,12],chain:[4,7],exclam:4,mark:[4,12],without:[],keep:[4,12,6,7],mn2:[4,12],done:[4,12,5,11,8,6,9,10],ignor:[4,12,5],titl:[],illustr:[4,12],few:[4,12,7,6,9],explan:[4,12],oabc:4,"8400_tf_h13":4,"8460_tf_h13":4,abc:4,about:[4,12,6,9,10],"_zf":4,def:4,"8472_zf":[4,7],"8500_zf":4,"8502_zf":4,"8503_zf":4,"8504_zf":4,"8507_zf":4,oghi:4,ouput:4,ghi:4,take:[4,12,9,11,10],"8471_tf_h13":4,"8475_tf_h13":4,bestdata:4,"8476_tf_h13":4,"8477_tf_h13":4,"8478_tf_h13":4,"8479_tf_h13":4,describ:[4,12,7,11,8,6,9,10],anoth:[4,12,5,7,6],each:[4,12,5,11,6,9,10],defin:[4,12,5,7,11,6,9,10],common:[4,12,9],specif:[4,12,7,11,6,9,10],when:[4,12,7,11,6,9,10],obtain:[4,6,11],valid:[],conjunct:[4,12,11],invoc:[4,12],state:[],idea:[4,12,6,10],basi:4,identifi:[4,12],tag:[4,12,5,7,11,9,10],current:[4,12,5,7,11,8,6,9],"0xu":4,digit:[4,12],lead:[4,12,7,6,11],zero:[4,12,7,6,10],end:[4,12,5,7,6,9,10],alpha0123:4,alpha00123456:4,fitparamet:[],exemplari:[4,12],"8472_exampl":4,could:[4,12,5,7,11,8,9],therefor:[4,12,9,11,10],look:[4,12,5,7,11,8,6,9],valu:[4,12,7,8,6,9,10],pos_error:[4,12,10],boundari:[4,12,7,11,10],phase:[4,12,7,11,10],asy8472:4,rate8472:4,treat:[4,9],wherea:[4,12,7],normal:[4,12,9,10],within:[4,12,5,7,11,6,9,10],appear:[4,12],explicitli:[4,12,7],theori:[],those:4,met:4,"try":[4,12,9],substitut:[4,12,9,10],them:[4,12,7,6,11,10],map:[],accordingli:[4,5,9,10],"_exampl":4,global_exampl:4,alwai:[4,12,6,11],start:[4,12,5,7,8,6,9,10],asy8471:4,rate8471:4,asy8470:4,rate8470:4,show:[4,12,5,7,6,10],reorgan:4,begin:[4,12,6,9],copi:[4,12,9,7],found:[4,12,7,11,8,6,9,10],dure:[4,12,5,9,11],affect:4,occurr:[4,9],awar:[4,12,9],fact:[4,9],propag:4,model:[],usual:[4,11],store:[4,9,7,6,11],reach:[4,12],goal:[4,12],obei:[4,12],certain:[4,11],rule:[4,12,6,7],match:[4,12],accord:[4,12,7,9,10],achiev:[4,9,10],easili:[4,9,8,7],shown:[4,12,5,7,6,10],globalfit:4,relev:[4,12,7,6,10],pre:[4,7],afterward:[4,12,5,11,8,6,9],special:[4,12,6],replac:[4,12,9],review:4,activ:[4,11,9,7],choos:[4,12,9,7,11,10],keyword:[4,12],onerunfit_exampl:4,onerunfit:4,everi:[4,12,5,9],similar:[4,9],explain:[4,12,7,11,8,6,9,10],moment:[4,6,11,9],peopl:[4,6,9],cannot:[4,12,11],behav:[4,11],integr:[4,11],filenam:[4,12,6],rightmost:4,highest:[4,9],treatabl:4,statist:[],itself:[4,10],more:[4,12,5,7,8,6,9,10],creativ:4,care:[4,12,9],addrun:[4,12],statement:[4,12],simpli:[4,12,9],probabl:[4,6,9],what:[4,12,9,8,11,10],two:[4,12,7,11,6,9,10],success:[4,12,6,10],encount:4,actual:[4,12,11,9],measur:[4,12,5,7,6,11,10],introduc:[4,12,6,10],reason:[4,12,9,10],shape:[4,12,11],design:[4,9],especi:[4,12,9,8,6,11],manipul:[4,12,7],front:[4,10,6,7],offer:[4,12,10],almost:[4,12,7],self:[4,7],explanatori:[4,7],depict:[4,12],under:[4,12,5,7,8,6,9],stai:4,enter:[4,9,8,7],otherwis:[4,12,9,8],serv:[4,12,10],second:[4,12,9,7,11,10],noth:[4,12,6,7],correspond:[4,12,5,7,6,9,10],littl:[12,5,7],helper:[6,5,9,7],quickli:[5,8],plot:[],handl:[12,5,9,7,6,11],heavili:[5,11],inspir:5,via:[],command:[],directli:[12,5,7,6,9],typic:[12,5,7,8,9],load:[5,11],dialog:[5,7],tri:[12,5,9],fly:[5,10],drag:[5,10],over:[12,5,9],axi:[12,5,6,11,10],wish:[12,5],click:[12,5,7],analog:5,remov:[12,5],often:[12,5,9,7],compar:[9,12,5,8],trend:5,hold:[12,6,5],energi:[6,5,11],scan:[12,5],now:[12,5,8,9,10],interest:[12,5,9],ditto:5,less:[12,5,9],error:[12,5,7,11,8,6,9,10],prone:[5,8,7],quicker:[12,5],button:[10,5,7,12],mupp_plot:5,applic:[12,5,7,11,8,9],refresh:5,reload:[5,7],beamtim:5,grow:5,task:5,mous:[12,5],gambl:5,futur:[5,9,7],plane:5,help:[12,5,7,8,9],cmd:[5,9],manner:[5,9],updat:[12,5,8,9,10],web:[12,5,7,13,6,9],interact:[12,5,11,10],figur:[12,6,5],loadpath:5,dir:5,path:[12,5,7,8,6,9,10],bash:[5,9],variabl:[],home:[12,5,7,11,8,6,9],accept:[12,5,7],coll:5,selectal:5,carri:[12,5,9],ybco:5,"40nm":5,t5k:5,fc150mt:5,escan:5,addx:5,addi:5,savepath:5,save:[12,5,7,11,6,9,10],place:[12,5,9,10],macro:5,fln:[12,5],txt:[5,9],t30k:5,t60k:5,t120k:5,fieldvsenergi:5,pdf:[12,5],"true":[12,6,5,11],best:[12,5,9,6,11],ever:[6,5],thie:5,labl:5,until:[12,6,10],bulk:[],instrument:[12,6,7],bin:[12,7,6,9,10],fix:[10,6,7,12],binari:[6,9],rather:[12,6,9,7],stringent:6,lem:[12,6,11],cern:[12,6,9],tightli:6,tailor:6,situat:[12,6,9],unsatisfactorili:6,henc:[12,8,6,9,10],decid:[12,6,9],move:[12,6,10],forward:[12,6,8,10],acquisit:6,mida:6,respons:[12,6,8],build:[],decai:[12,6,10],easi:[6,7],object:[],th1f:6,orient:[6,11],mine:6,frame:[12,6,8],tfile:6,eas:[12,6,9],understand:[12,6],upcom:6,definit:[12,6,10],thing:[12,7,8,6,9],check:[],guid:[12,6,8],organ:[12,6,7],similarli:[12,6],browser:6,inspect:6,tbrowser:6,deriv:[12,6],tobject:6,small:[12,9,7,8,6,11],subset:[12,6],tfolder:6,top:6,level:[12,6],tobjarrai:6,tobjstr:6,content:[12,6,9],form:[12,9,8,6,11,10],box:[6,8,7],entri:[12,6],sketch:[12,6],histo:[12,7,6,9,10],decayanamodul:6,hdecay001:6,hdecay002:6,scanamodul:6,hsampletemperatur:6,hsamplemagneticfield:6,detector001:6,detector002:6,hdecayxxx:6,xxx:6,"int":6,"03d":6,notat:[12,6],"class":[12,6,11],folder:[6,9],next:[12,9,7,8,6,11],section:[12,6,9],slow:6,control:[12,6,8],sampl:[6,11,8,10],versu:6,again:[12,7,8,6,9],meta:6,minim:[12,9,6,11,10],bracket:6,item:[12,6],detector:[12,7,6,11,10],environ:[],beamlin:[10,6,7,12],elabor:[6,8],word:6,sub:[12,6,9,10],intern:[12,6,7],tstring:6,git:[12,6,9,8],url:6,xsd:6,wrote:6,nemu_analyz:6,deltat_tdc_gps_4295:6,int_t:[12,6],iso:6,date:[12,6,10],stop:6,durat:6,sec:[12,6],laboratori:6,muon:[],beam:[12,6],momentum:[6,11,10],mev:6,speci:6,neg:[],sourc:[],target:6,low:[12,6,11],setup:[12,6,9,8],cf1:6,wxy:6,resolut:[6,11],redgreen:[12,6],offset:[12,6],tintvector:6,except:[12,6,9,7],shortli:[12,6],discuss:[12,6,8,7],experi:[12,6],stimuli:6,electr:6,off:[12,6],doubl:[12,6],distinguish:6,easier:[6,9],let:6,sai:6,red:[12,8,6,9,10],green:[12,6,10],browsabl:6,string:[12,6,9,7],tobjstringv:6,quantiti:6,repres:[12,6,10],properti:[12,6],estim:[12,6,11,7],demand:[12,6],depend:[12,7,11,8,6,9,10],musrrootv:6,mock:6,print:[12,6,7],notic:[12,6,7],find:[12,7,8,6,9],encod:[12,9,7,6,11],price:6,pai:6,shade:6,"import":[12,6],approach:[12,6,9],standard:[12,6,9,8],"abstract":[12,6],text:[10,6,7,12],though:[6,9,7],clean:[6,9,8],lot:[12,6],"2nd":6,slightli:[12,6,8,7],advantag:[12,6,9,7],maintain:6,expand:6,classifi:6,group:[12,6,9,7],previou:[12,6],"float":6,point:[12,9,7,6,11,10],double_t:[12,6],tstringvector:6,tdoublevector:6,themselv:[6,11],vector:[12,6,11],code:[12,9,8,6,11,10],snippet:[12,6],reader:6,routin:[12,6,11,9],convers:[12,6],write_musrroot_runhead:6,full:[12,6,9,10],concentr:6,just:[12,9,8,6,11],prop:6,further:[],down:[10,6,7,12],deltat_tdc_gps_2871:6,come:[6,9,7],overload:6,pathnam:6,method:[12,6],tdc:[12,6],cf3:6,mrh_undefin:6,strang:6,fed:[12,6],whole:6,someth:[12,6,9,8],recreat:[6,7],iszombi:6,"return":[12,6],info:[],fillfold:6,close:[12,6,9,7],read_musrroot_runhead:6,getobject:6,cerr:[12,6],endl:[12,6],couldn:[12,6],get:[12,7,8,6,9],closefil:6,extractal:6,decod:6,fill:[12,6,10],getter:6,bool_t:[12,6],ival:6,cout:6,els:[12,6,9,7],getvalu:6,geterror:6,getunit:6,getdemand:6,getdescript:6,mechan:[12,6],inde:6,minimum:6,scheme:6,musrrootvalid:6,recurs:6,pars:6,temporari:6,xml:[],ampl:[12,6],parser:[6,9],hand:[12,6,9],decent:6,book:6,libxml2:[6,9],becaus:[6,7],suppos:[12,6,9],against:6,schema:6,lmu:[6,7],semant:6,preform:6,cross:[12,6,9],facil:[12,6,7],musrrootlem:6,poitiv:6,wew:6,hdecay023:6,detector023:6,potenti:[],discontinu:6,"break":6,element:6,left:[6,11,7],npp:[12,7,6,9,10],spectromet:[12,6,8,10],good:[12,6,9,7],enough:[12,6,9],cryo:6,cryostat:6,oven:6,konti:6,pim3:[12,6,10],hypothet:6,light:6,per:[12,6,7],bottom:6,split:[12,6,9],mind:6,symbol:[6,9],hdecay003:6,hdecay004:6,hdecay007:6,hdecay008:6,hdecay011:6,hdecay012:6,hdecay013:6,hdecay014:6,hdecay017:6,hdecay018:6,hdecay021:6,hdecay022:6,hdecay024:6,hdecay027:6,hdecay028:6,hdecay031:6,hdecay032:6,hdecay033:6,hdecay034:6,hdecay037:6,hdecay038:6,continu:6,"switch":[12,7,8,6,9],jump:[12,6],cpp:[12,6],"00z":6,nemu:[12,6,9],lem12_his_0234:6,said:6,detector038:6,insert:6,x123:6,perp:6,spin:[12,6,11,10],mue4:[12,6,7],scalerinfo:6,runsummari:6,wed:6,oct:6,lco:6,wtf:6,kev:[6,11],ledb:6,buc:6,edit:[10,6,9,7],euc:6,event:[6,10],event_0:6,mcp1:6,event_1:6,mcp2:6,event_2:6,lemusr:6,problem:[],deviat:[12,6],hereaft:6,snip:6,somewher:[6,9,7],token:[12,6],val:[12,6],err:6,cf4:6,cf5:6,editor:[10,9,7],suit:[10,11,7,12],intend:[12,9,7],eventu:[10,7],drop:[9,7],outdat:[12,9,7],earli:[12,7],anymor:[9,7],still:[12,11,9,7],urg:7,strongli:[12,9,7],recommend:[11,9,7],shell:[12,9,7],tab:[12,7],startup:[],displai:[12,11,9,7],locat:[12,9,7,11,10],proof:7,exec_path:7,path_to_exec:7,musrview:[],musrt0:[],insid:[12,11,9,7],default_save_path:7,save_path:7,msr_default_file_path:7,msr_def_path:7,timeout:[12,7],canva:[10,7,12],keep_minuit2_output:7,flag:[12,7],minuit2:[12,9,7],kept:[12,7],dump_ascii:7,dump:[12,7],dump_root:7,title_from_data_fil:7,chisq_pre_run_block:7,chisq:[10,7,12],estimate_n0:7,procedur:[12,9,7,11,10],musrview_show_fouri:7,fourier:[],transform:[12,9,7,11,10],domain:[10,7,12],musrview_show_avg:7,averag:[12,11,7],power:[12,7,8,9,10],spectra:[12,7],enable_musrt0:7,font_set:7,font:[9,7],font_nam:7,font_siz:7,size:[12,7],msr_file_default:7,institut:[10,7,12],inst:7,ral:7,jparc:7,file_format:[12,7],nexu:[],musr:[12,7],ppc:[10,7,12],mdu:[10,7,12],wkm:[10,7,12],mud:[10,7,12],lifetime_correct:7,lifetimecorrect:[12,7],msr2data_default:7,tick:7,chain_fit:7,write_data_head:7,ignore_data_header_info:7,write_column_data:7,create_msr_file_onli:7,fit_onli:7,global_plu:7,recreate_data_fil:7,open_file_after_fit:7,experienc:[9,7],who:7,help_sect:7,variou:[12,9,7],messag:[12,7],musr_web_x:7,link:[12,9,7],main:[10,9,7],musrft:[],func_pixmap_path:7,pix_path:7,latex:7,pixmap:7,visual:[10,7],theory_funct:7,syntax:[12,7],func:7,menu:[10,9,7,12],pictur:7,utf:[12,11,9,7],xmln:[12,7],html:7,usr:[9,7],local:[11,9,8,7],share:[12,9,8,7],doc:[10,9,7,12],chisq_per_run_block:7,recent_fil:7,path_file_nam:7,musr_web_main:7,musr_web_titl:7,thetitl:7,musr_web_paramet:7,thefitparameterblock:7,musr_web_theori:7,thetheoryblock:7,musr_web_funct:7,thefunctionsblock:7,musr_web_run:7,therunblock:7,musr_web_command:7,thecommandsblock:7,musr_web_fouri:7,thefourierblock:7,musr_web_plot:7,theplotblock:7,musr_web_statist:7,thestatisticblock:7,musr_web_msr2data:7,musr_web_musrft:7,a_2:7,"3_musrft":7,monospac:7,latex_imag:7,asymmetri:[],png:[12,7],statgsskt:[12,7],rate:[10,11,7,12],"static":[11,9,7],gauss:[10,11,7,12],respect:[12,9,7,11,10],bar:[12,7],keyboard:[10,7],shortcut:[],scratch:7,too:[9,7],priori:7,knowledg:7,calcul:[10,11,7,12],log:[12,11,7],max:[12,7],likelihood:[12,11,7],kei:[],alt:7,equival:[12,9,7],mai:[12,9,7],chosen:[12,9,7],swap:[12,7],vice:[12,7],versa:[12,7],adjust:[10,9,7,12],initi:[12,9,7,11,10],fitter:7,own:[12,7],docu:[12,8,7],raw:[12,7],dump_head:[],stage:[12,7],wand:7,coupl:[12,8,7],dialogu:7,briefli:7,explicit:[12,7],year:[12,8,7],pull:[9,7],choosen:7,rrf:[],minu:7,transvers:[10,7,12],longitudin:7,choic:[12,9,7],question:[12,7],ask:[9,7],correctli:[10,9,7,12],proper:[12,8,7],prompt:[12,9,8,7],peak:[12,11,7],pop:7,disadvantag:7,freeli:7,custom:[12,7],cost:7,yourself:7,stand:[8,7],whatev:[8,7],press:[10,7,12],syntact:7,appropri:[8,7],previous:7,handi:7,furthermor:[12,9,7],pack:[10,9,7,12],minuit:[12,11,7],reset:[12,7],sometim:[12,7],went:[9,7],wrong:7,leav:7,far:[12,7],iter:[12,11,7],individu:[12,7],tediou:[11,7],popup:7,asym:7,uncheck:7,unselect:7,modifi:[11,7],degre:[10,7,12],cancel:7,anyth:[12,7],scale:[12,7],factor:[12,7],absolut:[10,9,7,12],explor:[9,8],hal:[12,8],memo:[12,8],rotat:[12,8,10],tremend:[9,8],muonium:[12,8],appl:[9,8],cpu:[12,9,8],straight:8,multi:[12,9,8],thread:[12,9,8],doesn:8,openmp:[12,9,8],shop:8,bui:8,gamer:8,sure:[12,9,8],server:[9,8],suffici:[11,8],strong:[12,8,10],yet:[12,11,8,10],fall:[12,8],back:[12,8],conceptu:8,latest:[9,8],hardwar:8,crunch:8,readi:[12,9,8],acceler:[12,8],termin:[12,9,8,10],lspci:8,grep:[9,8],corpor:8,gk110bgl:8,rev:[12,11,8],recogn:8,download:[9,8],center:[11,8],hat:[9,8],enterpris:8,rhel:[9,8],rpm:[9,8],diag:8,rhel7:8,x86_64:8,conflict:8,nouveau:8,reboot:8,machin:[11,9,8],omit:[12,9,8],thin:[11,8],host:8,incorpor:8,paper:8,wiki:8,brief:[9,8],clone:[9,8],got:8,consist:[12,11,8],gitlab:[12,9,8],uldis_l:8,mkdir:[9,8],denable_musr:8,dcmake_install_prefix:[9,8],exec:8,non:[],librari:[11,9,8,12],"super":8,sbin:[9,8],ldconfig:[9,8],ld_library_path:[9,8],launchctl:[9,8],setenv:[9,8],checkout:[9,8],branch:[9,8],dks6:8,soon:9,want:[12,9],tell:12,aslib:9,bmwlib:9,prefix:9,rootsi:[9,8],lookup:8,superus:[9,8],ddk:8,disabl:[12,9,8],daslib:[9,8],dbmwlib:[9,8],dnexu:[9,8],vga:8,advanc:8,micro:[12,8],devic:8,inc:8,ati:8,hawaii:8,grenada:8,"290x":8,amdgpu:8,pro:[9,8],unpack:[9,8],tar:[12,9,8],jxvf:8,blabla:8,usermod:8,video:8,technolog:8,materi:8,leverag:8,amp:8,xvjf:8,sdkinstal:8,linux64:8,bz2:[12,8],opt:[12,9,8],amdappsdk:8,note:[11,9,8,12],instruct:[12,9,8],compil:[12,9,8],xcode:[9,8],deliv:8,easiest:[9,8],involv:[11,8],demonstr:9,"while":9,brave:9,virtual:9,encourag:9,gcc:[12,9],tool:[12,9],autoconf:9,libtool:9,toolchain:[],drope:[],releas:[12,9],plan:[],pkg:9,config:9,boost:9,spirit:9,scientif:[12,11,9],effici:[12,11,9],mathemat:[12,9],fftw:9,fast:9,discret:[9,10],toolkit:9,gnome:9,hdf4:[12,9],manag:9,hdf5:[12,9],minixml:9,neutron:9,rai:9,scienc:9,focus:9,seriou:9,distribut:[],fedora:9,debian:9,ubuntu:9,mint:9,opensus:9,nativ:9,microsoft:9,distributor:9,taken:[12,9],dev:9,devel:9,trick:9,never:9,qt4:9,yum:9,gsl:9,qtwebkit:9,qt5:9,epel:9,qtbase:9,qtsvg:9,dpkg:9,apt:9,libboost:9,libgsl:9,libfftw3:9,libqt4:9,libqtwebkit:9,qtbase5:9,libqt5svg5:9,libqt5webkit5:9,everyon:9,know:9,himself:9,doe:[12,9],websit:9,engin:9,mxml:9,hdf:9,libmxml1:[],libmxml:9,libhdf4:9,libhdf5:9,urgent:[12,9],isi:[12,9],safe:[12,9],master:9,repositori:9,github:9,com:9,nexusformat:9,denable_hdf5:9,denable_hdf4:9,denable_mxml:9,sudo:9,flavour:9,legaci:9,incompat:9,guess:[12,9],warn:[12,9],upgrad:9,recompil:9,redhat:9,libx11:9,libxft:9,libxpm:9,libxext:9,systemat:9,term:9,offici:9,root_build:9,dgminim:9,dasimag:9,dmathmor:9,dminuit2:9,dxml:9,root_exec:9,multicor:9,miss:[12,9],told:9,luke_skywalk:9,echo:9,bashrc:9,bash_profil:9,restart:9,onc:[12,11,9,10],proceed:9,recent:[12,9],muonspin:9,root5:[],root6:9,newer:9,dec:9,whether:12,uninstal:[],xarg:9,install_manifest:9,altern:[12,9],autogen:[],prepar:9,successfulli:[12,9],makefil:12,besid:[],fftw3:[11,9],boostinc:[],qt3:9,qt47:[],lib64:[],omp:12,parallel:[12,11,10],detect:10,permiss:[],dbnmrlib:9,bnmrlib:9,dqt_based_tool:9,dqt_version:9,auto:9,dtry_openmp:9,core:9,finish:[9,10],musrfitpath:9,musrfit_startup:[],built:[12,9],everth:[],src:9,musredit_qt5:9,qmake:9,fine:9,skip:9,higher:9,uic:9,quick:[12,9],hasn:9,adventur:9,advic:9,wonder:9,occur:9,great:9,gain:9,nice:[11,9],unix:9,revis:[12,9],fulfil:9,abl:9,a2p:9,passwd:9,binutil:9,bison:9,bzip2:9,colorgcc:9,coreutil:9,curl:9,cygutil:9,editright:9,findutil:9,flex:9,adob:9,dpi100:9,dpi75:9,alia:9,bitstream:9,ibm:9,type1:9,sun:9,misc:9,xfree86:9,fontconfig:9,freeglut:9,gawk:9,gcc4:9,fortran:9,gccmakedep:9,gettext:9,ghostscript:9,std:[12,9],giflib:9,gmp:9,groff:9,gzip:9,inputproto:9,jasper:9,jpeg:9,lapack:9,libbz2_1:9,libcharset1:9,libcurl4:9,libfftw3_3:9,libgcc1:9,libgd:9,libgif:9,libgl:9,libgl1:9,libglu:9,libglu1:9,libglut:9,libglut3:9,libgmp:9,libgmp3:9,libgomp1:9,libic:9,libice6:9,libjpeg:9,libjpeg62:9,liblapack:9,libmpfr:9,libmpfr1:9,libncurs:9,libncurses9:9,libosmesa:9,libosmesa7:9,libpng:9,libpng14:9,libreadline6:9,libsm:9,libsm6:9,libssh2_1:9,libstdc:9,libtiff:9,libtiff5:9,libx11_6:9,libxau:9,libxau6:9,libxaw7:9,libxcb:9,xlib:9,libxcursor:9,libxcursor1:9,libxdmcp:9,libxdmcp6:9,libxext6:9,libxfix:9,libxfixes3:9,libxfont:9,libxfont1:9,libxft2:9,libxi:9,libxi6:9,libxkbfile1:9,libxmu:9,libxmu6:9,libxpm4:9,libxrend:9,libxrender1:9,libxt:9,libxt6:9,login:9,makedepend:9,man:9,mpfr:9,nano:9,opengl:9,openssh:9,openssl:9,pdftk:9,perl:9,ping:9,psutil:9,python:9,readlin:9,rebas:9,rgb:[12,9],rsync:9,sed:9,subvers:9,tcltk:9,terminfo:9,unzip:9,vim:9,w32api:9,icon:[12,9,10],xauth:9,xextproto:9,xfontsel:9,xinit:9,xkbcomp:9,xkeyboard:9,xkill:9,xlogo:9,xlsfont:9,xorg:9,xproto:9,xrdb:9,xrefresh:9,xset:9,xterm:9,zip:9,zlib:9,zlib0:9,libqt3support4:9,libqtassistantclient4:9,libqtcore4:9,libqtdbus4:9,libqtdesigner4:9,libqtgui4:9,libqthelp4:9,libqtnetwork4:9,libqtopengl4:9,libqtscript4:9,libqtscripttools4:9,libqtsql4:9,libqtsvg4:9,libqttest4:9,libqtwebkit4:9,libqtxml4:9,libqtxmlpatterns4:9,posix:9,convent:[11,9],hard:9,drive:9,network:9,cygdriv:9,stick:9,had:9,x_yy_z:9,"1_33_1":9,librpc:9,sunrpc:9,track:9,patch1:9,www:[11,9],hdfgroup:9,ftp:9,jpegsrc:9,v6b:9,msweet:9,project3:9,hdf_current:9,precompil:9,xzf:9,root_v5:9,win32gcc:9,due:[12,11,9],visit:9,gminim:9,asimag:9,mathmor:9,accomplish:9,usernam:9,qtdir:9,i686:9,reopen:9,qt56:[],readili:9,startxwinrc:9,status_access_viol:9,ash:9,rebaseal:9,resolv:9,administr:9,privileg:9,extent:9,emploi:9,emphas:9,rout:9,dvd:9,xcodebuild:9,licens:[12,9],x11:9,leopard:9,snow:9,xquartz:9,macosforg:[],trac:[],newest:9,port:9,selfupd:9,remark:[12,9],synchron:9,frequent:9,happen:9,servic:9,firewal:9,svn:9,trunk:9,dport:9,sync:9,pkgconfig:9,qtwebengin:9,past:9,unfortun:9,subject:9,mini:9,michaelrsweet:9,lazi:9,dmg:9,sierra:9,writ:9,root_v6:9,macosx64:9,clang91:9,owner:9,life:[12,9,10],chown:9,chgrp:9,staff:9,exactli:[12,9],wisdom:[11,9],harder:9,adopt:[12,9],parenthes:[12,9],macosx:9,plist:9,doctyp:9,dtd:9,propertylist:9,dict:9,qt3mac:9,stabl:9,crypto:9,unstabl:9,finkcommand:9,boost1:9,nopython:9,shlib:9,libtool2:9,qtwebenginecor:9,qtwebenginewidget:9,bit:9,earlier:9,"1_63_0":9,cpp11:9,circumst:9,finder:9,workaround:9,dyld_library_path:9,mgui:9,differenti:[12,10],diamagnet:[11,10],approxim:10,geometri:10,positron:[11,10],counter:[12,10],precess:10,"3110_tutori":10,conveni:10,underli:10,divid:[11,10],xyz:10,normup:10,bgup:10,phaseup:10,normdown:10,bgdown:10,phasedown:10,normright:10,bgright:10,phaseright:10,asymsig1:10,ratesig1:10,fieldsig1:10,asymsig2:10,ratesig2:10,fieldsig2:10,uncertainti:[11,10],asymmetr:10,lower:[12,10],upper:[12,10],constant:[13,12,10],background:[12,10],uncorrel:10,three:[12,11,10],remain:10,signal:[12,11,10],holder:10,amplitud:10,depolar:[12,11,10],simplexpo:[12,10],tfieldco:[12,10],map1:[12,10],fun1:[12,10],frequenc:[12,11,10],simplegss:[12,10],fun2:[12,10],predefin:[12,10],multipli:[12,10],sign:10,fun:10,interrel:10,gamma_mu:[12,10],par12:[12,10],par15:10,altogeth:[12,10],deltat_pta_gps_3110:10,fittyp:[12,10],norm:[12,10],backgr:[12,10],map2:[12,10],map3:10,undefin:10,implant:[11,10],exce:10,mino:[12,11,10],mhz:[12,11,10],fourier_pow:[12,10],apod:[12,10],weak:[12,10],medium:[12,10],real_and_imag:[12,10],par3:[12,10],imaginari:[12,10],drawn:[12,10],abscissa:[12,10],ordin:[12,10],use_fit_rang:[12,10],third:[12,11,10],ndf:10,freedom:[12,10],converg:[12,11,10],blue:[12,10],maximum:[12,10],count:[12,10],zoom:[12,10],graph:[12,10],around:[12,10],cursor:[12,10],suitabl:10,repeat:[12,10],proce:[9,10],comma:[12,10],between:[12,11,10],"short":[12,10],conclud:10,attent:[12,11,10],"3111_tutori":10,"3114_tutori":10,"_tutori":10,snapshot:10,dark:10,theme:10,facilit:11,gyromagnet:11,ratio:11,smu:11,outlin:11,literatur:11,reli:11,repeatedli:11,sizabl:11,worth:11,maxim:[12,11],trial:11,deserv:11,effect:[12,11],shift:[12,11],advis:11,prove:11,appreci:11,induct:11,vari:[12,11],dimens:11,incid:11,simul:11,trim:11,arrai:11,total:[12,11],thick:11,solv:11,equat:[12,11],layer:11,account:[12,11],superfluid:11,macroscop:11,dover:11,adjac:11,penetr:11,depth:11,constitu:11,half:11,film:11,userfcn:[12,11],tlondon1dh:11,deg:11,dead:11,tlondon1d1l:11,fraction:[12,11],substrat:11,bilay:11,heterostructur:11,tlondon1d2l:11,trilay:11,tlondon1d3l:11,investig:11,flux:11,probe:11,randomli:11,spatial:11,seri:11,reciproc:11,coeffici:[12,11],coher:[12,11],gaussian:11,cutoff:11,brandt:11,temp:11,phy:[12,11],riseman:[12,11],analyt:11,ginzburg:11,landau:11,yaouanc:[12,11],dalma:[12,11],réotier:[12,11],bessel:[12,11],region:[12,11],triangular:11,grid:11,inter:11,distanc:11,tbulktrivortexlondon:11,tbulktrivortexml:11,tbulktrivortexagl:11,tbulktrivortexngl:11,migrad:[12,11],proven:11,larg:[12,11],futil:11,strategi:[12,11],max_likelihood:[12,11],hess:[12,11],bmw_startup:11,debug:[12,11],one_or_zero:11,deactiv:11,path_to_fil:11,invalid:11,delta_t:11,rest:11,microsecond:11,delta_b:11,resb:11,vortexlattic:11,n_vortexgrid:11,data_path:[12,11],data_path_prefix:11,n_theori:11,invers:11,energy_list:11,energy_label:11,rge:11,expect:[12,11],belong:11,wordsofwisdom:11,trimsp:11,"02_0":11,"03_0":11,"03_6":11,"05_0":11,"05_3":11,relax:[12,11],slr:11,reson:[12,11],lineshap:11,puls:[12,11],evolut:11,salman:[11,13],prl:11,lifetim:[12,11],exponenti:[12,11],exprlx:11,stretch:11,sexprlx:11,expon:[12,11],chemic:11,anisotropi:11,powder:11,mehr:11,solid:[12,11],springer:11,axial:11,symmetr:11,observ:11,paralel:11,perpendicular:11,symmetri:11,anisotrop:11,along:[12,11],loss:11,ellipt:11,linegauss:11,fwhm:11,height:11,lorentzian:11,linelorentzian:11,laplacian:11,linelaplac:11,skew:11,lineskewlorentzian:11,width:[12,11],lineskewlorentzian2:11,convolut:11,powderlineaxiallor:11,powderlineaxialgss:11,powderlineasymlor:11,princip:11,powderlineasymgss:11,gpl:12,philosophi:12,abil:12,fcn:12,sever:12,correl:12,renam:12,msr_file_without_extens:12,msr_file:12,maxlh:12,estimaten0:12,timeout_tag:12,overwrit:12,prevent:12,orphan:12,jam:12,"8472_tf_histo":12,avg:12,graphic_format_extens:12,session:12,"8472_0":12,gif:12,jpg:12,svg:12,xpm:12,"8472_x":12,experiment:12,action:12,canvas:12,toggl:12,spectrum:12,area:12,hair:12,consid:12,beta:[],feed:12,exit:12,"3310_0":12,subtract:12,fopt:12,neither:12,nor:12,pad:12,angular:12,interpret:12,lem15_his_01234:12,rebin:12,fudg:12,elimin:12,sens:12,tweak:12,tdc_hifi_2014_00153:12,mnsi:12,"50k":12,unzoom:12,crosshair:12,gett0frompromptpeak:12,firstgoodbinoffset:12,argument:12,color:12,channel:12,interrupt:12,msr_file_in:12,msr_file_out:12,parc:12,wors:12,aim:12,idf1:12,idf2:12,nexus1:12,nexus2:12,flexibl:12,filenamelist:12,lem10_his_0111:12,lem10_his_0113:12,run3:12,runstart:12,runend:12,rrrr:12,rrrrrr:12,yyyi:12,unless:12,sent:12,stdout:12,compress:12,absent:12,lem10_his_0123:12,lem10_his_0123_v2:12,idf:12,deltat_tdc_gps_:12,d2001:12,deltat_tdc_gps_0123:12,deltat_tdc_gps_0137:12,deltat_tdc_alc_:12,rrr:12,spit:12,psi_gps_:12,psi_:12,"_gps_":12,psi_gps_run_100to117:12,archiv:12,lem10_his_0012:12,rebin25:12,lem10_his_0123_rebin25:12,runno:12,fileformat:12,pta:12,ltf:12,dolli:12,gpd:12,hifi:12,tdc_hifi_2015_00123:12,construct:12,path_to_data:12,write_per_run_block_chisq:12,pearson:12,fourier_set:12,phase_incr:12,phincr:12,increment:12,optim:12,root_set:12,marker_list:12,marker:12,color_list:12,intranet:12,mnt:12,unlik:12,headlin:12,style:12,lower_boundari:12,upper_boundari:12,init:12,alpha:12,asi:12,freq:12,constrain:12,semi:12,par:12,asy1:12,rate1:12,asy2:12,field2:12,rate2:12,whitespac:12,avoid:12,whenev:12,abbr:12,express:12,"const":12,generexpo:12,stg:12,statgssktlf:12,sgktlf:12,dyngssktlf:12,dgktlf:12,statexpkt:12,sekt:12,statexpktlf:12,sektlf:12,dynexpktlf:12,dektlf:12,combilgkt:12,lgkt:12,strkt:12,skt:12,spinglass:12,spg:12,rdanisohf:12,rahf:12,internfld:12,internbsl:12,internfldgk:12,ifgk:12,internfldl:12,ifll:12,abragam:12,skewedgss:12,skg:12,staticnkzf:12,snkzf:12,staticnktf:12,snktf:12,dynamicnkzf:12,dnkzf:12,dynamicnktf:12,dnktf:12,muminusexptf:12,mmsetf:12,polynom:12,hayano:12,conden:12,matter:12,keren:12,uemura:12,crook:12,cywinski:12,turner:12,harshman:12,kornilov:12,pomjakushin:12,letter:12,larkin:12,physica:12,condens:12,noak:12,kalviu:12,oxford:12,simplifi:12,formula:12,ident:12,compact:12,difficulti:12,simultan:12,address:12,funx:12,complic:12,dictionari:12,libmylibrari:12,tmyfunct:12,auxiliari:12,arithmet:12,divis:12,sin:12,tan:12,aco:12,asin:12,atan:12,cosh:12,sinh:12,tanh:12,acosh:12,asinh:12,atanh:12,exp:12,sqrt:12,pow:12,parx:12,par5:12,mapi:12,denot:12,frac1:12,shorten:12,logic:12,fire:12,addt0:12,rrf_freq:12,rrf_pack:12,rrf_phase:12,exact:12,pie3:12,particular:12,run_file_nam:12,record:12,digress:12,musrfulldatapath:12,colon:12,smith:12,lem07_his_2018:12,musrfulldatapathtoken:12,runnam:12,ext:12,lem07_2018_rb1_npp:12,d2007:12,deltat_pta_gps_2650:12,d2010:12,deltat_tdc_gpd_8472:12,mue1:12,beauti:12,muminu:12,t0addrun1:12,t0addrun2:12,t0addrun1forward:12,t0addrun1backward:12,t0addrun2forward:12,t0addrun2backward:12,sum:12,onlin:12,angl:12,nanosecond:12,fun3:12,transfer:12,ten:12,fgb:12,lgb:12,larger:12,direct:12,span:12,meaningless:12,simplex:12,batch:12,anywher:12,contour:12,mnplot:12,optimum:12,list_of_param_to_be_fix:12,restor:12,freq1:12,freq2:12,complex:12,fit_rang:12,flavor:12,n00:12,n01:12,n10:12,n11:12,nn0:12,nn1:12,inlin:12,scale_n0_bkg:12,fals:12,print_level:12,footnot:12,bigger:12,phd:12,thesi:12,ubc:12,val0:12,sep:12,val1:12,valn:12,parx0:12,parx1:12,parxn:12,par7:12,par17:12,par22:12,par27:12,par32:12,par37:12,par42:12,par47:12,par52:12,par57:12,par62:12,par67:12,par72:12,par77:12,par82:12,fcp:12,bcp:12,relative_bcp:12,parrx0:12,rel:12,summ:12,parxj:12,parr:12,obvious:12,offest:12,range_for_phase_correct:12,par8:12,nsec:12,min:12,sub_rang:12,view_pack:12,logx:12,logarithm:12,logi:12,khz:12,par4:12,downward:12,upward:12,unwant:12,rid:12,filter:12,kaiser:12,fail:12,tricki:12,compon:12,ideal:12,uncontrol:12,ghost:12,imperfect:12,distort:12,dispers:12,fold:12,substanti:12,infer:12,math:12,mathrm:12,theoret:12,rearrang:12,unbin:12,histogramm:12,reserv:12,plug:12,simpler:12,why:12,although:12,declar:12,puserfcnbas:12,evalu:12,cassert:12,cmath:12,namespac:12,constructor:12,destructor:12,needglobalpart:12,"void":12,setglobalpart:12,globalpart:12,uint_t:12,idx:12,globalpartisvalid:12,classdef:12,destroi:12,peculiar:12,ness:12,introductori:12,topic:12,const_correct:12,herein:12,classimp:12,assert:12,arg:12,linkdef:12,tmylibrarylinkdef:12,ifdef:12,"__cint__":12,pragma:12,endif:12,wise:12,attach:12,tmylibrari:12,libtmylibrari:12,sensibl:12,bluish:12,node:12,uf1:12,uf2:12,entiti:12,ineffici:12,associ:12,ufx:12,g_ufx:12,consum:12,abrikosov:12,cycl:12,thu:12,overhead:12,tmyglobalfunct:12,isvalid:12,fvalid:12,fprevparam:12,calcsomethingcpuexpens:12,liklei:12,getwhatisneed:12,privat:12,finvokedglob:12,fidxglob:12,fglobaluserfcn:12,static_cast:12,sorri:12,resiz:12,pointer:12,dynamic_cast:12,retriev:12,pseudo:12,increas:12,safeti:12,manjaro:9,antergo:9,distro:9,deb:9,installatio:9,ration:12,indicationg:12,helic:12,opposit:12,zaher:13,robert:13,scheuermann:13,contruct:13},objects:{},objtypes:{},objnames:{},titleterms:{acknowledg:13,any2mani:[12,0],univers:0,"\u03bcsr":[12,5,0,6,11],file:[4,12,7,0,6,11,10],format:[12,6,0],convert:0,bugtrack:1,how:2,cite:2,musrfit:[4,12,7,3,8,2,9,10],welcom:3,document:[3,11],indic:3,tabl:3,msr2data:[4,12,10],program:4,automat:4,process:[4,10],multipl:[4,10],msr:[4,12,10],basic:[4,12,6,7],type:[4,12],usag:[4,12,5,7],run:[4,12,6],list:4,structur:4,option:[4,9],paramet:[4,5,7],global:[4,12],mode:4,gener:[4,12],extract:4,extend:4,known:4,limit:4,graphic:[4,5,8],user:[4,12,5,6,11],interfac:[4,6,5,7],provid:4,musredit:[4,9,7],mupp:5,plotter:5,script:5,summari:5,musrroot:6,extens:[12,6],open:6,some:6,concern:6,root:[6,9],inform:6,contain:6,runhead:6,runinfo:6,overview:6,tmusrrunhead:6,concept:6,header:6,write:6,read:[6,10],valid:6,requir:[6,9],detectorinfo:6,sampleenvironmentinfo:6,magneticfieldenvironmentinfo:6,beamlineinfo:6,exhaust:6,tree:6,includ:6,everyth:[6,9],tmusrrunphysicalquant:6,possibl:6,represent:6,gui:7,base:7,introduct:[12,11,7],avail:[12,7],execut:[12,7],configur:[12,7],musrgui:[9,7],musredit_startup:7,xml:[12,11,7],featur:7,musrwiz:7,theori:[12,7],"function":[12,11,7],map:[12,7],fit:[10,8,7,12],info:7,creat:7,musrstep:7,set:[9,8],high:8,speed:8,gpu:[12,8],tesla:8,k40c:8,nvidia:8,driver:8,instal:[9,8],cuda:8,via:[9,8],automak:[],cmake:[9,8],amd:8,card:8,radeon:8,"390x":8,app:8,softwar:[9,8],develop:8,kit:8,sdk:8,enabl:[12,8],opencl:[12,8],support:[12,9,8],maco:[9,8],differ:9,platform:9,oper:9,system:9,restrict:9,gnu:9,linux:9,nexu:9,build:9,last:9,step:9,obsol:9,check:9,window:9,cygwin:9,potenti:9,problem:9,mac:9,macport:9,packag:9,from:9,sourc:9,environ:9,variabl:9,fink:9,obsolet:9,tutori:10,singl:[12,10],histogram:[12,10],determin:10,data:[11,10],rang:10,musrt0:[12,10],model:[11,10],view:10,musrview:[12,10],further:10,asymmteri:10,lib:11,meissner:11,profil:11,vortex:11,lattic:11,relat:11,bmw:11,libfitpofb:11,dimension:11,london:11,state:11,isotrop:11,superconductor:11,bulk:11,field:11,distribut:11,mix:11,startup:11,nonloc:11,superconduct:11,screen:11,analyz:11,"\u03b2":11,nmr:[12,11],bnmr:11,libbnmr:11,liblineprofil:11,manual:12,kei:12,shortcut:12,musrft:12,msr2msr:12,dump_head:12,musrfit_startup:12,descript:12,titl:12,fitparamet:12,block:12,command:12,fourier:12,plot:12,statist:12,rrf:12,asymmetri:12,neg:12,muon:12,non:12,without:12,object:12,access:12,technic:12,framework:12,beta:12},envversion:43})
\ No newline at end of file
diff --git a/doc/html/setup-dks.html b/doc/html/setup-dks.html
index 5ee2ebcc..9a47b034 100644
--- a/doc/html/setup-dks.html
+++ b/doc/html/setup-dks.html
@@ -6,7 +6,7 @@
- Setting up musrfit / DKS: High Speed Fitting with GPU’s — musrfit 1.4.2 documentation
+ Setting up musrfit / DKS: High Speed Fitting with GPU’s — musrfit 1.5.0 documentation
@@ -14,7 +14,7 @@
-
+
@@ -41,7 +41,7 @@
@@ -1023,7 +1023,7 @@ Therefore, this block is only present to potentially shorten the msr file and to
rrf_freq for fittype 1, 3
rrf_packing for fittype 1, 3
rrf_phase for fittype 1, 3
-
packing for fittype 0, 2, 4
+
packing for fittype 0, 2, 4, 5
For a detailed discussion of these entries see the section RUN block.
The single histo RRF fit and asymmetry RRF fit related entries (fittype 1 and 3 only) have the following syntax:
@@ -1217,6 +1217,8 @@ etc.
Asymmetry RRF Fit (only for online analysis)
4
MuMinus Fit. This is a single histogram fit especially for negative muon μSR
+
5
+
beta-NMR Asymmetry Fit
8
Non-μSR Fit
@@ -1227,8 +1229,8 @@ etc.
-
alpha, beta (fit type 2, 3)
-
These parameters are used to correct the asymmetry for different detector efficiencies, solid angles and initial asymmetries. They are defined as \(\alpha = N_{0,b}/N_{0,f}\) and \(\beta = A_{0,b}/A_{0,f}\). If the parameters are not specified in the RUN block, for each one the value of 1 is assumed. Example for alpha with fit parameter number 1:
+
alpha, beta (fit type 2, 3, 5)
+
These parameters are used to correct the asymmetry for different detector efficiencies, solid angles and initial asymmetries. They are defined as \(\alpha = N_{0,b}/N_{0,f}\) and \(\beta = A_{0,b}/A_{0,f}\). If the parameters are not specified in the RUN block, for each one the value of 1 is assumed (for fittype 5 alpha is estimated from the ration of sum of Bp+Bm and Fp+Fm). Example for alpha with fit parameter number 1:
alpha 1
@@ -1291,9 +1293,17 @@ backward 7-9
+
forward, backward (fit type 5)
+
Numbers of the histograms in the data file that should be taken to calculate the asymmetry. Two forward and backward histograms should be given indicationg positive and negative helicities. The asymmetry from opposite helicities will be subtracted. Examples:
+
# build forward/backward asymmetry with histogram 1 and 3 then subtract asymmetry built with histograms 2 and 4
+forward 1 2
+backward 3 4
+
+
+
-
backgr.fix (fit types 0, 1, 2, 3)
+
backgr.fix (fit types 0, 1, 2, 3, 5)
A fixed constant background in counts per nanosecond or per bin (see below) may be given at this point.
The background is specified for all histograms in the order \(B_f B_b [B_r B_l]\). If this keyword is present, any information on a background line is ignored.
@@ -1307,7 +1317,7 @@ In case histograms are being grouped, the specified channels are interpreted wit
-
background (fit types 2, 3)
+
background (fit types 2, 3, 5)
The numbers of the first and the last channel of an interval from which the constant background should be calculated are specified here.
For all the histograms this is done together in the following order: \(k_{f,\rm first} k_{f,\rm last} k_{b,\rm first} k_{b, \rm last} [k_{r,\rm first} k_{r,\rm last} k_{l,\rm first} k_{l,\rm last}]\).
In case histograms are being grouped, the specified channels are interpreted with respect to the first histograms. Example:
@@ -1327,7 +1337,7 @@ Typically these channels are referred to as
-
data (fit type 2, 3)
+
data (fit type 2, 3, 5)
The numbers of the first and the last channel of an interval from which the data is taken are specified here.
Typically these channels are referred to as first good bin / last good bin (fgb/lgb). For all the histograms this is
done together in the following order: \(k_{f,\rm first} k_{f,\rm last} k_{b,\rm first} k_{b, \rm last} [k_{r,\rm first} k_{r,\rm last} k_{l,\rm first} k_{l,\rm last}]\).
@@ -1347,8 +1357,8 @@ t0 3419 3434 # t0 channels for groupings: forward f1 f2. 3419 t0 for f1, 3434
-
t0 (fit type 2, 3)
-
The numbers of time-zero channels of the histograms in the order \(t_{0,f} t_{0,b}\). Example:
+
t0 (fit type 2, 3, 5)
+
The numbers of time-zero channels of the histograms in the order \(t_{0,f} t_{0,b}\). For fit type 5, the time-zero is the channel of the start of beam pulse. Example:
@@ -1362,7 +1372,7 @@ same syntax as for ADDRUN‘s!
-
addt0 (fit type 2, 3)
+
addt0 (fit type 2, 3, 5)
The numbers of time-zero channels of the histograms in the order \(t_{0,f} t_{0,b} [t_{0,r} t_{0,l}]\).
If grouping of histograms is present (see forward) the same syntax as for t0 applies.
If one addt0 is given, the total number of addt0’s needs to be equal to the total number of ADDRUN‘s!
@@ -1868,8 +1878,47 @@ the single histogram RRF fit apply: if you not urgently need it: do not
Since MuMinus is quite generic, the full functional depends has to be written in the THEORY Block.
For a beta-NMR asymmetry fit (fit type 5) four histograms are needed, two for positive and two for negative helicities. These are given by the forward and backward keywords
+in the RUN block. Additionally, the parameters alpha and beta which relate the detector
+efficiencies, solid angles and initial asymmetries of the two detectors can be supplied. The constant background for the two histograms is either given by
+background-determined intervals or specified through backgr.fix in the RUN-block.
+
The experimental asymmetry \(a(k)\) then is calculated from the four histograms:
musrfit offers the possibility to plug-in user-defined functions implemented in C++ classes to the fitting and plotting routines.
In order to do so, basically two things are needed:
@@ -1896,7 +1945,7 @@ In order to do so, basically two things are needed:
Since the first is simpler this will be explained using an explicit example, before it is discussed why the second option is needed and how it can be used.
-
User Function without global user-function-object access¶
+
User Function without global user-function-object access¶
In the following it is explained in detail how the implementation of a user function is done using the simple example of \(f_a(x) = \sin(a x)/(a x)\),
where the parameter \(a\) should be determined by the fit. Although not necessary for this simple example, the source code is split into two parts,
namely a header file TMyFunction.h containing the class declaration and a second file TMyFunction.cpp including the function implementation
@@ -1999,7 +2048,7 @@ refer to the remark at the end of this section.
-
User Function with global user-function-object access¶
+
User Function with global user-function-object access¶
Before explaining how to use global objects within user functions, it will be shortly explained where is the problem and why this might be a sensible approach.
In musrfit each RUN block (histogram, asymmetry, ...) is owning its own theory-function tree. An example is shown in the figure below.
The bluish nodes are default musrfit functions, whereas the red nodes represent user functions (here labeled by uF1 and uF2). Without global user-function
@@ -2139,7 +2188,7 @@ In case this cannot be ensured, the parallelization can be disabled by ̵