From 49e355f58a212d4bcf3a4fb095580ee7f78164b2 Mon Sep 17 00:00:00 2001 From: Andreas Suter Date: Sat, 21 Feb 2026 16:04:48 +0100 Subject: [PATCH] updated the local user-docu. --- doc/html/_static/basic.css | 8 - doc/html/_static/documentation_options.js | 2 +- doc/html/_static/pygments.css | 66 +++--- doc/html/_static/searchtools.js | 13 +- doc/html/acknowledgement.html | 10 +- doc/html/any2many.html | 10 +- doc/html/bugtracking.html | 10 +- doc/html/cite.html | 10 +- doc/html/file-formats.html | 10 +- doc/html/genindex.html | 52 +++-- doc/html/index.html | 12 +- doc/html/msr2data.html | 10 +- doc/html/mupp.html | 10 +- doc/html/musr-root.html | 196 ++++++++++++++---- doc/html/musredit.html | 10 +- doc/html/objects.inv | Bin 2796 -> 2827 bytes doc/html/search.html | 10 +- doc/html/searchindex.js | 2 +- doc/html/setup-dks.html | 10 +- doc/html/setup-standard.html | 242 ++++++++++------------ doc/html/tutorial.html | 12 +- doc/html/user-libs.html | 20 +- doc/html/user-manual.html | 21 +- 23 files changed, 428 insertions(+), 318 deletions(-) diff --git a/doc/html/_static/basic.css b/doc/html/_static/basic.css index 7ebbd6d07..4738b2edc 100644 --- a/doc/html/_static/basic.css +++ b/doc/html/_static/basic.css @@ -741,14 +741,6 @@ abbr, acronym { cursor: help; } -.translated { - background-color: rgba(207, 255, 207, 0.2) -} - -.untranslated { - background-color: rgba(255, 207, 207, 0.2) -} - /* -- code displays --------------------------------------------------------- */ pre { diff --git a/doc/html/_static/documentation_options.js b/doc/html/_static/documentation_options.js index 070caee4f..19b629dfe 100644 --- a/doc/html/_static/documentation_options.js +++ b/doc/html/_static/documentation_options.js @@ -1,5 +1,5 @@ const DOCUMENTATION_OPTIONS = { - VERSION: '1.9.9', + VERSION: '1.10.0', LANGUAGE: 'en', COLLAPSE_INDEX: false, BUILDER: 'html', diff --git a/doc/html/_static/pygments.css b/doc/html/_static/pygments.css index 0d49244ed..5f2b0a250 100644 --- a/doc/html/_static/pygments.css +++ b/doc/html/_static/pygments.css @@ -6,26 +6,26 @@ span.linenos.special { color: #000000; background-color: #ffffc0; padding-left: .highlight .hll { background-color: #ffffcc } .highlight { background: #eeffcc; } .highlight .c { color: #408090; font-style: italic } /* Comment */ -.highlight .err { border: 1px solid #FF0000 } /* Error */ +.highlight .err { border: 1px solid #F00 } /* Error */ .highlight .k { color: #007020; font-weight: bold } /* Keyword */ -.highlight .o { color: #666666 } /* Operator */ +.highlight .o { color: #666 } /* Operator */ .highlight .ch { color: #408090; font-style: italic } /* Comment.Hashbang */ .highlight .cm { color: #408090; font-style: italic } /* Comment.Multiline */ .highlight .cp { color: #007020 } /* Comment.Preproc */ .highlight .cpf { color: #408090; font-style: italic } /* Comment.PreprocFile */ .highlight .c1 { color: #408090; font-style: italic } /* Comment.Single */ -.highlight .cs { color: #408090; background-color: #fff0f0 } /* Comment.Special */ +.highlight .cs { color: #408090; background-color: #FFF0F0 } /* Comment.Special */ .highlight .gd { color: #A00000 } /* Generic.Deleted */ .highlight .ge { font-style: italic } /* Generic.Emph */ .highlight .ges { font-weight: bold; font-style: italic } /* Generic.EmphStrong */ -.highlight .gr { color: #FF0000 } /* Generic.Error */ +.highlight .gr { color: #F00 } /* Generic.Error */ .highlight .gh { color: #000080; font-weight: bold } /* Generic.Heading */ .highlight .gi { color: #00A000 } /* Generic.Inserted */ -.highlight .go { color: #333333 } /* Generic.Output */ -.highlight .gp { color: #c65d09; font-weight: bold } /* Generic.Prompt */ +.highlight .go { color: #333 } /* Generic.Output */ +.highlight .gp { color: #C65D09; font-weight: bold } /* Generic.Prompt */ .highlight .gs { font-weight: bold } /* Generic.Strong */ .highlight .gu { color: #800080; font-weight: bold } /* Generic.Subheading */ -.highlight .gt { color: #0044DD } /* Generic.Traceback */ +.highlight .gt { color: #04D } /* Generic.Traceback */ .highlight .kc { color: #007020; font-weight: bold } /* Keyword.Constant */ .highlight .kd { color: #007020; font-weight: bold } /* Keyword.Declaration */ .highlight .kn { color: #007020; font-weight: bold } /* Keyword.Namespace */ @@ -33,43 +33,43 @@ span.linenos.special { color: #000000; background-color: #ffffc0; padding-left: .highlight .kr { color: #007020; font-weight: bold } /* Keyword.Reserved */ .highlight .kt { color: #902000 } /* Keyword.Type */ .highlight .m { color: #208050 } /* Literal.Number */ -.highlight .s { color: #4070a0 } /* Literal.String */ -.highlight .na { color: #4070a0 } /* Name.Attribute */ +.highlight .s { color: #4070A0 } /* Literal.String */ +.highlight .na { color: #4070A0 } /* Name.Attribute */ .highlight .nb { color: #007020 } /* Name.Builtin */ -.highlight .nc { color: #0e84b5; font-weight: bold } /* Name.Class */ -.highlight .no { color: #60add5 } /* Name.Constant */ -.highlight .nd { color: #555555; font-weight: bold } /* Name.Decorator */ -.highlight .ni { color: #d55537; font-weight: bold } /* Name.Entity */ +.highlight .nc { color: #0E84B5; font-weight: bold } /* Name.Class */ +.highlight .no { color: #60ADD5 } /* Name.Constant */ +.highlight .nd { color: #555; font-weight: bold } /* Name.Decorator */ +.highlight .ni { color: #D55537; font-weight: bold } /* Name.Entity */ .highlight .ne { color: #007020 } /* Name.Exception */ -.highlight .nf { color: #06287e } /* Name.Function */ +.highlight .nf { color: #06287E } /* Name.Function */ .highlight .nl { color: #002070; font-weight: bold } /* Name.Label */ -.highlight .nn { color: #0e84b5; font-weight: bold } /* Name.Namespace */ +.highlight .nn { color: #0E84B5; font-weight: bold } /* Name.Namespace */ .highlight .nt { color: #062873; font-weight: bold } /* Name.Tag */ -.highlight .nv { color: #bb60d5 } /* Name.Variable */ +.highlight .nv { color: #BB60D5 } /* Name.Variable */ .highlight .ow { color: #007020; font-weight: bold } /* Operator.Word */ -.highlight .w { color: #bbbbbb } /* Text.Whitespace */ +.highlight .w { color: #BBB } /* Text.Whitespace */ .highlight .mb { color: #208050 } /* Literal.Number.Bin */ .highlight .mf { color: #208050 } /* Literal.Number.Float */ .highlight .mh { color: #208050 } /* Literal.Number.Hex */ .highlight .mi { color: #208050 } /* Literal.Number.Integer */ .highlight .mo { color: #208050 } /* Literal.Number.Oct */ -.highlight .sa { color: #4070a0 } /* Literal.String.Affix */ -.highlight .sb { color: #4070a0 } /* Literal.String.Backtick */ -.highlight .sc { color: #4070a0 } /* Literal.String.Char */ -.highlight .dl { color: #4070a0 } /* Literal.String.Delimiter */ -.highlight .sd { color: #4070a0; font-style: italic } /* Literal.String.Doc */ -.highlight .s2 { color: #4070a0 } /* Literal.String.Double */ -.highlight .se { color: #4070a0; font-weight: bold } /* Literal.String.Escape */ -.highlight .sh { color: #4070a0 } /* Literal.String.Heredoc */ -.highlight .si { color: #70a0d0; font-style: italic } /* Literal.String.Interpol */ -.highlight .sx { color: #c65d09 } /* Literal.String.Other */ +.highlight .sa { color: #4070A0 } /* Literal.String.Affix */ +.highlight .sb { color: #4070A0 } /* Literal.String.Backtick */ +.highlight .sc { color: #4070A0 } /* Literal.String.Char */ +.highlight .dl { color: #4070A0 } /* Literal.String.Delimiter */ +.highlight .sd { color: #4070A0; font-style: italic } /* Literal.String.Doc */ +.highlight .s2 { color: #4070A0 } /* Literal.String.Double */ +.highlight .se { color: #4070A0; font-weight: bold } /* Literal.String.Escape */ +.highlight .sh { color: #4070A0 } /* Literal.String.Heredoc */ +.highlight .si { color: #70A0D0; font-style: italic } /* Literal.String.Interpol */ +.highlight .sx { color: #C65D09 } /* Literal.String.Other */ .highlight .sr { color: #235388 } /* Literal.String.Regex */ -.highlight .s1 { color: #4070a0 } /* Literal.String.Single */ +.highlight .s1 { color: #4070A0 } /* Literal.String.Single */ .highlight .ss { color: #517918 } /* Literal.String.Symbol */ .highlight .bp { color: #007020 } /* Name.Builtin.Pseudo */ -.highlight .fm { color: #06287e } /* Name.Function.Magic */ -.highlight .vc { color: #bb60d5 } /* Name.Variable.Class */ -.highlight .vg { color: #bb60d5 } /* Name.Variable.Global */ -.highlight .vi { color: #bb60d5 } /* Name.Variable.Instance */ -.highlight .vm { color: #bb60d5 } /* Name.Variable.Magic */ +.highlight .fm { color: #06287E } /* Name.Function.Magic */ +.highlight .vc { color: #BB60D5 } /* Name.Variable.Class */ +.highlight .vg { color: #BB60D5 } /* Name.Variable.Global */ +.highlight .vi { color: #BB60D5 } /* Name.Variable.Instance */ +.highlight .vm { color: #BB60D5 } /* Name.Variable.Magic */ .highlight .il { color: #208050 } /* Literal.Number.Integer.Long */ \ No newline at end of file diff --git a/doc/html/_static/searchtools.js b/doc/html/_static/searchtools.js index 2c774d17a..91f4be57f 100644 --- a/doc/html/_static/searchtools.js +++ b/doc/html/_static/searchtools.js @@ -513,9 +513,11 @@ const Search = { // perform the search on the required terms searchTerms.forEach((word) => { const files = []; + // find documents, if any, containing the query word in their text/title term indices + // use Object.hasOwnProperty to avoid mismatching against prototype properties const arr = [ - { files: terms[word], score: Scorer.term }, - { files: titleTerms[word], score: Scorer.title }, + { files: terms.hasOwnProperty(word) ? terms[word] : undefined, score: Scorer.term }, + { files: titleTerms.hasOwnProperty(word) ? titleTerms[word] : undefined, score: Scorer.title }, ]; // add support for partial matches if (word.length > 2) { @@ -547,8 +549,9 @@ const Search = { // set score for the word in each file recordFiles.forEach((file) => { - if (!scoreMap.has(file)) scoreMap.set(file, {}); - scoreMap.get(file)[word] = record.score; + if (!scoreMap.has(file)) scoreMap.set(file, new Map()); + const fileScores = scoreMap.get(file); + fileScores.set(word, record.score); }); }); @@ -587,7 +590,7 @@ const Search = { break; // select one (max) score for the file. - const score = Math.max(...wordList.map((w) => scoreMap.get(file)[w])); + const score = Math.max(...wordList.map((w) => scoreMap.get(file).get(w))); // add result to the result list results.push([ docNames[file], diff --git a/doc/html/acknowledgement.html b/doc/html/acknowledgement.html index 30c1bf321..78561acce 100644 --- a/doc/html/acknowledgement.html +++ b/doc/html/acknowledgement.html @@ -6,14 +6,14 @@ - Acknowledgements — musrfit 1.9.9 documentation - + Acknowledgements — musrfit V1.10.0 + - + @@ -112,8 +112,8 @@ extremely competent way to deal with his projects as well as to deal with the ch
-

© Copyright 2025, Andreas Suter. - Last updated on Jun 07, 2025. +

© Copyright 2026, Andreas Suter. + Last updated on Feb 21, 2026.

diff --git a/doc/html/any2many.html b/doc/html/any2many.html index dd45ebea7..f2b02e438 100644 --- a/doc/html/any2many.html +++ b/doc/html/any2many.html @@ -6,14 +6,14 @@ - any2many - a Universal μSR-file-format converter — musrfit 1.9.9 documentation - + any2many - a Universal μSR-file-format converter — musrfit V1.10.0 + - + @@ -102,8 +102,8 @@ For a detailed description see -

© Copyright 2025, Andreas Suter. - Last updated on Jun 07, 2025. +

© Copyright 2026, Andreas Suter. + Last updated on Feb 21, 2026.

diff --git a/doc/html/bugtracking.html b/doc/html/bugtracking.html index 38e6619cf..261aa0e5e 100644 --- a/doc/html/bugtracking.html +++ b/doc/html/bugtracking.html @@ -6,14 +6,14 @@ - Bugtracking — musrfit 1.9.9 documentation - + Bugtracking — musrfit V1.10.0 + - + @@ -101,8 +101,8 @@ or send an e-mail to A. Suter at PSI.


-

© Copyright 2025, Andreas Suter. - Last updated on Jun 07, 2025. +

© Copyright 2026, Andreas Suter. + Last updated on Feb 21, 2026.

diff --git a/doc/html/cite.html b/doc/html/cite.html index 6e99bc137..55b8548b7 100644 --- a/doc/html/cite.html +++ b/doc/html/cite.html @@ -6,14 +6,14 @@ - How to Cite musrfit? — musrfit 1.9.9 documentation - + How to Cite musrfit? — musrfit V1.10.0 + - + @@ -114,8 +114,8 @@
-

© Copyright 2025, Andreas Suter. - Last updated on Jun 07, 2025. +

© Copyright 2026, Andreas Suter. + Last updated on Feb 21, 2026.

diff --git a/doc/html/file-formats.html b/doc/html/file-formats.html index b9dc7dc7d..9cd8adfca 100644 --- a/doc/html/file-formats.html +++ b/doc/html/file-formats.html @@ -6,14 +6,14 @@ - Short description and references to the supported file-formats — musrfit 1.9.9 documentation - + Short description and references to the supported file-formats — musrfit V1.10.0 + - + @@ -415,8 +415,8 @@ Between detectors, there will be an empty line.


-

© Copyright 2025, Andreas Suter. - Last updated on Jun 07, 2025. +

© Copyright 2026, Andreas Suter. + Last updated on Feb 21, 2026.

diff --git a/doc/html/genindex.html b/doc/html/genindex.html index 7634f44be..cfb09b292 100644 --- a/doc/html/genindex.html +++ b/doc/html/genindex.html @@ -5,14 +5,14 @@ - Index — musrfit 1.9.9 documentation - + Index — musrfit V1.10.0 + - + @@ -273,9 +273,9 @@
@@ -289,7 +289,7 @@ @@ -337,15 +337,13 @@

M

- +
    -
  • root-build-macports +
  • root-build-macports
  • root-cern
  • @@ -669,8 +667,8 @@
    -

    © Copyright 2025, Andreas Suter. - Last updated on Jun 09, 2025. +

    © Copyright 2026, Andreas Suter. + Last updated on Feb 21, 2026.

    diff --git a/doc/html/index.html b/doc/html/index.html index 47c19403d..067aea0e9 100644 --- a/doc/html/index.html +++ b/doc/html/index.html @@ -6,14 +6,14 @@ - Welcome to the musrfit documentation! — musrfit 1.9.9 documentation - + Welcome to the musrfit documentation! — musrfit V1.10.0 + - + @@ -106,7 +106,7 @@
  • Documentation of user libs (user functions)
    • Meissner-Profiles / Vortex-Lattice related functions (BMW libs)
    • -
    • Supeconducting Gap-Integrals to calculate \(1/\lambda^2\) vs \(T\)
    • +
    • Superconducting Gap-Integrals to calculate \(1/\lambda^2\) vs \(T\)
    • Nonlocal superconductivity related Meissner screening functions (AS libs)
    • Depth resolved information (AS libs)
    • Functions to analyze β-NMR data (BNMR libs)
    • @@ -198,8 +198,8 @@
      -

      © Copyright 2025, Andreas Suter. - Last updated on Jun 09, 2025. +

      © Copyright 2026, Andreas Suter. + Last updated on Feb 21, 2026.

      diff --git a/doc/html/msr2data.html b/doc/html/msr2data.html index a10d69c9e..610f4ff4a 100644 --- a/doc/html/msr2data.html +++ b/doc/html/msr2data.html @@ -6,14 +6,14 @@ - msr2data - A Program for Automatically Processing Multiple musrfit msr Files — musrfit 1.9.9 documentation - + msr2data - A Program for Automatically Processing Multiple musrfit msr Files — musrfit V1.10.0 + - + @@ -428,8 +428,8 @@ fit serves as template for the second and so on. The template field stays empty
      -

      © Copyright 2025, Andreas Suter. - Last updated on Jun 07, 2025. +

      © Copyright 2026, Andreas Suter. + Last updated on Feb 21, 2026.

      diff --git a/doc/html/mupp.html b/doc/html/mupp.html index 8464e8ef9..f0f503949 100644 --- a/doc/html/mupp.html +++ b/doc/html/mupp.html @@ -6,14 +6,14 @@ - mupp - μSR Parameter Plotter — musrfit 1.9.9 documentation - + mupp - μSR Parameter Plotter — musrfit V1.10.0 + - + @@ -308,8 +308,8 @@ SCRIPT COMMANDS:
      -

      © Copyright 2025, Andreas Suter. - Last updated on Jun 07, 2025. +

      © Copyright 2026, Andreas Suter. + Last updated on Feb 21, 2026.

      diff --git a/doc/html/musr-root.html b/doc/html/musr-root.html index 07b9a2db4..4822a835b 100644 --- a/doc/html/musr-root.html +++ b/doc/html/musr-root.html @@ -6,14 +6,14 @@ - MusrRoot - an Extensible Open File Format for μSR — musrfit 1.9.9 documentation - + MusrRoot - an Extensible Open File Format for μSR — musrfit V1.10.0 + - + @@ -134,13 +134,20 @@ which allows to inspect these files. This browser (TObject.

      The MusrRoot file format to be described below is only using a small subset of possible ROOT objects, namely:

        -
      • TFolder: this are the top level objects in the MusrRoot file.

      • +
      • TFolder/TDirectory: this are the top level objects in the MusrRoot file.

      • TH1F: Hold the μ-decay-histograms.

      • -
      • TObjArray: Holding collection of header information.

      • +
      • TObjArray/TDirectory: Holding collection of header information.

      • TObjString: Holding the content of any header information.

      Since all these objects are deriving form TObject, they will be directly accessible via the TBrowser-object. For instance, the μ-decay-histograms can be directly plotted, are even fitted, out of the box.

      +
      +

      Note

      +

      Since TFolder has bee marked as deprecated from the ROOT team, we +will gradually switch over to use TDirectory instead. This will have a minimal impact on +the following, as you will see. In the description to follow, the term “folder” will be used +synonymous with “directory”. Only if necessary it will be distinguished.

      +

      MusrRoot an Extensible Open File Format for μSR

      @@ -173,7 +180,7 @@ For instance, the μ-decay-histograms can be directly plotted, are even fitted, in C/C++ notation, starting with ‘1’) is the histogram number. The title and name of the histogram (see description of the TH1F ROOT class) contains the label of the histogram, like ‘top’, ‘forward’, etc. How many of these histograms are present is accessible through the RunInfo folder in which the necessary header information are found (details see next sections). The folder SCAnaModule contains histograms of some of the slow-control parameters, as for instance the sample temperature versus time, the applied field versus time, etc. Again the label of the histogram will give more specific information about its content.

      Run Information Contained in RunHeader

      -

      The RunHeader contains all needed meta-information to describe a μSR-run. The list of the minimal number of required “folders” of the RunHeader is given in the following structure:

      +

      The RunHeader contains all needed meta-information to describe a μSR-run. The list of the minimal number of required “folders” of the RunHeader is given in the following structure (deprecated):

      RunHeader (TFolder) ---|
                              |- RunInfo (TObjArray)
                              |- DetectorInfo (TObjArray)
      @@ -182,8 +189,24 @@ in C/C++|- BeamlineInfo (TObjArray)
       
      +

      In case it is already switched to TDirectory, it will look like this (default starting 2026):

      +
      RunHeader (TDirectory) ---|
      +                          |- RunInfo (TDirectory)
      +                          |- DetectorInfo (TDirectory)
      +                          |- SampleEnvironmentInfo (TDirectory)
      +                          |- MagneticFieldEnvironmentInfo (TDirectory)
      +                          |- BeamlineInfo (TDirectory)
      +
      +

      In brackets the object type is given. RunInfo contains most information relevant for the user and will be itemized in RunInfo Overview and RunInfo Required. DetectorInfo contains detector specific information, like detector name, time zero bin, etc. (details is found under DetectorInfo Required). SampleEnvironmentInfo (details under SampleEnvironmentInfo Required), and MagneticFieldEnvironmentInfo (details under MagneticFieldEnvironmentInfo Required) store additional, more detailed information concerning the sample environment. BeamlineInfo stores beamline relevant information (details under BeamlineInfo Required).

      -

      Before elaborating more on the required items within this structure, a few words on the ROOT types used here: RunHeader is a TFolder object. All the “sub-directory” entries are of type TObjArray and collect items of type TObjString or other TObjArray (i.e. sub-directories and sub-sub-directories, etc.).

      +

      Before elaborating more on the required items within this structure, a few words on the ROOT types used here: RunHeader is a TFolder (deprecated) or a TDirectory object.

      +
        +
      1. In case of the deprecated TFolder RunHeader`, all the “sub-directory” entries are of type +TObjArray and collect items of type TObjString or other TObjArray +(i.e. sub-directories and sub-sub-directories, etc.).

      2. +
      3. In case the top entry RunHeader is a TDirectory object, all potential “sub-directories” are +indeed TDirectory objects as well. In this case, the data are represented by TObjString objects.

      4. +

      RunInfo Overview

      @@ -306,8 +329,47 @@ is introduced to deal with physical quantities. They always can be represented i -

      Not all of these values are needed to be given and depending on which are given, the representation in the MusrRootv file will be different (handled by ``TMusrRunHeader). Examples are given in the comment column of the table above. For details see TMusrRunPhysicalQuantity - Possible Representations.

      -

      A mock-up TBrowser print-out would look like the one shown in the following figure. You might notice, that at the end of each entry you find a -@X, where X is a number. This is an encoding of the internal type of the entry and is the price to be payed not using derived types. The next section will explain this in much more detail.

      +

      Not all of these values are needed to be given and depending on which are given, the representation in the MusrRoot file will be different (handled by TMusrRunHeader). Examples are given in the comment column of the table above. For details see TMusrRunPhysicalQuantity - Possible Representations.

      +

      A mock-up TBrowser print-out would look like the one shown in the following figure. You might notice, that at the end of each entry you find a -@X, where X is a number. This is an encoding of the internal type of the entry and is the price to be payed not using derived types. Here is a table with the data representation

      +
      + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

      X

      data type

      comment

      0

      TString

      default ROOT type

      1

      Int_t

      2

      Double_t

      3

      TMusrRunPhysicalQuantity

      TMusrRunHeader type

      4

      TStringVector

      type cast to vector<TString>

      5

      TIntVector

      type cast to vector<Int_T>

      6

      TDoubleVector

      type cast to vector<Double_t>

      +

      The next section will explain this in much more detail.

      _images/MusrRoot-RunInfo.png

      TMusrRunHeader mock up. The red shaded entries are of type TMusrRunPhysicalQuantity

      @@ -338,11 +400,11 @@ is derived which is extending the base class to the needs of the instrument.

      Writing a MusrRoot Run Header

      An example program write_musrRoot_runHeader which is writing a full run header is part of the musrfit package. Here I will concentrate just on the most essential parts. First one needs an instance of TMusrRunHeader

      -
      TMusrRunHeader *header = new TMusrRunHeader();
      +
      std::unique_ptr<TMusrRunHeader> header = std::make_unique<TMusrRunHeader>();
       TMusrRunPhysicalQuantity prop;
       
      -

      header is the instance of TMusrRunHeader. prop is an instance of TMusrRunPhysicalQuantity which will be needed further down in the description. In the next step some run header entries will be added

      +

      header is the instance of TMusrRunHeader. Here the concept of a unique pointer (std::unique_ptr) has been used to ensure that no memory leaks are present. prop is an instance of TMusrRunPhysicalQuantity which will be needed further down in the description. In the next step some run header entries will be added

      header->Set("RunInfo/File Name", "deltat_tdc_gps_2871.root");
       header->Set("RunInfo/Run Title", "here comes the run title");
       header->Set("RunInfo/Run Number", 2871);
      @@ -364,18 +426,52 @@ is derived which is extending the base class to the needs of the instrument.

      header->Set("DetectorInfo/Detector001/Time Zero Bin", 3419.0);
       
      -

      To write the whole run header into a file would look something like this:

      -
      TFile *f = new TFile(fileName, "RECREATE", "write_musrRoot_runHeader");
      +

      To write the whole run header into a file would look something like this (deprecated TFolder version):

      +
      // create TMusrRunHeader object
      +std::unique_ptr<TMusrRunHeader> header = std::make_unique<TMusrRunHeader>();
      +
      +// set some stuff
      +header->Set("DetectorInfo/Detector001/Time Zero Bin", 3419.0);
      +header->Set("Something/Somewhere/Strange", "Test String");
      +// add more stuff in the header (not shown)
      +
      +// create TFile object. It is assumed the fileName is given
      +std::unique_ptr<TFile> f = std::make_unique<TFile>(fileName, "RECREATE", "write_musrRoot_runHeader");
       if (f->IsZombie()) {
      -  delete f;
         return -1;
       }
       
       // create the needed TFolder object
      -TFolder *runHeader = new TFolder("RunHeader", "MusrRoot Run Header Info");
      +std::unique_ptr<TFolder> runHeader = std::make_unique<TFolder>("RunHeader", "MusrRoot Run Header Info");
      +
      +// create the "folder" structure
      +if (header->FillFolder(runHeader)) {
      +  runHeader->Write(); // write run header to file
      +}
      +
      +f->Close();
      +
      +
      +

      In the TDirectory version it will look like this:

      +
      // create TMusrRunHeader object
      +std::unique_ptr<TMusrRunHeader> header = std::make_unique<TMusrRunHeader>();
      +
      +// set some stuff
      +header->Set("DetectorInfo/Detector001/Time Zero Bin", 3419.0);
      +header->Set("Something/Somewhere/Strange", "Test String");
      +// add more stuff in the header (not shown)
      +
      +// create TFile object. It is assumed the fileName is given
      +std::unique_ptr<TFile> f = std::make_unique<TFile>(fileName, "RECREATE", "write_musrRoot_runHeader");
      +if (f->IsZombie()) {
      +  return -1;
      +}
      +
      +// create the needed TDirectory object
      +TDirectory* runHeader = f->mkdir("RunHeader");
       
       // create the "directory" structure
      -if (header->FillFolder(runHeader)) {
      +if (header->FillDirectory(runHeader)) {
         runHeader->Write(); // write run header to file
       }
       
      @@ -385,41 +481,69 @@ is derived which is extending the base class to the needs of the instrument.

      Reading a MusrRoot Run Header

      -

      The following code snippet shows how the extract the full run header from the MusrRoot file.

      -
      TFile *f = new TFile(fileName, "READ", "read_musrRoot_runHeader");
      +

      The following code snippet shows how the extract the full run header from the MusrRoot file. +First in the deprecate TFolder version:

      +
      // create TFile. It is assumed that fileName is present
      +std::unique_ptr<TFile> f = std::make_unique<TFile>(fileName, "READ", "read_musrRoot_runHeader");
       if (f->IsZombie()) {
      -  delete f;
         return -1;
       }
       
      -TFolder *runHeader = 0;
      +// get the TFolder object from the TFile
      +TFolder *runHeader = nullptr;
       f->GetObject("RunHeader", runHeader);
      -if (runHeader == 0) {
      -  cerr << endl << ">> **ERROR** Couldn't get top folder RunHeader";
      -  closeFile(f);
      +if (runHeader == nullptr) {
      +  std::cerr << std::endl << ">> **ERROR** Couldn't get top folder RunHeader";
         return -1;
       }
       
      -TMusrRunHeader *header = new TMusrRunHeader(fileName);
      +// create the TMusrRunHeader object
      +std::unique_ptr<TMusrRunHeader> header = std::make_unique<TMusrRunHeader>(fileName);
       
      +// fill the internal data structure of the TMusrRunHeader object
       if (!header->ExtractAll(runHeader)) {
      -  cerr << endl << ">> **ERROR** couldn't extract all RunHeader information";
      -  closeFile(f);
      +  std::cerr << std::endl << ">> **ERROR** couldn't extract all RunHeader information";
         return -1;
       }
       
       f->Close();
      -delete f;
       
      -

      The routine ExtractAll(TFolder *runHeader) decodes all the TObjString objects and fills internal data structures. This means when reading a MusrRoot -file the above handling is always needed. After the ExtractAll call, parameters can be extracted via the getter routines available. For instance to read the Run Number, the code would look like

      +

      The same with the TDirectory version:

      +
      // create TFile. It is assumed that fileName is present
      +std::unique_ptr<TFile> f = std::make_unique<TFile>(fileName, "READ", "read_musrRoot_runHeader");
      +if (f->IsZombie()) {
      +  return -1;
      +}
      +
      +// get the TDirectory object from the TFile. Note: Here on the top level a TDirectoryFile is needed
      +TDirectoryFile *runHeader = nullptr;
      +f->GetObject("RunHeader", runHeader);
      +if (runHeader == nullptr) {
      +  std::cerr << std::endl << ">> **ERROR** Couldn't get top folder RunHeader";
      +  return -1;
      +}
      +
      +// create the TMusrRunHeader object
      +std::unique_ptr<TMusrRunHeader> header = std::make_unique<TMusrRunHeader>(fileName);
      +
      +// fill the internal data structure of the TMusrRunHeader object
      +if (!header->ExtractAll(runHeader)) {
      +  std::cerr << std::endl << ">> **ERROR** couldn't extract all RunHeader information";
      +  return -1;
      +}
      +
      +f->Close();
      +
      +
      +

      The overloaded routine ExtractAll(TFolder *runHeader) and ExtractAll(TDirectory *runHeader) decodes all the TObjString objects and fills internal data structures. This means when reading a MusrRoot -file the above handling is always needed. After the ExtractAll call, parameters can be extracted via the getter routines available. For instance to read the Run Number, the code would look like

      Bool_t ok;
       Int_t ival;
       header->Get("RunInfo/Run Number", ival, ok);
       if (ok)
      -  cout << endl << "Run Number: " << ival;
      +  std::cout << std::endl << "Run Number: " << ival;
       else
      -  cout << endl << "**ERROR** Couldn't obtain the 'Run Number'.";
      +  std::cout << std::endl << "**ERROR** Couldn't obtain the 'Run Number'.";
       

      Reading a TMusrRunPhysicalQuantity object, e.g. the sample temperature looks like this

      @@ -427,11 +551,11 @@ is derived which is extending the base class to the needs of the instrument.

      header->Get("RunInfo/Sample Temperature", prop, ok); if (ok) { - cout << endl << "Sample Temperature: " << prop.GetValue() << " +- "; - cout << prop.GetError() << " " << prop.GetUnit().Data(); - cout << "; SP: " << prop.GetDemand() << "; " << prop.GetDescription().Data(); + std::cout << std::endl << "Sample Temperature: " << prop.GetValue() << " +- "; + std::cout << prop.GetError() << " " << prop.GetUnit().Data(); + std::cout << "; SP: " << prop.GetDemand() << "; " << prop.GetDescription().Data(); } else { - cout << endl << "**ERROR** Couldn't obtain the 'Sample Temperature'."; + std::cout << std::endl << "**ERROR** Couldn't obtain the 'Sample Temperature'."; }
      @@ -887,8 +1011,8 @@ the entry has been added. The last token, -

      © Copyright 2025, Andreas Suter. - Last updated on Jun 07, 2025. +

      © Copyright 2026, Andreas Suter. + Last updated on Feb 21, 2026.

      diff --git a/doc/html/musredit.html b/doc/html/musredit.html index 6789b2dbd..4e10a0471 100644 --- a/doc/html/musredit.html +++ b/doc/html/musredit.html @@ -6,14 +6,14 @@ - musredit: the GUI Based Interface to musrfit — musrfit 1.9.9 documentation - + musredit: the GUI Based Interface to musrfit — musrfit V1.10.0 + - + @@ -569,8 +569,8 @@ the corresponding fit parameter value, except the phases where the step will be
      -

      © Copyright 2025, Andreas Suter. - Last updated on Jun 07, 2025. +

      © Copyright 2026, Andreas Suter. + Last updated on Feb 21, 2026.

      diff --git a/doc/html/objects.inv b/doc/html/objects.inv index c8441b03ea8fd2d331daa3cdf6aeea57448409bf..9fe878029eb5d1f27ccf344bd820423024ed7ecc 100644 GIT binary patch delta 2722 zcmV;T3SIT=6^j;-JpwT>kv>d+n@VbGYg4|?sMeCay3A}U7Z)T#5@HhM0-$Bh)BZ+& zBhUGU{fK-?x~qlQMt1`Zvel!EcOefpJmS(2ZGv|}ydv~1Vbxc! zwk8V6MfIT`lu`vgWJ?|%WBBdw8aU+sJc56!=u~q>;c?1Bhon_er)d6vEYq-%poEcy z6i-}f7Ls58J)6?C2svHHDq@DLVhOJdR|BS3LR8*W^zdHjVhXdX;n2PzIRySAGL{s_ z0mgk4aijLYYFcM?;iSneNS`3Y>=RDTPdy@~);-Cl)7u*1H>ZOoXHh65r$Vk{s`$^T zP&}xzMyXa*#c|=V%N#U+1PnQu<{%)8b~F@A-JldccJL7wT1$9%uVOTrCa=lI7)<|6 z@0c-S#fjn}GoZ&hl`A7+smaOZ=o3K}I}HAy&*0scN1AUr`Dt_qQcRgNu?`w6Wu$07 zk1V-ibUd0Kb|qRMU-75H>T8k^MQ5M#!j>9KdtQbN_2+k!Z7qi@j0XKYQ zV%00cu5(a5!h%PCO;>RQt23Z6q^l>vcde`U`iB|0%0Oh2g9g4`e6Jtai_EqVnO7F*u*LNsf!rV%;6}1b;)RP|wCWVe$3_(Hc zxm~81Z@$93sea-itY+?)6BvdR>pjS+da++IY zxhYBNF%|`XX}@$bx?WWB$w{Kcsm&@jqeS2iVb1%e`4XY^GQ}-gX?kEmY z&?;L`5mbfaFi?H-M7Q}{l)ZRbThx1dM*bxJJmJ{CwEem z6tRY_p@9UTK*K%gxrPLYTRl77_ji-ai@VH!|GE8QwS%JCK2k1s%njLV8%TZl&Pai% z#irv;mFQ>D$znRJ8q?>XEP`&HSlsPaY^#2kLbBU@fovX$Cmza0Nx397y04Wxi+tc#nG* zH%N`@FJupAOZW#);eV?SiwDIo^C=<=r}{K@2(Vv|u*P#_8Pyt3^cqj{-5F+o^Naa# zHXmMjJiX48#}AZ!Pm{-wlCT$yp_SZyR`U-xlj)!RDR~Ukg38u+8{q;Tm2KsWP8gV0 z4}DPHBA@s6MA3?Ja-~K7Xl-#`p!0T*dzSSi3JFRs2=xDn;U=!{mN-7ZELb@`xOjO{zTAl<~rc`SPH`0W2K@v z`Voyv9=iHK{@`D9IchZ7NvShp07*q7;lu1ZL`;L6~IqpXXqvSr; zna8F)fom4m64rJw9*6^f@8dJKV6(s8We4@e5Cahome{FR(7v=y=RCd(Itrt#^`X86 zt?g(R(weVcmhG)XmtF~Vl6090=!dT&_Q<>66}Vw6nCt}HU|EJn)`+cQ{Xb!K-S7OY z51mvIwwE?X>ssKpVB+lQ5&IDU+OQfTrOj275s-ZO6O zB@jqEE?~YEYkOg3Aj>g>`JhzR-9>kt`a>@N3U0eI4$}#GJGatBihSW-YV;KNQ%^5<0dOZ;R0Q>v?3 zUudDdv@d&UncqTx*K~uO70|%a?{+~s&SkOVT;5bZVM=x1Rk%+u2y}2c-ac;pPc4eO zYiNCP3OcP|D*_3Ib%}^EU^E5+Re<$_E>2WtyThOG@lI7DK%3l(ty)Zs4P(HpRTDKrSII{mj1(+M;|>Jxk& z@(6C8;0YXG-n>2cCXCg#&kd;CQFxb~ND;#6$0`cBM!`}^)r(u&3WSyrU?+F*JWClf z_k5sP1bgW(zP6oN_zU;7nlrW9)|Vze%fDa9-rwWCyC?|$#-Umzno{~}EDrC;2eH|b zS;9eQ2v943WGfw9`26RWf9e|h@hbGSBe;+|oJ1uUdlV=C9E|6qPT6W^L7;OEs%0%` z9v;wk{c7!i`taj5xD(W&YW@76_)r9nT5ubO_Mm#N4UanQYi7lFCKCrIvmA~YZ5FQ$ zT(|J*=M(Vp&Q{tzaMw-U+#woo)!Z%x&rZ8oJq`?i99@-Qp}zv$v&{E%CxO|*Z80m2 z1u7z(8k1eNoV{8SBKYx<}mYQXebh|0T)9^MOGOksXG8re4_hroYC#**SV zz_^bhZqy!FP3x?NPMX|+^a(=DKH=p2)FV=A)01pAyQvX=b2?aY7KK7`D&!`nivOAl z#e*tqlxjs)92X0Ak%NCmfFUQd90X+16Ai^mHzNtFa&5ACBgs`~eWH`^4FyMx- zO{{u(*i{aydsu()py@h}V0Q*IhH&*L_*3idz4~cRE;A6B=AeOZ7k||c>_z4~@J$kM zy;dTzlS3lKH(YVK=5`+&a5SAJ33_o*;W!-V#ijY`!3;%*)U8HA|6QQuV9OF%8^gDX zge!Okq%&)RAng}T##hTqI5|nQIJH5=29yYvLzwgaZadC^hprpNLBlRe_SC(|tUHc_ z6tv3rQv}vvL7-CEeqy+~nk^^f2avtTdEHAE@gK<#?x+AiH*76JVfOeFC9;|SNKRtw zvn)Jy1DZEws%;(F%KHbNGxE(D=GKx-gUi7Z?1XPlddv1$2He40lnL1pu zRcL<`!rjs)EePuzasrtqTwdO~jAeDeb6yXVXUD?kjc2KPS-Hkmaf+jXugNN2lFm&6 z6p&aU=-gO}oU)w?WSnfm6oeZn!+Nap&1i8qoDIj#rqh~4Gz!a>(Bb9>FE^nW&FWkVD|8<|lPh53~nT=?g zp(|VsV?jpH?OV%AHKD_}-78S20jrqYwvTM3j-fGO-&@`8b9=Tg|w3#ueM|FRE zlm?YjDNK71wo)0|RnUDl^m1~!7)>XBCfJ7Y3Xc5UNpi<88A7pvBW2XS8in9Nl8;!@ ziUt`ciwcO6jyhaHQ6~oyD4xt04FK=)?BWKg zQT>JNp`?U=p!ohAw}A4{*+SjcNE;JY)-7sG$WXucR- zdOW>K$>Vio-y-sO1qo-t7#hgkXSMinJ)Qm8pOVKwEvRgGw-GMkQQ1t+=!Ai3_0R|9 zE%JG93yD^glPfLqy|u-8fzG=;?pfA~C?qHu66pFvuPm}1l3{9M?3hB&EZpN8Xz}6d zkZ~Fsk%VPa$dwklI$YWB@dtmzocaG45>DnC_Hn9NJ*wA-zd*sP!HC7t5)ma0v`MHf zbY3Qz=G_!>=ZYdwB@KGErZq?dUP!7PW?hmMhfk3bLzf>Q&YCJAJT>TFp=d?)xOU&dPuG70e&&aKAeB z4UjYRw5%JcV&1#?=(LHtx$k$-rkthHb|lMgU%>$BPXrA$*8#`JQV{kYD;34r=Y$Z@ zcTn7NY=}T(Juxku3rmv94;BPXNee2;lHFdTPtjjfCLs{*JM!J-xSt)2lDk-ED>mZ^ zT&}oIu(pHoKpd<-K68H?Hv8*cR;VvW=!j5QVuM~m*V6WybN?>rD2%evhx!(@wvk;( zYrcM2wzm>pS|rp-7LDY*euk!`2;0+z8^?8%Z4$zJCPWw9c)uhhWb80(x-@{-j&GDn z6}!ywc>FjUUNy^eJ=kB?u|1J z(+PUBu+l}?dEtuT%R&#FFuJXNr)z^u^htbf+t8A4Vf7w4jZ(P$w3F$w5hpneW((_M z!+Z5E98O1)Kc~81FrDyUQeBOtLJRGMQrSz({64p)8=O{v2DW~;tG-Dti_KfE+@;?m zhAH=jg8P_(Kr?@o<3--q|7fAO1%`Gar=Zgs(mQmCSr?C(07jz|L~K2UD_jRf_mv#m zQgG8mS3>r)G$bf`F`B$|XXV``wOlgY?adA}tlTvz=nCyX$*{Ev2Zb4SkWdi^Kpk%5 zCwdJwg`(T4(?2!OrqEcZPw;ifBe=wYCr}c+d3)|n7&CuZpUXs-rM-JYqzIv+u!=&g zQLt4~_2MzH0-+@Y*vTzC&qBuBJs)Tm!TI!yZ$Rf3{=(I#=1i@3^{t7|@-G3h_jh=f zEfRvCjH_9qDWt!~^0=}hyyOaO^^Iy8gemo0(?Fi204kuA@ z#vaMZuPuME=I9iy<`x7x=b&2Df`;4yZP)L=4yX@51B2@|9jexw{Nj@fC|}@W3++Mm zUK<{D`oLgbe6cZga5B%~7}4hO#=sQ@uYQRDpTX>;Jy&);C@mbK@q)^oQm`I*iq*rw zKsl%c3;iA7o@Hyla1t0T+_9}vtWy!;)R^pYjO%t)=8NFlKh`V#Dgnh^?ONGTQ<{E_ zgUl&1IH^u5Ui|~wsPNGy7RXJb#;N(rfq|j(*hRX|7pb~K$(8@n2rf6ix5<~B*q?>& wr!~G8zVGVGna%e=OV13M5wZsdm{#NExTlAxUpoBs)A- - Search — musrfit 1.9.9 documentation - + Search — musrfit V1.10.0 + - + @@ -104,8 +104,8 @@
      -

      © Copyright 2025, Andreas Suter. - Last updated on Jun 09, 2025. +

      © Copyright 2026, Andreas Suter. + Last updated on Feb 21, 2026.

      diff --git a/doc/html/searchindex.js b/doc/html/searchindex.js index e23825375..af1d7bde4 100644 --- a/doc/html/searchindex.js +++ b/doc/html/searchindex.js @@ -1 +1 @@ -Search.setIndex({"alltitles": {"AMD APP Software Development Kit (SDK) to enable OpenCL support": [[10, "amd-app-software-development-kit-sdk-to-enable-opencl-support"]], "ASCII file format for non-\u03bcSR": [[4, "ascii-file-format-for-non-mgrsr"]], "Acknowledgements": [[0, null]], "Asymmetry Fit (fit type 2)": [[14, "asymmetry-fit-fit-type-2"]], "Asymmetry RRF Fit (fit type 3)": [[14, "asymmetry-rrf-fit-fit-type-3"]], "Asymmtery-fit tutorial": [[12, "asymmtery-fit-tutorial"]], "Available Executable, Configuration Files and their Basic Usage": [[9, "available-executable-configuration-files-and-their-basic-usage"]], "Available Executables, Configuration Files and their Basic Usage": [[14, "available-executables-configuration-files-and-their-basic-usage"]], "Basic Types of Usage": [[6, "basic-types-of-usage"]], "BeamlineInfo (Required)": [[8, "beamlineinfo-required"]], "Bugtracking": [[2, null]], "Bulk \u03bcSR": [[13, "bulk-mgrsr"]], "Check the installation": [[11, "check-the-installation"], [11, "id18"]], "DAT: CSV like file format for non-\u03bcSR": [[4, "dat-csv-like-file-format-for-non-mgrsr"]], "DB file format for non-\u03bcSR": [[4, "db-file-format-for-non-mgrsr"]], "DKS Command Overview": [[14, "dks-command-overview"]], "DKS extensions of the COMMANDS block enabling GPU and general OpenCL support": [[14, "dks-extensions-of-the-commands-block-enabling-gpu-and-general-opencl-support"]], "Define Variable Dialog": [[7, "define-variable-dialog"]], "Depth resolved information (AS libs)": [[13, "depth-resolved-information-as-libs"]], "Description of the msr File Format": [[14, "description-of-the-msr-file-format"]], "DetectorInfo (Required)": [[8, "detectorinfo-required"]], "Determine t0 and the data range using musrt0": [[12, "determine-t0-and-the-data-range-using-musrt0"]], "Documentation of user libs (user functions)": [[13, null]], "Driver Installation for an AMD Graphic Card, e.g. Radeon R9 390X": [[10, "driver-installation-for-an-amd-graphic-card-e-g-radeon-r9-390x"]], "Driver Installation for the Tesla K40c": [[10, "driver-installation-for-the-tesla-k40c"]], "Everything but ROOT and NeXus": [[11, "everything-but-root-and-nexus"]], "Exhaustive MusrRoot Tree Including Everything Required": [[8, "exhaustive-musrroot-tree-including-everything-required"]], "Field distributions in the mixed state of isotropic superconductors": [[13, "field-distributions-in-the-mixed-state-of-isotropic-superconductors"]], "File Generation": [[6, "file-generation"]], "Fit Types": [[14, "fit-types"]], "Fit the model to the data using musrfit": [[12, "fit-the-model-to-the-data-using-musrfit"]], "Functions": [[13, "functions"], [13, "id1"], [14, "functions"]], "Functions to analyze \u03b2-NMR data (BNMR libs)": [[13, "functions-to-analyze-bgr-nmr-data-bnmr-libs"]], "Further reading": [[12, "further-reading"]], "GNU/Linux": [[11, "gnu-linux"]], "How to Cite musrfit?": [[3, null]], "Indices and tables": [[5, "indices-and-tables"]], "Install via cmake": [[10, "install-via-cmake"]], "Installation of CUDA": [[10, "installation-of-cuda"]], "Installation of DKS": [[10, "installation-of-dks"]], "Installation of DKS and musrfit": [[10, "installation-of-dks-and-musrfit"]], "Installation of NeXus requirements (optional)": [[11, "installation-of-nexus-requirements-optional"], [11, "index-22"], [11, "index-25"]], "Installation of musrfit for DKS": [[10, "installation-of-musrfit-for-dks"]], "Introduction": [[9, "introduction"], [13, "introduction"], [14, "introduction"]], "Known Limitations": [[6, "known-limitations"]], "LE-\u03bcSR": [[13, "le-mgrsr"]], "MDU file format (psi) for \u03bcSR": [[4, "mdu-file-format-psi-for-mgrsr"]], "MS Windows": [[11, "ms-windows"]], "MUD file format (triumf) for \u03bcSR": [[4, "mud-file-format-triumf-for-mgrsr"]], "Mac OS X / macOS": [[11, "mac-os-x-macos"]], "MagneticFieldEnvironmentInfo (Required)": [[8, "magneticfieldenvironmentinfo-required"]], "Maps": [[14, "maps"]], "Meissner-Profiles / Vortex-Lattice related functions (BMW libs)": [[13, "meissner-profiles-vortex-lattice-related-functions-bmw-libs"]], "Minuit2 Command Overview": [[14, "minuit2-command-overview"]], "MusrRoot - an Extensible Open File Format for \u03bcSR": [[8, null]], "MusrRoot an Extensible Open File Format for \u03bcSR": [[8, "id1"]], "MusrRoot file format (PSI) for \u03bcSR": [[4, "musrroot-file-format-psi-for-mgrsr"]], "NeXus file format (isis) for \u03bcSR": [[4, "nexus-file-format-isis-for-mgrsr"]], "Negative Muon \u03bcSR Fit (fit type 4)": [[14, "negative-muon-mgrsr-fit-fit-type-4"]], "Non-\u03bcSR Fit (fit type 8)": [[14, "non-mgrsr-fit-fit-type-8"]], "Nonlocal superconductivity related Meissner screening functions (AS libs)": [[13, "nonlocal-superconductivity-related-meissner-screening-functions-as-libs"]], "Notes on macOS Catalina and newer": [[11, "notes-on-macos-catalina-and-newer"]], "OS Restrictions": [[11, "os-restrictions"]], "One-dimensional London model for the Meissner state of isotropic superconductors": [[13, "one-dimensional-london-model-for-the-meissner-state-of-isotropic-superconductors"]], "Optional Parameters": [[6, "optional-parameters"]], "PSI-BIN file format (psi) for \u03bcSR": [[4, "psi-bin-file-format-psi-for-mgrsr"]], "Parameter Extraction": [[6, "parameter-extraction"]], "Process multiple msr files using msr2data": [[12, "process-multiple-msr-files-using-msr2data"]], "ROOT": [[11, "index-16"], [11, "index-23"], [11, "index-26"]], "ROOT file format (psi/lem before 2012) for \u03bcSR": [[4, "root-file-format-psi-lem-before-2012-for-mgrsr"]], "ROOT installed from source": [[11, "root-installed-from-source"], [11, "id11"]], "ROOT installed via Homebrew": [[11, "root-installed-via-homebrew"]], "ROOT installed via package installer": [[11, "root-installed-via-package-installer"]], "Reading a MusrRoot Run Header": [[8, "reading-a-musrroot-run-header"]], "Requirements": [[11, "requirements"]], "Requirements (Homebrew)": [[11, "requirements-homebrew"]], "Requirements (MacPorts)": [[11, "requirements-macports"]], "Run Information Contained in RunHeader": [[8, "run-information-contained-in-runheader"]], "Run List File Structure": [[6, "run-list-file-structure"]], "RunInfo (Required)": [[8, "runinfo-required"]], "RunInfo Overview": [[8, "runinfo-overview"]], "SampleEnvironmentInfo (Required)": [[8, "sampleenvironmentinfo-required"]], "Setting up Environment Variables for ROOT and musrfit": [[11, "setting-up-environment-variables-for-root-and-musrfit"], [11, "id13"]], "Setting up musrfit / DKS: High Speed Fitting with GPU\u2019s": [[10, null]], "Setting up musrfit on Different Platforms": [[11, null]], "Setting up musrfit/DKS for a AMD Graphic Card (Radeon R9 390X)": [[10, "setting-up-musrfit-dks-for-a-amd-graphic-card-radeon-r9-390x"]], "Setting up musrfit/DKS for a Tesla K40c (NVIDIA)": [[10, "setting-up-musrfit-dks-for-a-tesla-k40c-nvidia"]], "Setting up musrfit/DKS for macOS for OpenCL support": [[10, "setting-up-musrfit-dks-for-macos-for-opencl-support"]], "Short description and references to the supported file-formats": [[4, null]], "Single Histogram Fit (fit type 0)": [[14, "single-histogram-fit-fit-type-0"]], "Single Histogram RRF Fit (fit type 1)": [[14, "single-histogram-rrf-fit-fit-type-1"]], "Single-histogram-fit tutorial": [[12, "single-histogram-fit-tutorial"]], "Some Basics Concerning ROOT Files": [[8, "some-basics-concerning-root-files"]], "Supeconducting Gap-Integrals to calculate 1/\\lambda^2 vs T": [[13, "supeconducting-gap-integrals-to-calculate-1-lambda-2-vs-t"]], "Supported Operating Systems and Software Requirements": [[11, "supported-operating-systems-and-software-requirements"]], "TMusrRunHeader Concept": [[8, "tmusrrunheader-concept"]], "TMusrRunPhysicalQuantity - Possible Representations": [[8, "tmusrrunphysicalquantity-possible-representations"]], "Technical Description of the musrfit framework": [[14, "technical-description-of-the-musrfit-framework"]], "The COMMANDS Block": [[14, "the-commands-block"]], "The Extended Global Mode": [[6, "the-extended-global-mode"]], "The FITPARAMETER Block": [[14, "the-fitparameter-block"]], "The FOURIER Block": [[14, "the-fourier-block"]], "The FUNCTIONS Block": [[14, "the-functions-block"]], "The GLOBAL Block": [[14, "the-global-block"]], "The Global Mode": [[6, "the-global-mode"]], "The Graphical User Interface": [[7, "the-graphical-user-interface"]], "The Graphical User Interface for msr2data Provided by musredit": [[6, "the-graphical-user-interface-for-msr2data-provided-by-musredit"]], "The PLOT Block": [[14, "the-plot-block"]], "The RUN Block": [[14, "the-run-block"]], "The STATISTIC Block": [[14, "the-statistic-block"]], "The Scripting Interface": [[7, "the-scripting-interface"]], "The THEORY Block": [[14, "the-theory-block"]], "The Title": [[14, "the-title"]], "The Usage Summary": [[7, "the-usage-summary"]], "The XML startup file": [[13, "the-xml-startup-file"]], "The msr file": [[12, "the-msr-file"]], "Tutorial for musrfit": [[12, null]], "User Function with global user-function-object access": [[14, "user-function-with-global-user-function-object-access"]], "User Function without global user-function-object access": [[14, "user-function-without-global-user-function-object-access"]], "User Functions": [[14, "user-functions"], [14, "id47"]], "User Interface for MusrRoot Run Header": [[8, "user-interface-for-musrroot-run-header"]], "User manual": [[14, null]], "Validation of a MusrRoot File": [[8, "validation-of-a-musrroot-file"]], "View the data and the fit using musrview": [[12, "view-the-data-and-the-fit-using-musrview"]], "WKM file format for \u03bcSR": [[4, "wkm-file-format-for-mgrsr"]], "Welcome to the musrfit documentation!": [[5, null]], "Writing a MusrRoot Run Header": [[8, "writing-a-musrroot-run-header"]], "addRun": [[14, "addrun"]], "any2many": [[14, "any2many"]], "any2many - a Universal \u03bcSR-file-format converter": [[1, null]], "beta-NMR Asymmetry Fit (fit type 5)": [[14, "beta-nmr-asymmetry-fit-fit-type-5"]], "dump_header": [[14, "dump-header"]], "libBNMR": [[13, "libbnmr"]], "libFitPofB": [[13, "libfitpofb"]], "libLineProfile": [[13, "liblineprofile"]], "msr2data": [[14, "msr2data"]], "msr2data - A Program for Automatically Processing Multiple musrfit msr Files": [[6, null]], "msr2msr": [[14, "msr2msr"]], "mupp - \u03bcSR Parameter Plotter": [[7, null]], "musrFT": [[14, "musrft"]], "musrFT key-shortcuts": [[14, "musrft-key-shortcuts"]], "musrStep": [[9, "musrstep"]], "musrWiz": [[9, "id1"]], "musrWiz - Create": [[9, "musrwiz-create"]], "musrWiz - Fit Info": [[9, "musrwiz-fit-info"]], "musrWiz - Fit Parameters": [[9, "musrwiz-fit-parameters"]], "musrWiz - Functions": [[9, "musrwiz-functions"]], "musrWiz - Maps": [[9, "musrwiz-maps"]], "musrWiz - Theory": [[9, "musrwiz-theory"]], "musrWiz-Introduction": [[9, "musrwiz-introduction"]], "musredit": [[11, "musredit"], [11, "index-29"]], "musredit (musrgui)": [[9, "musredit-musrgui"]], "musredit Features": [[9, "musredit-features"]], "musredit: the GUI Based Interface to musrfit": [[9, null]], "musredit_startup.xml": [[9, "musredit-startup-xml"]], "musrfit": [[11, "musrfit"], [11, "index-27"], [14, "musrfit"]], "musrfit Command Block Details": [[14, "musrfit-command-block-details"]], "musrfit build with cmake": [[11, "musrfit-build-with-cmake"], [11, "index-28"]], "musrfit last step of the installation": [[11, "musrfit-last-step-of-the-installation"], [11, "id16"]], "musrfit_startup.xml": [[14, "musrfit-startup-xml"]], "musrgui (deprecated)": [[11, "musrgui-deprecated"]], "musrgui (obsolete)": [[11, "musrgui-obsolete"]], "musrt0": [[14, "musrt0"]], "musrview": [[14, "musrview"]], "musrview key-shortcuts": [[14, "musrview-key-shortcuts"]], "rge-file handler for Low-Energy \u03bcSR": [[14, "rge-file-handler-for-low-energy-mgrsr"]]}, "docnames": ["acknowledgement", "any2many", "bugtracking", "cite", "file-formats", "index", "msr2data", "mupp", "musr-root", "musredit", "setup-dks", "setup-standard", "tutorial", "user-libs", "user-manual"], "envversion": {"sphinx": 64, "sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2}, "filenames": ["acknowledgement.rst", "any2many.rst", "bugtracking.rst", "cite.rst", "file-formats.rst", "index.rst", "msr2data.rst", "mupp.rst", "musr-root.rst", "musredit.rst", "setup-dks.rst", "setup-standard.rst", "tutorial.rst", "user-libs.rst", "user-manual.rst"], "indexentries": {"addrun": [[14, "index-20", false]], "addrunapp": [[14, "index-10", false]], "addt0-asymmetry": [[14, "index-37", false]], "addt0-single-histo": [[14, "index-36", false]], "alpha-beta": [[14, "index-22", false]], "any2many": [[14, "index-8", false]], "asymmetry-fit": [[14, "index-71", false]], "asymmetry-rrf-fit": [[14, "index-72", false]], "backgr.fit": [[14, "index-24", false]], "backgr.fix": [[14, "index-29", false]], "background-asymmetry": [[14, "index-31", false]], "background-single-histo": [[14, "index-30", false]], "bnmr-asymmetry-fit": [[14, "index-74", false]], "data-asymmetry": [[14, "index-33", false]], "data-single-histo": [[14, "index-32", false]], "dks-command-overview": [[14, "index-43", false]], "dump_header": [[14, "index-9", false]], "fit": [[14, "index-39", false]], "fit-types": [[14, "index-68", false]], "fittype": [[14, "index-21", false]], "forward": [[14, "index-27", false]], "forward-backward": [[14, "index-28", false]], "fourier-block-apodization": [[14, "index-50", false]], "fourier-block-dc-corrected": [[14, "index-49", false]], "fourier-block-fourier_power": [[14, "index-48", false]], "fourier-block-phase": [[14, "index-52", false]], "fourier-block-plot": [[14, "index-51", false]], "fourier-block-range": [[14, "index-54", false]], "fourier-block-range_for_phase_correction": [[14, "index-53", false]], "fourier-block-units": [[14, "index-47", false]], "lifetime": [[14, "index-25", false]], "map": [[14, "index-26", false]], "meta-information": [[14, "index-17", false]], "minuit2-command-overview": [[14, "index-42", false]], "msr-commands-block": [[14, "index-41", false]], "msr-commands-block-dks": [[14, "index-45", false]], "msr-file-format": [[14, "index-12", false]], "msr-fitparameter-block": [[14, "index-14", false]], "msr-fourier-block": [[14, "index-46", false]], "msr-functions-block": [[14, "index-16", false]], "msr-global-block": [[14, "index-18", false]], "msr-plot-block": [[14, "index-55", false]], "msr-plot-block-lifetimecorrection": [[14, "index-56", false]], "msr-plot-block-logx": [[14, "index-62", false]], "msr-plot-block-logy": [[14, "index-63", false]], "msr-plot-block-range": [[14, "index-58", false]], "msr-plot-block-rrf_freq": [[14, "index-65", false]], "msr-plot-block-rrf_packing": [[14, "index-64", false]], "msr-plot-block-rrf_phase": [[14, "index-66", false]], "msr-plot-block-runs": [[14, "index-57", false]], "msr-plot-block-sub_ranges": [[14, "index-59", false]], "msr-plot-block-use_fit_ranges": [[14, "index-60", false]], "msr-plot-block-view_packing": [[14, "index-61", false]], "msr-run-block": [[14, "index-19", false]], "msr-statistc-block": [[14, "index-67", false]], "msr-theory-block": [[14, "index-15", false]], "msr-title-block": [[14, "index-13", false]], "msr2msr": [[14, "index-7", false]], "musrfit": [[14, "index-1", false]], "musrfit-command-block-details": [[14, "index-44", false]], "musrfit-startup": [[14, "index-11", false]], "musrft": [[14, "index-4", false]], "musrft-key-shortcuts": [[14, "index-5", false]], "musrt0": [[14, "index-6", false]], "musrview": [[14, "index-2", false]], "musrview-key-shortcuts": [[14, "index-3", false]], "negative-muon-musr-fit": [[14, "index-73", false]], "non-musr-fit": [[14, "index-75", false]], "norm": [[14, "index-23", false]], "packing": [[14, "index-40", false]], "rge-handler": [[14, "index-79", false]], "single-histogram-fit": [[14, "index-69", false]], "single-histogram-rrf-fit": [[14, "index-70", false]], "t0-asymmetry": [[14, "index-35", false]], "t0-single-histo": [[14, "index-34", false]], "technical-musrfit": [[14, "index-80", false]], "user-functions": [[14, "index-76", false]], "user-functions-with-global-part": [[14, "index-78", false]], "user-functions-without-global-part": [[14, "index-77", false]], "user-manual": [[14, "index-0", false]], "xy-data": [[14, "index-38", false]]}, "objects": {}, "objnames": {}, "objtypes": {}, "terms": {"": [5, 6, 7, 8, 9, 11, 12, 13, 14], "0": [4, 6, 7, 8, 9, 10, 11, 12, 13], "00": [4, 10, 11], "000": 8, "0000": 8, "000000": 8, "0001": 8, "000123": 14, "000137": 14, "0001953125": 4, "0002": 8, "0003": 8, "0004": 8, "00047": 13, "00048": 13, "0005": [8, 14], "0006": 8, "0007": 8, "00072": 13, "0008": 8, "00083": 4, "00084": 4, "0009": [4, 8], "001": [4, 8], "0010": 8, "0011": 8, "0012": [4, 8], "00123": 14, "0013": 4, "0014": [4, 13], "0017": 4, "002": 8, "00208": [6, 14], "00211": [6, 14], "0025": [4, 7], "0026": 4, "003": [4, 8], "00366": 4, "004": 8, "00412": 4, "0044": 13, "004713": 14, "005": [8, 14], "0055": 4, "00579": 14, "006": 8, "007": [3, 4, 8], "00753": 4, "008": [4, 8], "0081": 4, "00822": 4, "009": [4, 8], "0096": 4, "00z": 8, "01": [4, 8, 12, 13], "010": 8, "011": 8, "011051": 3, "012": 8, "0123": 14, "013": [3, 8], "0135538817": 14, "014": 8, "015": 8, "016": 8, "017": [4, 8], "018": 8, "019": 8, "02": [3, 4, 8, 12, 14], "020": 8, "021": 8, "022": 8, "02279": [6, 14], "023": 8, "023906": 13, "024": 8, "024506": 13, "025": 8, "02501": [6, 14], "026": [4, 8], "0263": 4, "027": 8, "028": 8, "029": 8, "02_0": 13, "03": [4, 8, 14], "030": 8, "031": 8, "0318411": 4, "032": [4, 8], "033": [4, 8], "034": 8, "035": [4, 8], "0379": 14, "03_0": 13, "03_6": 13, "03d": 8, "04": [3, 4, 8], "042": 3, "04501": [6, 14], "047": 4, "048": 4, "05": [3, 4, 8, 10], "054506": 13, "05615": 13, "05_0": 13, "05_3": 13, "06": 4, "0629929": 4, "07": [8, 12, 14], "075": 7, "08": [4, 11], "09": [8, 11, 12], "0_30nm2": 13, "0e": 14, "0xu": 6, "1": [3, 4, 5, 6, 7, 8, 9, 10, 11, 12], "10": [3, 4, 8, 10, 11, 12, 13, 14], "100": [4, 6, 12, 14], "1000": [7, 13, 14], "10000": [13, 14], "10039": 14, "101": [4, 13], "1016": 3, "1024": [12, 13], "1042": 14, "10569": 13, "10mt": 7, "11": [4, 7, 11, 12, 14], "111": 14, "11107": 13, "11231": 4, "11235": 4, "113914": 4, "11400": 4, "11401": 4, "1146": 12, "1149": 14, "11668": 4, "117": 14, "11754": 4, "12": [4, 9, 11, 12, 14], "12000": [13, 14], "123": [6, 14], "12332123": 8, "123456": 6, "124": [6, 14], "125": [4, 6, 14], "127": [6, 14], "128": [6, 14], "13": [4, 8, 11, 12, 14], "130": [6, 10, 14], "133": [6, 14], "1330": 14, "1332": 14, "1348": 12, "135": [13, 14], "136": 10, "137": 14, "13900": 14, "13kev": 4, "14": [4, 8, 12, 14], "14100": [13, 14], "14159265358979323846": 14, "14245": [6, 14], "143": 6, "145": 14, "14501": 14, "147601": 13, "15": [4, 8, 11, 12, 14], "150": [12, 14], "150mt": 7, "151": 4, "153": [4, 14], "1587": 4, "16": [6, 11, 14], "165": 14, "167": 14, "16818": 4, "17": [8, 10, 12, 14], "170": 8, "17305": 8, "1732": 4, "175": 14, "1764": 12, "176419": 12, "178": 4, "179": 4, "18": [8, 14], "180": [12, 14], "18000": [13, 14], "184": 14, "19": [6, 8, 14], "19287": 4, "195": 12, "1953125": 8, "1961": 13, "197019": 14, "1979": 14, "1983": 13, "1985": 14, "1986": 14, "1988": 13, "1991": 14, "1992": 14, "1994": 14, "1995": 13, "1997": [13, 14], "1999": 14, "1d": 13, "2": [4, 5, 6, 7, 8, 9, 11, 12], "20": [4, 8, 12, 14], "200": [4, 6, 12], "2000": [13, 14], "2001": 14, "2003": 13, "2005": [13, 14], "2006": 13, "2007": 14, "20088": 14, "2010": 14, "20108": 14, "2011": [8, 12, 14], "20111": 14, "2012": [3, 5, 8, 11], "20120": 14, "2015": 14, "2016": [3, 10, 11], "2017": [3, 10], "2018": 3, "20182": 4, "2019": 14, "2020": [13, 14], "2022": 14, "2023": 4, "202492": 4, "20303": 4, "20361": 4, "20435": 4, "20444": 4, "205": 6, "207": [3, 14], "21": [3, 4, 8, 13, 14], "210": [4, 6], "211": 4, "212": [6, 14], "213": 8, "214": 8, "215": [3, 8], "216": 8, "217": 8, "218": 8, "219": [4, 8], "22": [4, 8, 11], "220": 8, "22000": [13, 14], "221": 8, "222": 8, "22253": 4, "223": 8, "224": [4, 8], "22466": 4, "225": 8, "227": 4, "23": [4, 11], "23000": 14, "231": 4, "234": 8, "2352": 14, "23957": 13, "24": [4, 11, 14], "2466": 4, "24793": 4, "25": [8, 14], "250": 12, "25000": [13, 14], "25061": 4, "250nm": 4, "2542": 14, "255": 14, "26": [4, 8, 14], "26056": 4, "262144": [13, 14], "27": [4, 6, 8, 14], "27300": [13, 14], "2750": 14, "27885": [6, 14], "27960": [6, 14], "28": [4, 8], "285": 12, "2856": 8, "2871": 8, "289": 14, "29": [4, 8], "290": 14, "290x": 10, "2_sic_": 13, "2b": 13, "2b_": 13, "2b_i": 13, "2d": 13, "2k": [13, 14], "2nd": 8, "2pi": [], "2t": 14, "2w": 13, "3": [4, 6, 7, 8, 10, 11, 12, 13], "30": [3, 8], "302725": 4, "30518": 4, "31": [4, 6, 14], "3110": [12, 14], "3110_tutori": 12, "3111": [12, 14], "3111_tutori": 12, "3114": 12, "3114_tutori": 12, "31343": 4, "319391": 14, "32": [4, 6, 11], "33": [6, 11, 12, 14], "3310": 14, "3310_0": 14, "34": [8, 11, 13, 14], "3416": 14, "3417": 14, "3418": 14, "3419": [8, 14], "343": 14, "3434": 14, "3456": 14, "35": 6, "350": 8, "35139": 4, "355": 13, "358": 14, "3600": [9, 14], "361": 4, "364": 14, "37": [4, 8], "375": [4, 10], "37699": 4, "38": [4, 8], "39": 4, "390x": 5, "399": 14, "399782": 14, "3_musrft": 9, "3d": 10, "4": [4, 6, 8, 9, 11, 12, 13], "40": 12, "400": 14, "4000": [13, 14], "401": 14, "409500": 14, "40nm": 7, "41393": 4, "414273": 10, "42": 4, "4200": 4, "42045": 14, "422": 4, "4294967295": 6, "430": 4, "44": 12, "4467": 14, "447456": 4, "44949": 14, "45": [6, 14], "4500": 12, "4533": 14, "45768": 4, "46": 6, "47": [4, 8], "48": 4, "49": 4, "49414": 4, "4958": 4, "4f": 13, "5": [4, 6, 7, 8, 9, 11, 12, 13], "50": [4, 8, 12, 14], "5000": 13, "5001": 13, "501": 4, "50635": 4, "5092": 8, "50g": 4, "50k": 14, "51": [4, 8], "52": 13, "52005": 4, "53": 4, "54": [13, 14], "54540": 13, "546": [4, 14], "55": [4, 13], "56": 14, "57": [4, 14], "57813": 4, "58": 12, "599128": 14, "5t": 14, "6": [4, 6, 9, 11, 12, 13, 14], "600": 12, "6000": [13, 14], "61": [4, 14], "611685": 4, "61992": 4, "62": [4, 6], "623": 4, "63": [8, 13], "64": 4, "64209": 4, "65": 4, "653": 4, "66": 10, "66601": 4, "66661": 8, "66666": 4, "67": 4, "676": 4, "68": 13, "69": 3, "6pt": 13, "7": [4, 8, 10, 12, 13, 14], "70": 4, "703484": 14, "708894": 14, "70893": 4, "71": [3, 4], "72": [4, 13], "723": 4, "73": [4, 13], "73799": 4, "74591": 4, "749": 4, "75": 14, "75356": 4, "75514": 4, "7566": 3, "762": 4, "77455": 4, "77565": 4, "79": 4, "791": 4, "7965": 14, "7994": 14, "8": [4, 6, 8, 9, 11, 12, 13], "80": [4, 10], "8000": [12, 13, 14], "8009": 14, "81": 4, "813613": 4, "82": 4, "83": 3, "831292": 14, "8359": 6, "837": 4, "84": 10, "8400": 6, "8400_tf_h13": 6, "8453": 6, "8460": 6, "8460_tf_h13": 6, "8470": 6, "8470_tf_h13": 6, "8471": 6, "8471_tf_h13": 6, "8472": [6, 14], "8472_0": 14, "8472_exampl": 6, "8472_tf_h13": 6, "8472_tf_histo": 14, "8472_x": 14, "8472_zf": [6, 9], "8473_tf_h13": 6, "8474": 6, "8474_tf_h13": 6, "8475": 6, "8475_tf_h13": 6, "8476_tf_h13": 6, "8477_tf_h13": 6, "8478_tf_h13": 6, "8479": 6, "8479_tf_h13": 6, "84974": 4, "85": 4, "850": 14, "8500": 6, "8500_zf": 6, "8502": 6, "8502_zf": 6, "8503_zf": 6, "8504": 6, "8504_zf": 6, "8507": 6, "8507_zf": 6, "8585": 6, "8595": 6, "86": 4, "8601": 8, "87": 4, "88": 4, "89": 4, "89091": 4, "9": [6, 11, 12, 13, 14], "90": 4, "90414": 4, "91": 13, "93749": 6, "93766": 4, "94": 4, "94496": 6, "95": 4, "9500": [10, 14], "9522": 4, "953575": 14, "96": [4, 13], "9605": 4, "9608": 4, "9678": 4, "969": 4, "9729": 4, "975": 4, "9755": 4, "9808": 4, "983734": 14, "9869": 4, "99": [4, 14], "991233": 4, "993": 4, "99425": 4, "9952": 4, "99634": 4, "997166": 4, "99795": 4, "999": 4, "9993": 4, "9999": 8, "9pt": 13, "A": [2, 3, 4, 5, 7, 8, 9, 10, 11, 12, 13, 14], "AS": 5, "And": 14, "As": [6, 8, 9, 11, 12, 14], "At": [10, 11, 13, 14], "By": [6, 11], "For": [1, 2, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14], "If": [4, 6, 7, 8, 9, 11, 12, 13, 14], "In": [3, 6, 7, 8, 9, 10, 11, 12, 13, 14], "It": [4, 6, 7, 8, 9, 10, 11, 12, 13, 14], "Its": [6, 14], "No": [6, 8, 11, 12, 14], "Not": 8, "Of": [6, 14], "On": [9, 11, 14], "One": [8, 11, 12, 14], "That": 14, "The": [3, 4, 5, 8, 9, 10, 11], "Their": 13, "Then": [11, 14], "There": [6, 8, 9, 10, 14], "These": [4, 6, 8, 12, 14], "To": [8, 9, 10, 11, 12, 14], "Will": [6, 11, 14], "With": [11, 14], "__cint__": 14, "_exampl": 6, "_gps_": 14, "_his_": 14, "_tf_h13": 6, "_tutori": 12, "_zf": 6, "a1": 10, "a_": 14, "a_0": 14, "a_1": 14, "a_2": 9, "a_i": 14, "a_k": 14, "a_n": 14, "ab": [7, 14], "abbr": 14, "abc": 6, "abil": 14, "abl": 11, "about": [4, 6, 8, 11, 12, 13, 14], "abov": [6, 7, 8, 9, 10, 11, 12, 13, 14], "abragam": 14, "abridg": 6, "abrikosov": 14, "abscissa": [12, 14], "absent": 14, "absolut": [9, 11, 12, 14], "abstract": [4, 8, 14], "acceler": [10, 14], "accept": [7, 9, 14], "access": [0, 4, 8, 9, 10], "accompani": 7, "accomplish": [11, 14], "accord": [6, 9, 11, 12, 14], "accordingli": [6, 7, 11, 12], "account": [13, 14], "achiev": [6, 11, 12, 14], "acknowledg": [3, 5, 13], "aco": 14, "acosh": 14, "acpect": 11, "acquisit": 8, "action": 14, "activ": [6, 9, 11, 13], "actual": [6, 11, 13, 14], "ad": [6, 7, 8, 9, 10, 11, 14], "add": [3, 6, 7, 8, 9, 10, 11, 12, 14], "addit": [6, 7, 8, 9, 10, 11, 12, 13, 14], "addition": [6, 9, 11, 12, 14], "address": [7, 14], "addrun": 6, "addt0": 14, "adelmann": 3, "adjac": 13, "adjust": [9, 11, 12, 14], "admir": 0, "adopt": [11, 14], "advanc": 10, "advantag": [8, 9, 14], "adventur": 11, "advic": 11, "advis": 13, "af": 14, "affect": 6, "aforement": 14, "after": [4, 6, 8, 9, 10, 11, 12, 14], "afterward": [4, 6, 7, 8, 10, 11, 13, 14], "ag": 4, "again": [8, 9, 10, 11, 14], "against": [7, 8], "agplat": 4, "agre": 11, "aim": 14, "al": [3, 13, 14], "alia": 11, "alik": 11, "all": [4, 6, 7, 8, 9, 10, 11, 12, 13, 14], "allow": [1, 6, 7, 8, 9, 10, 11, 13, 14], "alma": 11, "almost": [6, 9, 14], "along": [13, 14], "alpha": 14, "alpha00123456": 6, "alpha0123": 6, "alpha_lr": 4, "alpha_lrnegerr": 4, "alpha_lrposerr": 4, "alpha_tb": 4, "alpha_tbnegerr": 4, "alpha_tbposerr": 4, "alphabet": 4, "alreadi": [6, 7, 9, 10, 11, 14], "also": [3, 6, 7, 8, 9, 10, 11, 12, 13, 14], "alt": 9, "altern": [11, 14], "although": 14, "altogeth": [12, 14], "alwai": [4, 6, 7, 8, 13, 14], "am": [0, 14], "amd": [5, 14], "amdappsdk": 10, "amdgpu": 10, "amp": 10, "ampl": [8, 14], "amplitud": 12, "an": [2, 4, 5, 6, 7, 9, 11, 12, 13, 14], "analog": 7, "analysi": [3, 6, 8, 10, 11, 12, 13, 14], "analyt": 13, "analyz": [3, 5, 7, 8, 10, 12, 14], "angl": [4, 14], "angular": 14, "ani": [6, 8, 9, 10, 11, 12, 14], "anisotrop": 13, "anisotropi": 13, "anoth": [6, 7, 8, 9, 11, 14], "any2mani": [4, 5, 8], "anymor": [9, 11], "anyth": [9, 14], "anywher": 14, "ap": 14, "apart": [6, 11, 13], "api": 4, "apod": [12, 14], "app": 11, "appear": [6, 14], "append": [6, 11, 14], "appl": [10, 11], "appli": [6, 7, 8, 12, 13, 14], "applic": [4, 7, 9, 10, 11, 13, 14], "appreci": 13, "approach": [8, 11, 14], "appropri": [9, 10], "approxim": 12, "apt": 11, "ar": [3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14], "archaic": 4, "archiv": 14, "area": 14, "arg": 14, "argument": 14, "arithmet": 14, "around": [12, 14], "arrai": 13, "ascii": [5, 6, 9, 12, 13, 14], "asi": [4, 14], "asin": 14, "asinh": 14, "ask": [9, 11], "aslib": 11, "assert": 14, "associ": [7, 14], "assum": [6, 8, 9, 10, 11, 12, 13, 14], "asy1": 14, "asy2": 14, "asy8470": 6, "asy8471": 6, "asy8472": 6, "asym": 9, "asymmetr": 12, "asymmetri": [9, 12, 13], "asymmteri": 5, "asymsig1": 12, "asymsig2": 12, "asynegerr": 4, "asyposerr": 4, "atan": 14, "atanh": 14, "ati": 10, "attach": 14, "attempt": 6, "attent": [12, 13, 14], "attribut": 14, "audienc": 0, "auto": 11, "autoconf": 11, "automak": 11, "automat": [5, 7, 9, 11, 14], "auxiliari": 14, "avail": [4, 5, 6, 7, 8, 10, 11, 12, 13], "averag": [9, 13, 14], "avg": 14, "avoid": 14, "awar": [4, 6, 14], "ax": 13, "axi": [4, 7, 8, 12, 13, 14], "axial": 13, "b": [3, 4, 6, 7, 8, 11, 12, 13, 14], "b1": 14, "b10mt": 7, "b150mt": 7, "b2": 14, "b_": [13, 14], "b_0": 14, "b_1": 13, "b_b": 14, "b_f": 14, "b_i": 13, "b_l": 14, "b_n": 13, "b_r": 14, "back": [10, 14], "backgr": [12, 14], "background": [9, 12, 14], "backward": [6, 8, 14], "bar": [9, 14], "base": [5, 6, 7, 8, 10, 11, 12, 14], "bash": [7, 11], "bash_profil": 11, "bashrc": 11, "basi": 6, "basic": [5, 11, 12, 13], "bastian": 0, "batch": 14, "bc": 8, "bcp": 14, "beam": [8, 14], "beamlin": [8, 9, 12, 14], "beamlineinfo": 5, "beamtim": 7, "beauti": 14, "becaus": [8, 9], "becom": [6, 11], "been": [6, 8, 9, 11, 12, 13, 14], "befor": [5, 6, 8, 9, 10, 11, 12, 13, 14], "begin": [6, 8, 11, 13, 14], "behav": [6, 13], "behavior": [6, 14], "being": [7, 11, 14], "belong": 13, "below": [6, 8, 11, 12, 13, 14], "beneath": [3, 9], "bessel": [13, 14], "best": [4, 7, 8, 11, 13, 14], "bestdata": 6, "beta": [0, 13], "better": [3, 6, 14], "between": [4, 12, 13, 14], "bg": 14, "bgdown": 12, "bgright": 12, "bgup": 12, "big": 13, "bigger": 14, "bilay": 13, "bin": [5, 8, 9, 11, 12, 14], "binari": [8, 11], "bitbucket": [2, 11, 14], "bkg": 14, "bl": 9, "blabla": 10, "block": [6, 9, 11, 12, 13], "blue": [12, 14], "bluish": 14, "blundel": 14, "bm": 14, "bmw": [0, 5], "bmw_startup": 13, "bmwlib": 11, "bnmr": 5, "bnmrlib": 11, "book": 8, "bool": 14, "bool_t": [8, 14], "boost": 11, "both": [6, 11, 13, 14], "bottom": [4, 8], "boundari": [6, 9, 12, 13, 14], "box": [8, 9, 10, 14], "bp": [8, 14], "br": 14, "bracket": 8, "branch": [10, 11], "brandt": 13, "braunschweig": 4, "brave": 11, "break": 8, "brew": 11, "brief": [10, 11, 14], "briefli": [9, 11], "broaden": 13, "broader": 0, "broken": 11, "browsabl": 8, "browser": 8, "buc": 8, "bug": [2, 9, 11], "bugtrack": 5, "bui": 10, "build": [8, 10, 14], "built": [11, 14], "bulk": [8, 14], "bundl": 7, "button": [7, 9, 12, 14], "bz2": [10, 14], "c": [4, 6, 7, 8, 9, 10, 11, 13, 14], "c2": 13, "c_0": 14, "c_1": 14, "c_2": 14, "c_3": 14, "c_4": 14, "c_k": 14, "cal": 13, "calcsomethingcpuexpens": 14, "calcualt": 14, "calcul": [5, 9, 12, 14], "calculatefield": 14, "call": [6, 7, 8, 9, 11, 12, 13, 14], "calm": 0, "can": [4, 6, 7, 8, 9, 10, 11, 12, 13, 14], "cancel": 9, "cannot": [6, 13, 14], "canva": [9, 12, 14], "canvas": 14, "card": [5, 14], "care": [6, 11, 14], "carlo": 14, "carri": [7, 11, 14], "case": [3, 6, 7, 8, 9, 10, 11, 12, 13, 14], "cassert": 14, "cd": [10, 11], "cdot": [13, 14], "center": [10, 13], "cern": [8, 11, 14], "cerr": [8, 14], "certain": [6, 13], "cf1": 8, "cf3": 8, "cf4": 8, "cf5": 8, "ch": [8, 9, 10, 11, 13, 14], "chain": [6, 9], "chain_fit": 9, "chang": [6, 9, 10, 11, 14], "channel": [4, 14], "chao": 0, "chapter": 14, "charact": [4, 6, 14], "charg": 13, "check": [7, 8, 9, 10, 13, 14], "checkout": [10, 11], "chemic": 13, "chgrp": 11, "chi": [9, 12, 13, 14], "chisq": [9, 12, 14], "chisq_per_run_block": 9, "chisq_pre_run_block": 9, "choic": [9, 11, 14], "choos": [6, 9, 11, 12, 13, 14], "choosen": 9, "chosen": [9, 11, 14], "chown": 11, "circ": [13, 14], "circledast": 13, "circumst": 11, "citat": 3, "cite": 5, "clang91": 11, "class": [8, 13, 14], "class_musr_psi": 4, "classdef": 14, "classifi": 8, "classimp": 14, "clean": [8, 10, 11], "clear": [6, 8, 9, 14], "click": [7, 9, 14], "clone": [10, 11], "close": [8, 9, 14], "closefil": 8, "cmake_prefix_path": 11, "cmath": 14, "cmd": [7, 14], "co": [7, 9, 11, 12, 13, 14], "code": [4, 8, 10, 11, 12, 13, 14], "coeffici": [13, 14], "coher": [13, 14], "col": 7, "coll": 7, "collect": [4, 6, 7, 8, 9, 11, 12, 13, 14], "colon": 14, "color": 14, "color_list": 14, "column": [4, 6, 8, 9, 12, 14], "com": 11, "combilgkt": 14, "combin": [6, 8, 9, 12, 14], "come": [4, 8, 9, 11], "comma": [4, 12, 14], "command": [7, 9, 10, 11, 12, 13], "comment": [4, 6, 7, 8, 9, 10, 11, 13, 14], "common": [6, 11, 14], "commun": 3, "compact": 14, "compar": [7, 10, 11, 14], "compat": [6, 10, 14], "compatibilti": 14, "compet": 0, "compil": [10, 11, 14], "complain": 11, "complement": 7, "complet": [6, 10, 11, 12, 13], "complex": 14, "complic": 14, "compon": 14, "compress": 14, "comput": [3, 10, 11], "concentr": 8, "concept": 5, "conceptu": 10, "concern": [5, 13, 14], "conclud": 12, "conden": 14, "condens": 14, "condit": [6, 13, 14], "conf": [3, 10, 11], "config": 11, "configur": [5, 10, 11, 13], "conflict": 10, "conjunct": [6, 13, 14], "consid": 14, "consist": [10, 13, 14], "const": 14, "const_correct": 14, "constant": [0, 12, 14], "constitu": 13, "constrain": 14, "construct": 14, "constructor": 14, "consum": 14, "contain": [4, 6, 9, 11, 12, 13, 14], "content": [4, 8, 11, 14], "continu": 8, "contour": 14, "contribut": [0, 7, 12, 13, 14], "control": [4, 8, 10, 14], "contruct": 0, "conveni": 12, "convent": 13, "converg": [12, 13, 14], "convers": [8, 14], "convert": [4, 5, 8, 14], "convolut": 13, "cope": 11, "copi": [6, 9, 11, 14], "core": [11, 14], "corpor": 10, "correct": [4, 6, 9, 12, 14], "correctli": [9, 12, 14], "correl": 14, "correspon": 14, "correspond": [6, 7, 8, 9, 11, 12, 13, 14], "cosh": 14, "cost": 9, "could": [6, 7, 9, 10, 11, 13, 14], "couldn": [8, 14], "count": [4, 12, 14], "counter": [12, 14], "coupl": [4, 9, 10, 11, 14], "cours": [3, 6, 14], "cout": [8, 14], "covari": 14, "cpc": 3, "cpp": [8, 14], "cpu": [10, 11, 14], "crash": 11, "creat": [6, 7, 8, 10, 11, 12, 14], "create_msr_file_onli": 9, "creativ": 6, "crook": 14, "cross": [8, 11, 14], "crosshair": 14, "crunch": 10, "cryo": 8, "cryostat": 8, "csv": [5, 14], "cuda": 14, "cumbersom": 14, "cup": 13, "current": [4, 6, 7, 8, 9, 10, 11, 13, 14], "cursor": [12, 14], "custom": [9, 14], "cutoff": 13, "cycl": 14, "cyclotron": 14, "cygwin": 11, "cywinski": 14, "d": [8, 10, 11, 12, 13, 14], "d2001": 14, "d2007": 14, "d2010": 14, "d2019": 14, "d_i": 13, "dalma": [13, 14], "dark": 12, "dasimag": 11, "daslib": [10, 11], "dat": [5, 6, 7, 9, 12, 13, 14], "data": [3, 4, 5, 6, 7, 8, 9, 10, 11, 14], "data_path": [13, 14], "data_path_prefix": 13, "datab": 4, "dataralrar": 4, "dataratrab": 4, "dataspinrot": 4, "datat": [4, 7], "dataterr": [4, 7], "datatr": 4, "date": [4, 8, 11, 12, 14], "db": [5, 6, 7, 9, 12, 13, 14], "dbmwlib": [10, 11], "dbnmrlib": 11, "dbuiltin_glew": 11, "dc": 14, "dcmake_install_prefix": [10, 11], "dcmake_prefix_path": 11, "ddatafram": 11, "ddk": 10, "de": [13, 14], "deactiv": 13, "dead": [13, 14], "deal": [0, 8, 10, 11, 12, 13, 14], "dealt": 14, "deb": 11, "debian": 11, "debug": [13, 14], "dec": 11, "decai": [8, 12, 14], "decayanamodul": [4, 8], "decent": 8, "decid": [8, 11, 14], "declar": 14, "decod": 8, "deduc": 14, "def": 6, "default": [6, 9, 10, 11, 14], "default_save_path": 9, "defin": [4, 6, 8, 9, 11, 12, 13, 14], "definit": [4, 8, 12, 14], "deg": 13, "degre": [4, 9, 12, 14], "degree2rad": 14, "dektlf": 14, "delet": [6, 8], "deliv": [10, 14], "delta_": 14, "delta_0": 14, "delta_b": 13, "delta_t": 13, "deltat_pta_gps_2650": 14, "deltat_pta_gps_3110": 12, "deltat_tdc_alc_": 14, "deltat_tdc_gpd_8472": 14, "deltat_tdc_gps_": 14, "deltat_tdc_gps_0123": 14, "deltat_tdc_gps_0137": 14, "deltat_tdc_gps_2871": 8, "deltat_tdc_gps_4295": 8, "deltat_tdc_gps_4324": 14, "deltat_tdc_gps_4325": 14, "demand": [8, 14], "demonstr": 11, "denable_hdf4": 11, "denable_hdf5": 11, "denable_musr": 10, "denable_mxml": 11, "denot": 14, "depend": [8, 9, 10, 11, 12, 13, 14], "depict": [6, 14], "depolar": [12, 13, 14], "depth": [5, 14], "depthprof": 13, "deriv": [8, 14], "describ": [6, 8, 9, 10, 11, 12, 13, 14], "descript": [1, 5, 6, 8, 9, 10, 11, 12], "deserv": 13, "design": [6, 11], "destroi": 14, "destructor": 14, "detail": [1, 4, 8, 9, 10, 11, 12, 13], "detect": 12, "detector": [4, 8, 9, 12, 13, 14], "detector001": 8, "detector002": 8, "detector023": 8, "detector038": 8, "detectorinfo": 5, "determin": [6, 9, 11, 14], "dev": [11, 14], "devel": 11, "develop": [3, 9, 11, 14], "deviat": [8, 14], "devic": 10, "df": 14, "dgktlf": 14, "dglktflf": 14, "dglktfzf": 14, "dglktlf": 14, "dgminim": 11, "di": 14, "diag": 10, "dialog": 9, "dialogu": 9, "diamagnet": [12, 13], "dict": 11, "dictionari": 14, "did": 6, "differ": [5, 6, 7, 8, 9, 10, 12, 13, 14], "differenti": [12, 14], "difficulti": 14, "digit": [6, 14], "digress": 14, "dimens": 13, "dipol": 13, "dir": [4, 7, 13, 14], "direct": 14, "directli": [4, 7, 8, 9, 11, 14], "directori": [6, 8, 9, 10, 11, 12, 13, 14], "disabl": [10, 11, 14], "disadvantag": 9, "discontinu": 8, "discret": [11, 12], "discuss": [8, 9, 10, 14], "dispers": 14, "displai": [9, 13, 14], "distanc": [13, 14], "distinguish": 8, "distort": 14, "distribut": [11, 12, 14], "distributor": 11, "distro": 11, "ditto": 7, "divid": [12, 13], "divis": 14, "dk": [0, 3, 5, 11], "dks6": 10, "dmathmor": 11, "dmg": 11, "dnexu": [10, 11], "dnktf": 14, "dnkzf": 14, "do": [6, 7, 8, 9, 10, 11, 13, 14], "doc": [9, 11, 12, 14], "doctyp": 11, "docu": [9, 10, 14], "document": [8, 9, 10, 11, 14], "doe": [11, 14], "doesn": [7, 10], "doi": 3, "dolli": 14, "domain": [9, 12, 14], "done": [6, 7, 8, 10, 11, 12, 13, 14], "dopengl": 11, "doubl": [8, 14], "double_t": [8, 14], "dover": 13, "down": [8, 9, 12, 14], "download": [10, 11], "downward": 14, "dpkg": 11, "dpol": 14, "dport": 11, "dqt_based_tool": 11, "dqt_version": 11, "dr": 14, "drag": [7, 11, 12], "drawn": [12, 14], "driven": 14, "drop": [9, 11], "dt": [13, 14], "dtd": 11, "dtry_openmp": 11, "due": [13, 14], "dump": [4, 9, 14], "dump_ascii": 9, "dump_head": 9, "dump_root": 9, "durat": 8, "dure": [6, 7, 11, 13, 14], "dvd": 11, "dx": 3, "dxml": 11, "dyld_library_path": 11, "dyn": 14, "dynam": [3, 10, 14], "dynamic_cast": 14, "dynamicnktf": 14, "dynamicnkzf": 14, "dynexpktlf": 14, "dynglkt_f_lf": 14, "dynglkt_f_zf": 14, "dynglkt_lf": 14, "dyngssktlf": 14, "dz": [13, 14], "e": [2, 4, 6, 7, 8, 9, 11, 12, 13, 14], "e1": 14, "e2": 14, "e3p8kev": 7, "e_": 14, "each": [6, 7, 8, 11, 12, 13, 14], "earli": [9, 14], "eas": [8, 11, 14], "easi": [8, 9, 14], "easier": [8, 11], "easiest": [10, 11], "easili": [6, 9, 10, 11, 14], "echo": 11, "edit": [7, 8, 9, 11, 12], "editor": [9, 11, 12], "eff": 14, "effect": [13, 14], "effici": [11, 13, 14], "effort": 3, "either": [6, 7, 9, 11, 12, 13, 14], "elabor": [8, 10], "electr": 8, "electron": 13, "element": 8, "elimin": 14, "ell": 13, "ellipt": 13, "els": [8, 9, 11, 14], "embrac": 14, "emphas": 11, "emploi": 11, "empti": [4, 6, 7, 9, 14], "en": [11, 14], "enabl": [0, 11], "enable_musrt0": 9, "encod": [8, 9, 11, 13, 14], "encount": 6, "encourag": 11, "end": [4, 6, 7, 8, 9, 11, 12, 13, 14], "endif": 14, "endl": [8, 14], "endno": 6, "energi": [4, 7, 8, 13], "energy_label": 13, "energy_list": [13, 14], "energy_vect": [13, 14], "energy_vector": 14, "energyindex": 14, "engin": 11, "enough": [8, 11, 14], "ensur": [6, 14], "enter": [6, 9, 10, 11], "enterpris": 10, "entiti": 14, "entri": [8, 14], "environ": [8, 9, 13, 14], "ep": 14, "epel": 11, "equal": [4, 6, 12, 14], "equat": [13, 14], "equival": [9, 14], "erfi": 14, "err": [4, 7, 8], "error": [4, 7, 8, 9, 10, 11, 12, 13, 14], "escan": 7, "especi": [6, 8, 10, 13, 14], "essenti": [4, 6, 8, 9, 11, 14], "establish": 6, "estim": [8, 9, 13, 14], "estimate_n0": 9, "estimaten0": 14, "et": [3, 13, 14], "etc": [6, 7, 8, 9, 10, 11, 13, 14], "euc": 8, "ev": [13, 14], "evalu": 14, "even": [3, 6, 8, 11, 14], "event": [8, 12], "event_0": 8, "event_1": 8, "event_2": 8, "eventu": [9, 12], "ever": [4, 7, 8], "everi": [6, 7, 11, 14], "everyon": 11, "everyth": [5, 9], "evid": 14, "evolut": 13, "exact": 14, "exactli": [11, 14], "exampl": [4, 6, 7, 8, 9, 11, 12, 13, 14], "exce": 12, "except": [8, 9, 11, 14], "exclam": 6, "exec": 10, "exec_path": 9, "execut": [5, 10, 11, 12], "exemplari": [6, 14], "exhaust": 5, "exist": [6, 11, 14], "exit": 14, "exp": [7, 9, 13, 14], "expand": [8, 14], "expect": [13, 14], "experi": [8, 13, 14], "experienc": [9, 11], "experiment": [13, 14], "explain": [6, 8, 9, 10, 11, 12, 13, 14], "explan": [6, 14], "explanatori": [6, 9], "explicit": [9, 14], "explicitli": [6, 9, 14], "explor": 10, "expon": [13, 14], "exponenti": [13, 14], "export": [4, 6, 9, 10, 11, 12, 14], "expr": 7, "express": [7, 14], "exprlx": 13, "ext": 14, "extend": [8, 14], "extens": [4, 5, 6, 7], "extent": 11, "extern": [4, 6, 8, 13, 14], "extract": [8, 10, 12, 13, 14], "extractal": 8, "extrem": 0, "f": [8, 9, 12, 13, 14], "f1": [9, 13, 14], "f2": [13, 14], "f3": 13, "f_": [13, 14], "f_0": 13, "f_1": 13, "f_2": 13, "f_3": 13, "f_a": 14, "f_i": 13, "f_mu_f": 14, "fab": 14, "facil": [8, 9, 14], "facilit": 13, "fact": 6, "factor": [9, 14], "fail": [11, 14], "fall": [10, 14], "fals": 14, "far": [9, 14], "fast": 11, "favourit": 14, "fc": 7, "fc150mt": 7, "fcn": 14, "fcp": 14, "fdata": 14, "featur": [2, 5, 12, 13, 14], "fed": [8, 14], "fedora": 11, "feed": [9, 14], "few": [6, 8, 9, 11, 14], "ff": [9, 14], "fftw": 11, "fftw3": 13, "fgb": 14, "fglobaluserfcn": 14, "fidxglob": 14, "field": [4, 6, 7, 8, 9, 10, 12, 14], "field2": 14, "fieldnegerr": 4, "fieldposerr": 4, "fieldsig1": 12, "fieldsig2": 12, "figur": [7, 8, 14], "file": [5, 7, 10, 11], "file_format": [9, 14], "fileformat": 14, "filenam": [6, 7, 8, 14], "filenamelist": 14, "filesystem": 11, "fill": [4, 8, 12, 14], "fillfold": 8, "film": 13, "filter": 14, "final": [6, 11, 12, 13, 14], "find": [8, 9, 10, 11, 13, 14], "finder": 11, "finish": [11, 12], "finit": 13, "finvokedglob": 14, "fire": 14, "firewal": 11, "first": [4, 6, 7, 8, 9, 10, 11, 12, 13, 14], "firstgoodbinoffset": 14, "firstrunno": 6, "fit": [3, 4, 5, 6, 7, 8, 13], "fit_onli": 9, "fit_rang": 14, "fitparamet": [6, 9, 12, 13], "fitter": [9, 11], "fittyp": [12, 14], "five": [6, 12], "fix": [8, 9, 11, 12, 14], "flag": [9, 14], "flame": 14, "flavor": 14, "flavour": [11, 14], "flexibl": 14, "fln": [7, 14], "float": 8, "flux": 13, "fly": [7, 12], "fm": 14, "fmuf": 14, "fn": 14, "fo": 14, "focus": 11, "fold": 14, "folder": 8, "follow": [3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14], "font": 9, "font_nam": 9, "font_set": 9, "font_siz": 9, "footnot": 14, "fopt": 14, "forc": [6, 14], "form": [8, 10, 11, 12, 13, 14], "format": [5, 6, 7, 9, 11, 12, 13], "formula": [11, 14], "forward": [8, 10, 12, 14], "found": [4, 6, 8, 9, 10, 11, 12, 13, 14], "four": [6, 14], "fourier": [9, 11, 12, 13], "fourier_point": [13, 14], "fourier_pow": [12, 14], "fourier_set": 14, "fp": 14, "fpippardfitterglob": 14, "fprevparam": 14, "fr": 14, "frac": [13, 14], "frac1": 14, "fraction": [13, 14], "fragment": 14, "frame": [8, 10, 14], "framework": [3, 5, 8, 9, 10, 11], "free": [3, 8, 9, 11, 13, 14], "freedom": [12, 14], "freeli": 9, "freq": 14, "freq1": 14, "freq2": 14, "frequenc": [12, 13, 14], "frequent": 11, "frgehandl": 14, "from": [1, 4, 6, 7, 8, 9, 10, 12, 13, 14], "front": [6, 8, 9, 12], "fudg": 14, "fulfil": 11, "full": [4, 8, 11, 12, 14], "fun": 12, "fun1": [12, 14], "fun2": [12, 14], "fun3": 14, "func": 9, "func_pixmap_path": 9, "function": [5, 6, 7, 10, 11, 12], "funx": 14, "further": [7, 8, 9, 11, 13, 14], "furthermor": [9, 11, 13, 14], "futil": 13, "futur": [7, 9], "fvalid": 14, "fwhm": 13, "fx": 9, "g": [4, 6, 7, 8, 9, 11, 12, 13, 14], "g_": 14, "g_ufx": 14, "ga": 10, "gambl": 7, "gamer": 10, "gamma": 14, "gamma_": [12, 13, 14], "gamma_mu": [12, 14], "gap": [4, 5], "gapintegr": [4, 13], "gauss": [9, 12, 13, 14], "gaussian": [13, 14], "gbg": 14, "gcc": [11, 14], "ge": 14, "gener": [7, 8, 9, 11, 12, 13], "generexpo": 14, "genuin": 14, "geometri": 12, "geq": 13, "get": [8, 9, 10, 11, 14], "get_n": 14, "getdemand": 8, "getdescript": 8, "getenergyindex": 14, "geterror": 8, "getmagneticfield": 14, "getmuonstoppingdens": 14, "getobject": 8, "getrgedata": 14, "gett0frompromptpeak": 14, "getter": 8, "getunit": 8, "getvalu": 8, "getwhatisneed": 14, "getzmax": 14, "ghi": 6, "ghost": 14, "gif": 14, "ginzburg": 13, "git": [8, 10, 11, 14], "gitea": [10, 11, 14], "github": 11, "give": [6, 8, 11, 12, 14], "given": [3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14], "gk110bgl": 10, "global": [5, 9, 10], "global_exampl": 6, "global_plu": 9, "globalfit": 6, "globalpart": 14, "globalpartisvalid": 14, "gnome": 11, "gnu": [5, 14], "gnuplot": 4, "go": [3, 9, 10, 11, 12], "goal": [6, 14], "good": [8, 9, 11, 14], "got": 10, "gp": [8, 12, 14], "gpd": 14, "gpl": 14, "gpu": [0, 3, 5], "graph": [12, 14], "graphic": [3, 5, 9, 11, 14], "graphic_format_extens": 14, "green": [8, 12, 14], "grenada": 10, "grep": 10, "grid": 13, "group": [4, 8, 9, 11, 14], "grow": 7, "gsl": 11, "guess": [11, 14], "gui": [5, 7, 11, 14], "guid": [8, 10, 11, 14], "gyromagnet": [13, 14], "gz": 14, "h": [4, 7, 13, 14], "h_": 13, "ha": [4, 6, 7, 8, 9, 11, 12, 13, 14], "hair": 14, "hal": [10, 14], "half": 13, "hand": [8, 14], "handi": 9, "handl": [7, 8, 9, 13, 14], "happen": 11, "harder": 11, "hardwar": 10, "harshman": 14, "hat": [10, 11], "have": [3, 4, 6, 8, 9, 10, 11, 12, 13, 14], "hawaii": 10, "hayano": 14, "hdecay00": 4, "hdecay001": 8, "hdecay002": 8, "hdecay003": 8, "hdecay004": 8, "hdecay007": 8, "hdecay008": 8, "hdecay01": 4, "hdecay011": 8, "hdecay012": 8, "hdecay013": 8, "hdecay014": 8, "hdecay017": 8, "hdecay018": 8, "hdecay02": 4, "hdecay021": 8, "hdecay022": 8, "hdecay023": 8, "hdecay024": 8, "hdecay027": 8, "hdecay028": 8, "hdecay03": 4, "hdecay031": 8, "hdecay032": 8, "hdecay033": 8, "hdecay034": 8, "hdecay037": 8, "hdecay038": 8, "hdecay20": 4, "hdecay21": 4, "hdecay22": 4, "hdecay23": 4, "hdecayxx": 4, "hdecayxxx": 8, "hdf": 11, "hdf4": [4, 11, 14], "hdf5": [4, 11, 14], "header": [4, 6, 9, 11, 14], "headlin": 14, "heavili": [7, 13], "height": 13, "helec": 14, "helic": 14, "help": [7, 9, 10, 11, 14], "help_sect": 9, "helper": [7, 8, 9, 11, 14], "henc": [7, 8, 10, 11, 12, 13, 14], "here": [1, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14], "hereaft": 8, "herein": 14, "hess": [13, 14], "heterostructur": 13, "hi": [0, 14], "hierarch": 14, "hifi": 14, "high": [3, 5, 8, 11, 13, 14], "higher": 11, "highest": [6, 11], "himself": 11, "histo": [4, 8, 9, 11, 12, 14], "histogram": [4, 5, 8, 9, 10], "histogramm": 14, "histori": 7, "hold": [4, 7, 8, 14], "holder": 12, "home": [4, 7, 8, 9, 10, 11, 13, 14], "host": 10, "how": [5, 6, 8, 9, 10, 11, 14], "howev": [6, 10, 11, 12, 14], "hsamplemagneticfield": 8, "hsampletemperatur": 8, "html": 9, "http": [3, 8, 9, 11, 13, 14], "human": 4, "hypothet": 8, "i": [0, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14], "i_": 13, "ib": 14, "icon": [12, 14], "id": 8, "idea": [6, 8, 12, 14], "ideal": 14, "ident": 14, "identifi": [6, 14], "idf": 14, "idf1": 14, "idf2": 14, "idx": 14, "ifdef": 14, "ifgk": 14, "ifll": 14, "ignor": [6, 7, 14], "ignore_data_header_info": 9, "ii": 14, "iii": 14, "iinfti": [], "illustr": [6, 14], "imag": [3, 12, 14], "imaginari": [12, 14], "imath": 13, "impact": 14, "imperfect": 14, "impl": 14, "implant": [4, 7, 12, 13, 14], "implement": [6, 8, 9, 10, 11, 13, 14], "import": [8, 14], "improv": [2, 11, 13], "inc": 10, "incid": 13, "includ": [5, 6, 10, 11, 12, 14], "incompat": 11, "incorpor": 10, "increas": 14, "increment": 14, "inde": 8, "indebt": 0, "independ": [3, 13, 14], "index": [5, 6, 14], "indic": [9, 12, 14], "indicationg": 14, "individu": [9, 14], "induct": 13, "ineffici": 14, "infer": 14, "info": [4, 8, 14], "inform": [4, 5, 6, 9, 11, 12, 14], "infti": [13, 14], "init": 14, "initi": [9, 11, 12, 13, 14], "inlin": 14, "input": [0, 6, 9, 12, 14], "inputfil": 14, "insensit": 6, "insert": 8, "insid": [9, 13, 14], "inspect": 8, "inspir": 7, "inst": [9, 14], "instal": 14, "install_manifest": 11, "installatio": 11, "instanc": [4, 6, 7, 8, 11, 13, 14], "instead": [6, 7, 10, 11, 13, 14], "institut": [9, 12, 14], "instruct": [10, 11, 14], "instrument": [4, 8, 9, 11, 13, 14], "instrument_nam": 14, "int": [8, 13], "int_": 14, "int_0": [13, 14], "int_a": 13, "int_t": [8, 14], "integ": [6, 8, 14], "integr": [5, 6], "intel": 11, "intend": [4, 9, 11, 14], "inter": 13, "interact": [7, 12, 13, 14], "interest": [7, 11, 13, 14], "interfac": [0, 5, 10, 11, 13, 14], "intergr": 4, "intern": [8, 9, 14], "internbsl": 14, "internfld": 14, "internfldgk": 14, "internfldl": 14, "interpol": 14, "interpret": 14, "interrel": 12, "interrupt": 14, "interv": [6, 14], "intranet": 14, "introduc": [4, 6, 8, 11, 12, 14], "introduct": [5, 11, 12], "introductori": 14, "invalid": 13, "invers": 13, "investig": 13, "invoc": [6, 14], "invok": [6, 7, 9, 14], "involv": [10, 13], "invt": 7, "invterr": 7, "ip": 8, "isi": [5, 11, 14], "iso": 8, "issu": 11, "isvalid": 14, "iszombi": 8, "item": [8, 14], "iter": [9, 13, 14], "its": [4, 7, 8, 9, 11, 14], "itself": [6, 12], "ival": [8, 14], "j": [3, 11, 13, 14], "j8": [10, 11], "j_0": 14, "j_1": 14, "jam": 14, "jp": 3, "jparc": 9, "jpg": [7, 14], "jpscp": 3, "jump": [8, 14], "just": [8, 10, 11, 13, 14], "jxvf": 10, "k": [4, 6, 8, 9, 13, 14], "k40c": [5, 14], "k_": 14, "k_1": 13, "kaiser": 14, "kalviu": 14, "keep": [6, 8, 9, 14], "keep_minuit2_output": 9, "kei": [9, 11], "kept": [9, 14], "keren": 14, "kernel": [3, 10], "kev": [4, 8, 13, 14], "keyboard": [9, 12], "keyword": [6, 14], "khrono": 14, "khz": 14, "kind": [0, 8, 13], "know": 11, "knowledg": 9, "known": [5, 11, 14], "konti": 8, "kornilov": 14, "kt": [9, 14], "kv": [4, 8], "l": [11, 13, 14], "label": [4, 6, 7, 8, 9, 13, 14], "laboratori": 8, "lambda": [4, 5, 14], "lambda_": [13, 14], "lambda_i": 13, "lambdanegerr": 4, "lambdaposerr": 4, "landau": 13, "langl": [13, 14], "languag": [6, 14], "laplacian": 13, "larg": [13, 14], "larger": 14, "largest": 0, "larkin": 14, "last": [6, 8, 9, 12, 14], "lastrunno": 6, "later": [6, 12, 14], "latest": [10, 11], "latex": 9, "latex_imag": 9, "lattic": [5, 14], "launchctl": [10, 11], "layer": [13, 14], "lazi": 11, "lc": 14, "lco": 8, "ld": [10, 11], "ld_library_path": [10, 11], "ldconfig": [10, 11], "ldot": 14, "le": [8, 14], "lead": [6, 8, 9, 13, 14], "least": [3, 6, 12, 14], "leav": 9, "ledb": 8, "left": [4, 8, 9, 13, 14], "legaci": 11, "lem": [5, 8, 13, 14], "lem07_2018_rb1_npp": 14, "lem07_his_2018": 14, "lem10_his_0012": 14, "lem10_his_0111": 14, "lem10_his_0113": 14, "lem10_his_0123": 14, "lem10_his_0123_rebin25": 14, "lem10_his_0123_v2": 14, "lem12_his_0234": 8, "lem15_his_01234": 14, "lem19_his_0123": 14, "lemusr": 8, "length": [6, 8, 13], "leopard": 11, "leq": [13, 14], "less": [7, 14], "let": 8, "letter": 14, "level": [8, 14], "leverag": 10, "lf": [9, 14], "lf_gl": 14, "lgb": 14, "lgkt": 14, "li": 13, "lib": [5, 10, 11], "libboost": 11, "libexec": 11, "libfftw3": 11, "libgapintegr": [4, 13], "libgsl": 11, "libhdf4": 11, "libhdf5": 11, "libmylibrari": 14, "libomp": 11, "libpdepthprofil": 13, "libpnl_pippardfitt": 13, "libqt4": 11, "libqt5svg5": 11, "libqtwebkit": 11, "librari": [10, 11, 13, 14], "libtmylibrari": 14, "libtool": 11, "libx11": 11, "libxext": 11, "libxft": 11, "libxml2": [8, 11], "libxpm": 11, "licens": [11, 14], "life": [11, 12, 14], "lifetim": [13, 14], "lifetime_correct": 9, "lifetimecorrect": [9, 14], "light": 8, "like": [5, 6, 7, 8, 9, 10, 11, 13, 14], "likelihood": [9, 13, 14], "liklei": 14, "limit": [5, 8, 12, 13, 14], "limits_": 13, "line": [4, 6, 7, 8, 9, 11, 12, 13, 14], "linear": 14, "linegauss": 13, "linelaplac": 13, "linelorentzian": 13, "lineshap": 13, "lineskewlorentzian": 13, "lineskewlorentzian2": 13, "link": [7, 9, 14], "linkdef": 14, "linux": [5, 10, 14], "linux64": 10, "list": [4, 7, 8, 9, 10, 11, 12, 14], "list_of_param_to_be_fix": 14, "literatur": 13, "littl": [7, 9, 11, 14], "lmu": [8, 9, 10, 11], "ln": [7, 11, 13, 14], "load": [7, 13, 14], "loadpath": 7, "local": [9, 10, 11, 13], "locan": [0, 3, 10], "locat": [9, 11, 12, 13, 14], "log": [7, 9, 13, 14], "logarithm": 14, "logi": 14, "logic": 14, "login": 11, "logx": 14, "longer": 6, "longitudin": 9, "look": [4, 6, 7, 8, 9, 10, 11, 13, 14], "lookup": 10, "lorentzian": 13, "loss": 13, "lot": [8, 14], "low": [8, 13], "lower": [12, 14], "lower_boundari": 14, "lowtemp": 4, "lsco": 4, "lspci": 10, "ltf": 14, "luke_skywalk": 11, "m": [0, 3, 5, 6, 8, 13, 14], "m1": 9, "m3s1": 4, "mac": 5, "machin": [10, 11, 13], "maco": [5, 14], "macosx": 11, "macosx64": 11, "macro": 7, "macroscop": 13, "magnet": [6, 7, 8, 9, 13, 14], "magneticfieldenvironmentinfo": 5, "mai": [9, 11, 14], "mail": 2, "main": [9, 11, 12], "mainli": 14, "maintain": 8, "mainten": [3, 8], "major": 11, "make": [0, 8, 9, 10, 11, 14], "makefil": 14, "manag": 11, "mandatori": [6, 8, 13, 14], "mani": [0, 4, 6, 8, 9, 11, 13, 14], "manipul": [6, 9, 14], "manjaro": 11, "manner": [7, 11, 14], "manual": [0, 5, 6, 9, 10, 11, 12], "map": [6, 8, 12], "map1": [12, 14], "map2": [12, 14], "map3": 12, "mapi": 14, "mark": [6, 14], "marker": 14, "marker_list": 14, "master": 11, "match": [6, 14], "materi": [10, 13], "math": 14, "mathbf": 13, "mathemat": [7, 11, 14], "mathrm": [4, 13, 14], "matric": 14, "matrix": [13, 14], "matter": 14, "max": [7, 9, 14], "max_likelihood": [13, 14], "maxim": [13, 14], "maximum": [7, 12, 14], "maxlh": [4, 14], "maxlhr": 4, "mc": [12, 14], "mcp1": 8, "mcp2": 8, "mdu": [5, 9, 12, 14], "mean": [6, 7, 8, 9, 10, 11, 12, 13, 14], "meaningless": 14, "measur": [6, 7, 8, 9, 12, 13, 14], "mechan": [8, 14], "medium": [12, 14], "mehr": 13, "meissner": [5, 14], "memo": [4, 10, 14], "mention": [6, 8, 11, 13, 14], "menu": [9, 12, 14], "messag": [9, 14], "met": 6, "meta": [4, 8, 14], "method": [8, 13, 14], "mev": 8, "mgui": 11, "mhz": [12, 13, 14], "micro": [10, 14], "microsecond": 13, "microsoft": 11, "mida": 8, "might": [4, 6, 7, 8, 9, 11, 13, 14], "migrad": [13, 14], "min": [7, 14], "mind": 8, "mine": 8, "minim": [8, 11, 12, 13, 14], "minimum": 8, "minixml": 11, "mino": [12, 13, 14], "mint": 11, "minu": 9, "minuit": [9, 13, 14], "minuit2": 9, "miss": [11, 14], "mkdir": [10, 11], "mlog": [6, 9, 14], "mmsetf": 14, "mn2": [6, 14], "mnplot": 14, "mnsi": 14, "mnt": 14, "mock": 8, "mode": [5, 8, 14], "model": [6, 11, 14], "modifi": [9, 13], "mojav": 11, "moment": [6, 8, 11, 13], "momentum": [8, 12, 13], "monospac": 9, "mont": 14, "month": 11, "more": [4, 6, 7, 8, 9, 10, 11, 12, 14], "most": [1, 6, 8, 10, 11, 13, 14], "motiv": 14, "mous": [7, 14], "move": [8, 11, 12, 14], "mrh_undefin": 8, "msr": [4, 5, 7, 9, 11, 13], "msr2data": [4, 5, 7, 9, 13], "msr2data_default": 9, "msr_def_path": 9, "msr_default_file_path": 9, "msr_file": 14, "msr_file_default": 9, "msr_file_in": 14, "msr_file_out": 14, "msr_file_without_extens": 14, "mu": [9, 12, 13, 14], "mu_0": 13, "mu_0h": 13, "much": [0, 7, 8, 9, 14], "mud": [5, 9, 12, 14], "mue1": 14, "mue4": [8, 9, 14], "multi": [4, 10, 11, 14], "multicor": 11, "multidimension": 14, "multipl": [5, 7, 8, 11, 14], "multipli": [12, 13, 14], "mum": 4, "muminu": 14, "muminusexptf": 14, "muon": [4, 8, 9, 11, 12, 13], "muonium": [10, 13, 14], "muonspin": 11, "mupp": [4, 5, 6, 9, 11, 12], "mupp_plot": 7, "musr": [4, 9, 14], "musr_web_command": 9, "musr_web_fouri": 9, "musr_web_funct": 9, "musr_web_main": 9, "musr_web_msr2data": 9, "musr_web_musrft": 9, "musr_web_paramet": 9, "musr_web_plot": 9, "musr_web_run": 9, "musr_web_statist": 9, "musr_web_theori": 9, "musr_web_titl": 9, "musr_web_x": 9, "musredit": [5, 7, 12, 14], "musrfit": [0, 4, 8, 13], "musrfit_startup": 11, "musrfitpath": [11, 14], "musrft": [9, 12], "musrfulldatapath": 14, "musrfulldatapathtoken": 14, "musrroot": [5, 14], "musrrootlem": 8, "musrrootv": 8, "musrrootvalid": 8, "musrstep": [5, 11], "musrt0": 9, "musrview": [9, 11], "musrview_show_avg": 9, "musrview_show_fouri": 9, "musrwiz": [5, 11], "mx": 9, "mxml": 11, "my": 11, "n": [8, 9, 11, 13, 14], "n0": 14, "n00": 14, "n01": 14, "n0_l": 4, "n0_lnegerr": 4, "n0_lposerr": 4, "n0_t": 4, "n0_tnegerr": 4, "n0_tposerr": 4, "n1": 14, "n10": 14, "n11": 14, "n_": 14, "n_0": [9, 14], "n_bkg_b": 4, "n_bkg_bnegerr": 4, "n_bkg_bposerr": 4, "n_bkg_l": 4, "n_bkg_lnegerr": 4, "n_bkg_lposerr": 4, "n_bkg_r": 4, "n_bkg_rnegerr": 4, "n_bkg_rposerr": 4, "n_bkg_t": 4, "n_bkg_tnegerr": 4, "n_bkg_tposerr": 4, "n_i": 14, "n_theori": 13, "n_vortexgrid": 13, "name": [4, 6, 7, 8, 9, 10, 12, 13, 14], "namespac": 14, "nanosecond": 14, "nativ": 11, "nd": 14, "ndf": [4, 12], "nearli": 14, "necessari": [6, 8, 9, 11, 12, 14], "need": [6, 7, 8, 9, 10, 11, 12, 13, 14], "needglobalpart": 14, "neg": [4, 8, 9, 12], "neither": 14, "nemu": [8, 13, 14], "nemu_analyz": 8, "nemu_run": 4, "ness": 14, "neutron": 11, "never": 11, "new": [2, 6, 8, 9, 11, 12, 14], "newest": 11, "newli": [6, 7, 9, 12], "next": [4, 7, 8, 9, 10, 11, 13, 14], "nexu": [5, 9, 12, 14], "nexus1": 14, "nexus2": 14, "nexusformat": 11, "nice": 13, "nm": 13, "nmr": [0, 5], "nn": [7, 14], "nn0": 14, "nn1": 14, "noak": 14, "nocut": 4, "node": 14, "nohead": [6, 9], "non": [5, 10, 13], "none": [6, 9, 12, 13, 14], "nonloc": [5, 14], "nonlocal_par": [13, 14], "nonlocal_startup": [13, 14], "nor": 14, "norm": [7, 12, 14], "normaiz": 14, "normal": [6, 7, 11, 12, 14], "normdown": 12, "normright": 12, "normup": 12, "nosummari": [6, 9], "notat": [8, 14], "note": [10, 13, 14], "noth": [6, 8, 9, 14], "notic": [8, 9, 14], "nouveau": 10, "now": [7, 10, 11, 12, 14], "npp": [4, 8, 9, 11, 12, 14], "nr": 13, "nsec": 14, "nu": [12, 14], "nu_c": 14, "nuclear": [7, 13], "nuisanc": 11, "number": [4, 6, 7, 8, 9, 10, 11, 12, 13, 14], "numer": [6, 11, 13, 14], "nvidia": [5, 14], "nx": 14, "o": [5, 6, 10, 12, 14], "oabc": 6, "obei": [6, 14], "object": [4, 8, 11], "observ": 13, "obsol": 14, "obsolet": [4, 14], "obtain": [6, 8, 13, 14], "obvious": 14, "occur": 11, "occurr": [6, 11], "oct": 8, "off": [8, 14], "offer": [6, 12, 14], "offest": 14, "offlin": 14, "offset": [8, 14], "often": [7, 9, 11, 14], "oghi": 6, "ok": 8, "old": [6, 11, 14], "older": 11, "omega": 14, "omega_": 14, "omega_d": 14, "omit": [10, 11, 14], "omp": 14, "onc": [11, 12, 13, 14], "one": [1, 6, 7, 8, 9, 11, 12, 13, 14], "one_or_zero": 13, "one_to_on": 14, "onerunfit": 6, "onerunfit_exampl": 6, "ones": [6, 8, 11, 14], "onli": [6, 7, 8, 9, 10, 11, 12, 13, 14], "onlin": 14, "open": [4, 5, 7, 9, 11, 12, 14], "open_file_after_fit": 9, "opencl": 5, "openmp": [10, 11, 14], "openmp_root": 11, "opensus": 11, "oper": [5, 7, 8, 9, 10, 12, 14], "opposit": 14, "opt": [10, 11], "optim": 14, "optimum": 14, "option": [4, 5, 7, 9, 12, 13, 14], "option1": 14, "option2": 14, "options1": 14, "options2": 14, "order": [4, 6, 7, 8, 10, 11, 13, 14], "ordin": [12, 14], "org": [3, 11, 14], "organ": [4, 8, 9, 14], "orient": [8, 13], "origin": [4, 6, 9, 13, 14], "orphan": 14, "other": [1, 4, 7, 8, 9, 10, 11, 12, 14], "otherwis": [6, 10, 11, 13, 14], "ouput": 6, "out": [6, 7, 8, 9, 10, 11, 12, 13, 14], "outdat": [4, 9, 11, 14], "outlin": 13, "output": [6, 7, 9, 12, 13, 14], "outputfilenam": [6, 14], "oven": 8, "over": [7, 11, 14], "overhead": 14, "overload": 8, "overwrit": 14, "own": [9, 14], "owner": 11, "oxford": 14, "p": [9, 12, 13, 14], "p1": 9, "p2": 9, "p_": [12, 13], "p_3": 12, "p_6": 12, "p_9": 12, "pa": 14, "pack": [9, 11, 12, 14], "packag": [3, 8], "pad": 14, "page": [5, 8, 9, 11, 12], "pai": 8, "panic": 14, "paper": 10, "par": 14, "par12": [12, 14], "par15": 12, "par17": 14, "par22": 14, "par27": 14, "par3": [12, 14], "par32": 14, "par37": 14, "par4": 14, "par42": 14, "par47": 14, "par5": 14, "par52": 14, "par57": 14, "par62": 14, "par67": 14, "par7": 14, "par72": 14, "par77": 14, "par8": 14, "par82": 14, "paralel": 13, "parallel": [4, 11, 12, 13, 14], "param": [4, 6, 7, 9, 14], "paramet": [3, 4, 5, 8, 10, 12, 13, 14], "paramlist": 6, "parc": 14, "parenthes": [11, 14], "parenthesi": 11, "pari": 14, "parr": 14, "parrx0": 14, "pars": [7, 8], "parser": [8, 11, 14], "part": [0, 3, 8, 9, 11, 12, 13, 14], "partial": 13, "particular": 14, "parx": 14, "parx0": 14, "parx1": 14, "parxj": 14, "parxn": 14, "pass": [6, 9, 14], "past": [4, 11], "path": [7, 8, 9, 10, 11, 12, 13, 14], "path_file_nam": 9, "path_to_data": 14, "path_to_exec": 9, "path_to_fil": 13, "pathnam": 8, "pdepthprofil": 13, "pdf": [4, 7, 13, 14], "peak": [9, 13, 14], "pearson": 14, "peculiar": 14, "penetr": [13, 14], "peopl": [4, 6, 8, 11], "per": [4, 8, 9, 14], "perform": [6, 7, 8, 9, 11, 12, 14], "perp": [8, 13], "perpendicular": 13, "ph": [4, 14], "phase": [6, 9, 12, 13, 14], "phase_incr": 14, "phasedown": 12, "phaseright": 12, "phaseup": 12, "phd": 14, "phi": 13, "phi_": 14, "philosophi": 14, "phincr": 14, "phnegerr": 4, "phposerr": 4, "phpro": 3, "phy": [13, 14], "physic": [3, 7, 8, 10, 14], "physica": 14, "physicist": 0, "pi": [9, 12, 13, 14], "pictur": 9, "pie3": 14, "pileup": 4, "pileupanamodul": 4, "pim3": [8, 12, 14], "pix_path": 9, "pixmap": 9, "pkg": 11, "pkgconfig": 11, "place": [7, 11, 12, 13, 14], "plane": 7, "plate": 4, "platform": [3, 5, 10], "pleas": [2, 3, 6, 8, 11, 12, 13, 14], "plist": 11, "plot": [7, 8, 9, 12], "plotter": [4, 5], "plug": 14, "png": [7, 9, 14], "pnl_pippardfitt": [13, 14], "pnl_pippardfitterglob": 14, "po": 4, "point": [8, 9, 11, 12, 13, 14], "pointer": 14, "poitiv": 8, "pol": 14, "polar": [13, 14], "polynom": 14, "pomjakushin": 14, "pop": 9, "popup": 9, "port": 11, "portion": 14, "pos_error": [6, 12, 13, 14], "posit": [6, 8, 12, 14], "positron": [4, 12, 13, 14], "possibl": [4, 5, 6, 7, 9, 11, 12, 14], "post": 4, "potenti": [4, 8, 11, 14], "pow": [7, 14], "powder": 13, "powderlineasymgss": 13, "powderlineasymlor": 13, "powderlineaxialgss": 13, "powderlineaxiallor": 13, "power": [9, 10, 11, 12, 14], "pp": 13, "ppc": [4, 9, 12, 14], "pragma": 14, "prb": 13, "pre": [6, 9], "preced": 6, "precess": 12, "predefin": [12, 14], "prefer": [2, 9, 11, 14], "prefix": [11, 13], "preform": 8, "prepar": 11, "present": [4, 6, 7, 8, 9, 10, 11, 12, 13, 14], "press": [9, 12, 14], "prevent": 14, "previou": [8, 11, 14], "previous": 9, "prgedata": 14, "prgedatalist": 14, "prgehandl": 14, "price": 8, "primit": 4, "princip": 13, "principl": [6, 11, 13], "print": [8, 9, 14], "print_level": 14, "priori": 9, "privat": 14, "prl": 13, "pro": [10, 11], "probabl": [6, 8, 11, 13], "probe": 13, "problem": [8, 11, 14], "proc": 3, "proce": [11, 12], "procedia": 3, "procedur": [9, 11, 12, 13, 14], "proceed": 11, "process": [3, 5, 9, 11, 13, 14], "produc": [6, 12, 14], "profil": [5, 10, 11, 14], "profound": 14, "program": [5, 7, 8, 9, 11, 12, 14], "project": [0, 11], "prompt": [9, 10, 11, 14], "prone": [7, 9, 10], "proof": 9, "prop": 8, "propag": 6, "proper": [9, 10, 11, 13, 14], "properli": [3, 6, 10, 14], "properti": [4, 8, 13, 14], "propertylist": 11, "prove": 13, "proven": 13, "provid": [5, 9, 10, 11, 12, 13, 14], "pseudo": 14, "psi": [2, 5, 8, 9, 10, 11, 12, 13, 14], "psi_": 14, "psi_gps_": 14, "psi_gps_run_100to117": 14, "pta": 14, "public": [3, 11, 13, 14], "pull": [9, 11], "puls": [13, 14], "purpos": [6, 12, 14], "puserfcnbas": 14, "put": [6, 9, 11, 14], "px": 9, "python": 14, "pyyaml": 14, "q": [12, 14], "qmake": 11, "qt": [9, 11], "qt3": 11, "qt3mac": 11, "qt4": 11, "qt5": 11, "qt6": [9, 11], "qtbase": 11, "qtbase5": 11, "qtdir": 11, "qtsvg": 11, "qtwebkit": 11, "quad": 13, "quantiti": 8, "question": [9, 14], "quick": [11, 14], "quicker": [7, 14], "quickli": [7, 10], "quit": [3, 8, 9, 11, 14], "r": [11, 13, 14], "r9": 5, "r_b": 14, "rab": 4, "radeon": 5, "rahf": 14, "rai": 11, "ral": [4, 9, 11], "randomli": 13, "rang": [6, 9, 13, 14], "range_for_phase_correct": 14, "rangl": 13, "rangle_": 14, "rar": 4, "rat": 4, "rate": [9, 12, 13, 14], "rate1": 14, "rate2": 14, "rate8470": 6, "rate8471": 6, "rate8472": 6, "ratesig1": 12, "ratesig2": 12, "rather": [8, 9, 14], "ratio": [13, 14], "raw": [9, 14], "rdanisohf": 14, "re": [9, 11], "reach": [6, 14], "read": [4, 6, 9, 11, 13, 14], "read_musrroot_runhead": 8, "readabl": 4, "reader": 8, "readi": [10, 11, 14], "readrgefil": 14, "real": [3, 10, 12, 14], "real_and_imag": [12, 14], "rearrang": 14, "reason": [6, 11, 12, 14], "rebin": 14, "rebin25": 14, "reboot": 10, "recent": [11, 14], "recent_fil": 9, "reciproc": 13, "recogn": 10, "recommend": [9, 13], "recompil": 11, "reconstruct": 3, "record": 14, "recreat": [8, 9], "recreate_data_fil": 9, "recurs": 8, "red": [8, 10, 11, 12, 14], "redgreen": [8, 14], "redhat": 11, "reduc": 13, "refer": [3, 5, 8, 9, 10, 11, 12, 13, 14], "refin": 7, "reflect": 13, "refresh": 7, "region": [13, 14], "rel": 14, "relat": [5, 8, 9, 11, 14], "relative_bcp": 14, "relax": [13, 14], "releas": [11, 14], "relev": [6, 8, 9, 12, 14], "reli": 13, "reload": [7, 9], "relph_b": 4, "relph_bnegerr": 4, "relph_bposerr": 4, "relph_l": 4, "relph_lnegerr": 4, "relph_lposerr": 4, "relph_r": 4, "relph_rnegerr": 4, "relph_rposerr": 4, "relph_t": 4, "relph_tnegerr": 4, "relph_tposerr": 4, "remain": 12, "remark": [11, 14], "remov": [7, 14], "renam": 14, "reorgan": 6, "repeat": [12, 14], "repeatedli": 13, "replac": [6, 11, 14], "repo": [2, 10, 11], "report": [2, 11, 14], "repositori": 11, "repres": [8, 12, 14], "represent": [5, 14], "request": [2, 7, 11, 12, 14], "requir": [5, 10, 13, 14], "resb": 13, "reserv": 14, "reset": [9, 14], "resiz": 14, "resolut": [4, 8, 13], "resolv": 5, "reson": [13, 14], "respect": [9, 11, 12, 13, 14], "respons": [8, 10, 14], "rest": 13, "restart": 11, "restor": 14, "restrict": [5, 14], "result": [6, 8, 9, 12, 13, 14], "retriev": 14, "return": [8, 14], "rev": [10, 13, 14], "revert": 14, "review": [6, 13], "revis": 14, "rewrit": 14, "rgb": 14, "rge": 13, "rge_fln_pr": [13, 14], "rhel": [10, 11], "rhel7": 10, "rid": 14, "right": [4, 6, 8, 11, 12, 13, 14], "rightmost": 6, "rigor": 0, "riseman": [13, 14], "rl": 14, "rm": [11, 13, 14], "rn": 14, "robert": 0, "rocki": 11, "root": [5, 7, 9, 10, 12, 14], "root6": 11, "root_build": 11, "root_exec": 11, "root_set": 14, "root_v6": 11, "rootsi": [10, 11, 14], "rotat": [4, 10, 12, 14], "rout": 11, "routin": [8, 11, 13, 14], "row": 7, "rpm": [10, 11], "rrf": [9, 10], "rrf_freq": 14, "rrf_pack": 14, "rrf_phase": 14, "rrr": 14, "rrrr": 14, "rrrrr": 14, "rrrrrr": 14, "rsync": 11, "rule": [6, 8, 9, 14], "run": [4, 7, 9, 10, 11, 12], "run0": [6, 14], "run1": [6, 14], "run2": [6, 14], "run3": 14, "run_file_nam": 14, "run_name_templ": 14, "runend": 14, "runinfo": [4, 5], "runlist": [6, 14], "runlistfilenam": 6, "runn": [6, 14], "runnam": 14, "runno": 14, "runstart": 14, "runsummari": [4, 8], "runtim": 14, "r\u00e9otier": [13, 14], "s1": 14, "s2": 14, "sa": [4, 8], "safe": 14, "safeti": 14, "sai": 8, "said": 8, "salman": [0, 13], "same": [6, 7, 8, 9, 10, 11, 12, 13, 14], "sampl": [4, 8, 10, 12, 13], "sampleenvironmentinfo": 5, "save": [7, 8, 9, 11, 12, 13, 14], "save_path": 9, "savepath": 7, "sbin": [10, 11], "scale": [9, 14], "scale_n0_bkg": 14, "scalerinfo": 8, "scalersumr": 4, "scan": [7, 14], "scanamodul": [4, 8], "schedul": [3, 10], "schema": 8, "scheme": 8, "scheuermann": 0, "scienc": 11, "scientif": [11, 13, 14], "scratch": [9, 11], "screen": [5, 14], "script": [5, 11], "sdkinstal": 10, "se": 14, "search": [5, 11, 14], "sec": [8, 14], "second": [6, 9, 12, 13, 14], "section": [8, 11, 13, 14], "sector": 14, "see": [1, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14], "seen": [6, 7, 8, 12], "sekt": 14, "sektlf": 14, "select": [6, 7, 8, 9, 10, 11, 12, 14], "selectal": 7, "self": [6, 9], "selfupd": 11, "semant": 8, "semi": 14, "send": [2, 14], "sens": 14, "sensibl": 14, "sent": 14, "sep": 14, "separ": [4, 6, 9, 11, 12, 14], "separt": 14, "sequenc": [6, 12, 14], "sequoia": 11, "seri": 13, "seriou": 11, "serv": [6, 12, 14], "server": 10, "servic": 11, "session": 14, "set": [4, 5, 6, 7, 8, 9, 12, 13, 14], "setenv": [10, 11], "setglobalpart": 14, "setup": [4, 8, 10, 11, 14], "sever": 14, "sexprlx": 13, "sg": 14, "sgktlf": 14, "sh": 10, "shade": 8, "shall": [6, 8, 9, 11, 12, 13, 14], "shape": [6, 13, 14], "share": [9, 10, 14], "sharp": 13, "shell": [9, 11, 14], "shift": [13, 14], "shop": 10, "short": [5, 12, 14], "shortcut": [9, 12], "shorten": 14, "shortli": [8, 14], "should": [3, 6, 7, 8, 9, 10, 11, 12, 13, 14], "show": [4, 6, 7, 8, 9, 12, 14], "shown": [6, 7, 8, 9, 12, 14], "sierra": 11, "sigma": [7, 13, 14], "sigma_": 14, "sigmaerr": 7, "sigmasc": 7, "sigmasc_10": 7, "sigmasc_10err": 7, "sigmasc_150": 7, "sigmasc_150err": 7, "sigmascvstemp": 7, "sign": 12, "signal": [12, 13, 14], "silicon": 11, "sim": 13, "similar": [6, 11], "similarli": [8, 14], "simpl": [6, 11, 12, 13, 14], "simplegss": [12, 14], "simpler": 14, "simplex": 14, "simplexpo": [12, 14], "simpli": [6, 11, 14], "simplifi": 14, "simul": 13, "simultan": 14, "sim\u00f5": 13, "sin": [7, 13, 14], "sinc": [3, 6, 7, 8, 10, 11, 12, 13, 14], "singl": [5, 6, 7, 8, 9, 10, 11], "sinh": 14, "sio2_70nm2": 13, "situat": [8, 11, 14], "six": 6, "sizabl": 13, "size": [9, 14], "sketch": [8, 14], "skew": 13, "skewedgss": 14, "skg": 14, "skt": 14, "slice": 13, "slightli": [8, 9, 10, 11, 14], "slow": [4, 8], "slower": 14, "slr": 13, "small": [8, 9, 10, 11, 13, 14], "smear": 13, "smith": 14, "smooth": 11, "smu": 13, "sn": 14, "sn_e": [13, 14], "sn_e1000": [13, 14], "sn_e2000": 14, "snapshot": [7, 12], "snip": 8, "snippet": [8, 14], "snktf": 14, "snkzf": 14, "snow": 11, "so": [6, 10, 11, 12, 14], "softwar": [5, 8, 14], "sole": [6, 14], "solid": [13, 14], "solv": 13, "some": [3, 4, 5, 6, 9, 10, 11, 12, 13, 14], "someth": [8, 10, 11, 14], "sometim": [9, 14], "somewher": [8, 9, 11], "soon": 11, "sorri": 14, "sourc": [4, 8, 10, 12, 13, 14], "sp": [8, 13, 14], "space": [4, 6, 11, 13, 14], "span": 14, "spatial": 13, "speci": 8, "special": [4, 6, 8, 14], "specif": [4, 6, 8, 9, 11, 12, 13, 14], "specifi": [6, 8, 9, 11, 12, 13, 14], "spectra": [4, 9, 14], "spectromet": [8, 10, 12, 14], "spectroscopi": [13, 14], "spectrum": 14, "specular": 13, "speed": [3, 5, 11, 14], "speedup": 14, "spg": 14, "spin": [4, 8, 12, 13, 14], "spinglass": 14, "spinrot": 4, "spirit": 11, "spit": 14, "split": [8, 11, 14], "springer": 13, "sqrt": [13, 14], "sr": [1, 3, 4, 5, 7, 8, 9, 11, 12, 13, 14], "src": [4, 11, 13, 14], "staff": 11, "stage": [9, 14], "stai": 6, "stand": [9, 10], "standard": [8, 10, 11, 14], "start": [4, 6, 7, 8, 9, 10, 11, 12, 13, 14], "startno": 6, "startup": [9, 14], "state": [6, 12, 14], "statement": [6, 14], "statexpkt": 14, "statexpktlf": 14, "statgsskt": [9, 14], "statgssktlf": 14, "static": [9, 13], "static_cast": 14, "staticnktf": 14, "staticnkzf": 14, "statist": [6, 9, 12], "std": 14, "stdout": 14, "step": [6, 8, 9, 10, 12, 13, 14], "stg": 14, "still": [9, 11, 13, 14], "stimuli": 8, "stop": [8, 13, 14], "stopp": 13, "store": [4, 6, 8, 9, 11, 13, 14], "straight": [10, 11], "strang": 8, "strategi": [13, 14], "strength": 13, "stretch": 13, "string": [8, 9, 11, 14], "stringent": 8, "strkt": 14, "strong": [10, 12, 14], "strongli": [9, 11, 14], "structur": [4, 8, 12, 14], "studi": 4, "stumbl": 11, "style": 14, "sub": [8, 11, 12, 14], "sub_rang": 14, "subject": 11, "subsequ": [6, 14], "subset": [8, 14], "substanti": 14, "substitut": [6, 12, 14], "substrat": 13, "subtract": 14, "success": [6, 7, 8, 12, 14], "successfulli": [11, 14], "sudo": 11, "suffici": [10, 13], "suggest": [0, 6, 11], "suit": [9, 12, 13, 14], "suitabl": 12, "sum": [13, 14], "sum_": [13, 14], "sum_i": 14, "sum_k": 14, "summ": 14, "summar": [6, 12], "summari": [4, 5, 8, 10, 14], "supeconduct": 5, "super": 10, "superconduct": 5, "superconductor": [4, 14], "superfluid": 13, "superus": [10, 11], "suppli": [6, 10, 13, 14], "support": [0, 5, 7, 9], "suppos": [8, 14], "suppress": 6, "sure": [10, 11, 14], "suter": [2, 3, 10, 13], "svg": [11, 14], "svn": 11, "sw": 11, "swap": [9, 14], "switch": [8, 9, 10, 11, 14], "symbol": [8, 14], "symmetr": 13, "symmetri": 13, "sync": 11, "synchron": 11, "syntact": 9, "syntax": [9, 14], "system": [5, 8, 10, 14], "systemat": 11, "t": [4, 5, 6, 7, 8, 9, 10, 12, 14], "t0": [9, 14], "t0addrun1": 14, "t0addrun1backward": 14, "t0addrun1forward": 14, "t0addrun2": 14, "t0addrun2backward": 14, "t0addrun2forward": 14, "t5034": 4, "t5k": 7, "t_": 14, "t_0": [13, 14], "t_c": 13, "tab": [4, 9, 14], "tabl": [8, 10, 14], "tabular": 14, "tag": [4, 6, 7, 9, 11, 12, 13, 14], "tailor": 8, "take": [6, 11, 12, 13, 14], "taken": [11, 14], "tan": [7, 14], "tanh": 14, "tar": [10, 14], "target": 8, "task": 7, "tau": 14, "tau_": [13, 14], "tau_i": 14, "tbrowser": 8, "tbulktrivortexagl": 13, "tbulktrivortexlondon": 13, "tbulktrivortexml": 13, "tbulktrivortexngl": 13, "tc": 7, "td": 8, "tdc": [8, 14], "tdc_hifi_2014_00153": 14, "tdc_hifi_2015_00123": 14, "tdoublevector": 8, "technic": 5, "technologi": 10, "tediou": [9, 13], "tell": 14, "temp": [4, 7, 13], "temperatur": [4, 6, 7, 8, 12, 13, 14], "templat": [6, 9, 12, 14], "temporari": 8, "ten": 14, "term": 11, "termin": [10, 11, 12, 14], "tesla": [5, 14], "test": [0, 4, 9, 11, 14], "text": [7, 8, 9, 12, 13, 14], "tf": [4, 9, 14], "tf1h": 4, "tfieldco": [12, 14], "tfile": 8, "tfolder": [4, 8], "th1f": [4, 8], "than": [6, 8, 9, 11, 12, 14], "thank": 0, "thecommandsblock": 9, "thefitparameterblock": 9, "thefourierblock": 9, "thefunctionsblock": 9, "thei": [6, 8, 10, 11, 12, 14], "them": [6, 8, 9, 12, 13, 14], "theme": 12, "themselv": [8, 13], "theoret": 14, "theori": [6, 10, 12, 13], "theory_funct": 9, "theplotblock": 9, "therefor": [6, 11, 12, 13, 14], "therein": 13, "therunblock": 9, "thesi": 14, "thestatisticblock": 9, "theta": 14, "thetheoryblock": 9, "thetitl": 9, "thi": [3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14], "thick": 13, "thin": [10, 13], "thing": [8, 9, 10, 11, 14], "think": 0, "third": [12, 13, 14], "those": 6, "though": [8, 9, 11], "thread": [10, 11, 14], "three": [12, 13, 14], "through": [6, 8, 9, 11, 12, 13, 14], "thu": 14, "tick": 9, "tightli": 8, "time": [3, 7, 8, 9, 10, 11, 12, 13, 14], "timeout": [9, 14], "timeout_tag": 14, "tintvector": 8, "titl": [4, 6, 8, 9, 12], "title_from_data_fil": 9, "tlondon1d1l": 13, "tlondon1d2l": 13, "tlondon1d3l": 13, "tlondon1dh": 13, "tmusrrunhead": 5, "tmusrrunphysicalquant": 5, "tmyfunct": 14, "tmyglobalfunct": 14, "tmylibrari": 14, "tmylibrarylinkdef": 14, "tobjarrai": 8, "tobject": [8, 14], "tobjstr": 8, "tobjstringv": 8, "tof": 4, "togeth": [6, 7, 8, 9, 11, 12, 14], "toggl": 14, "token": [8, 14], "told": 11, "too": [9, 11, 14], "tool": [11, 14], "toolkit": 11, "top": [4, 8], "topic": 14, "total": [13, 14], "tr": [4, 8, 14], "tr12kv": 4, "transfer": [13, 14], "transform": [9, 11, 12, 13, 14], "transit": 13, "transport": 4, "transvers": [9, 12, 14], "trap": 13, "treat": [6, 11], "treatabl": 6, "tree": [5, 11, 14], "tremend": [10, 11], "trend": 7, "tri": [7, 11, 14], "trial": 13, "triangular": 13, "trick": 11, "tricki": 14, "trigger": 11, "trilay": 13, "trim": [13, 14], "trim_sp": [13, 14], "trimsp": [13, 14], "triumf": [5, 6, 9, 12, 14], "true": [7, 8, 11, 13, 14], "trunk": 11, "try": [6, 11, 14], "tscan": 7, "tstring": 8, "tstringvector": 8, "tsv": 14, "tu": 4, "turner": 14, "tutori": 5, "tweak": 14, "two": [6, 8, 9, 11, 12, 13, 14], "tx": 14, "txt": [7, 11], "type": [5, 8, 9, 11, 12, 13], "typic": [4, 7, 9, 10, 11, 13, 14], "u": [3, 7, 9, 10, 14], "ubc": 14, "ubuntu": 11, "uemura": 14, "uf1": 14, "uf2": 14, "ufx": 14, "uic": 11, "uint_t": 14, "uk": 4, "uldi": 0, "un": [9, 14], "unbin": 14, "uncertainti": [12, 13], "uncheck": 9, "uncontrol": 14, "uncorrel": 12, "undefin": 12, "under": [4, 6, 7, 8, 9, 10, 11, 13, 14], "underli": 12, "understand": [8, 14], "unfortun": 11, "unfriendli": 14, "unhappi": 14, "unistal": 11, "unit": [3, 8, 12, 14], "univers": [5, 14], "unix": 11, "unless": 14, "unlik": [4, 14], "unpack": 10, "unsatisfactorili": 8, "unselect": 9, "until": [8, 12, 14], "unwant": 14, "unzoom": 14, "up": [5, 6, 8, 9, 12, 13, 14], "upcom": 8, "updat": [7, 10, 11, 12, 14], "upgrad": 11, "upper": [12, 14], "upper_boundari": 14, "upward": 14, "urg": 9, "urgent": 14, "url": 8, "us": [0, 2, 3, 4, 6, 7, 8, 9, 10, 11, 13, 14], "usag": [5, 10, 11, 13], "usage0": 14, "usage1": 14, "usage2": 14, "use_fit_rang": [12, 14], "user": [0, 5, 9, 10, 11, 12], "userfcn": [13, 14], "usermod": 10, "usernam": 11, "usr": [4, 9, 11, 14], "usual": [6, 13, 14], "utf": [9, 11, 13, 14], "util": [3, 8, 10, 14], "v": [4, 5, 7, 8, 9, 11, 14], "v2": [11, 14], "v3": 10, "v6": 11, "vaild": 14, "val": [4, 8, 14], "val0": 14, "val1": 14, "valid": [6, 7, 9, 13, 14], "valn": 14, "valu": [4, 6, 8, 9, 10, 11, 12, 13, 14], "var": 7, "var1": 6, "var2": 6, "var3": 6, "var_nam": 7, "vari": [13, 14], "variabl": 14, "variou": [4, 9, 11, 13, 14], "varphi": [13, 14], "varphi_i": 12, "vector": [7, 8, 13, 14], "veri": [0, 8, 9, 11, 12, 14], "versa": [9, 14], "version": [3, 4, 7, 8, 9, 10, 11, 13, 14], "versu": 8, "vert_": 13, "vga": 10, "via": [7, 8, 9, 14], "vice": [9, 14], "video": 10, "view": [6, 7, 9, 14], "view2dat": 9, "view_pack": 14, "virtual": [11, 14], "virtualbox": 11, "visual": [9, 12], "void": 14, "vortex": [5, 14], "vortexlattic": 13, "w": 13, "w_1": 13, "w_2": 13, "w_a": 13, "wa": [6, 8, 10, 11, 14], "wai": [0, 6, 7, 8, 9, 10, 11, 12, 13, 14], "wand": 9, "want": [9, 11, 14], "warn": [11, 14], "we": [10, 11, 13, 14], "weak": [12, 14], "web": [0, 7, 8, 9, 11, 13, 14], "websit": 11, "wed": 8, "weight": 4, "well": [0, 4, 6, 10, 11, 12, 13, 14], "went": 9, "were": [6, 8, 9, 14], "wew": [4, 8], "what": [6, 10, 11, 12, 13, 14], "whatev": [4, 9, 10], "when": [4, 6, 8, 9, 11, 12, 13, 14], "whenev": 14, "where": [4, 6, 7, 8, 9, 10, 11, 12, 13, 14], "wherea": [6, 9, 14], "whether": 14, "which": [0, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14], "while": [11, 14], "whitespac": 14, "who": 9, "whole": 8, "why": [9, 11, 14], "width": [13, 14], "window": [5, 7, 9, 12, 14], "wisdom": [11, 13], "wise": 14, "wish": [7, 14], "within": [6, 7, 8, 9, 11, 12, 13, 14], "without": [6, 7, 9, 10, 11, 13], "wkm": [5, 9, 12, 14], "wojek": [0, 3, 6], "wonder": 11, "word": 8, "wordsofwisdom": 13, "work": [0, 6, 8, 9, 10, 11, 13, 14], "workaround": 11, "wors": 14, "worth": 13, "would": [4, 6, 7, 8, 9, 10, 11, 12, 13, 14], "writ": 11, "write": [6, 9, 11, 14], "write_column_data": 9, "write_data_head": 9, "write_musrroot_runhead": 8, "write_per_run_block_chisq": 14, "written": [6, 8, 9, 12, 14], "wrong": 9, "wrote": 8, "wsl": 11, "wtf": 8, "www": [11, 13], "wxy": 8, "x": [4, 5, 6, 7, 8, 9, 10, 13, 14], "x0": 14, "x1": 13, "x11": 11, "x123": 8, "x2": 13, "x86_64": 10, "xarg": 11, "xcode": [10, 11], "xcodebuild": 11, "xi": 13, "xi_v": 13, "xj": 14, "xml": [8, 11], "xmln": [9, 13, 14], "xpm": 14, "xquartz": 11, "xsd": 8, "xt": 10, "xvjf": 10, "xx": 11, "xxx": 8, "xy": [7, 14], "xyz": 12, "xz": 10, "y": [4, 7, 9, 10, 13, 14], "yaml": 14, "yaouanc": [13, 14], "ybco": 7, "ye": [11, 14], "year": [9, 10, 14], "yet": [10, 11, 12, 14], "you": [3, 4, 7, 8, 9, 10, 11, 13, 14], "your": [3, 6, 9, 10, 11, 14], "yourself": 9, "yu": 14, "yum": 11, "yy": [11, 14], "yyyi": 14, "z": [13, 14], "zaher": 0, "zero": [6, 8, 9, 12, 14], "zf": [8, 9], "zoom": [12, 14], "zprofil": 11, "zsh": 11, "\u03b1": [0, 1, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14], "\u03b2": [0, 1, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 14], "\u03b3": [0, 1, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14], "\u03b4": [0, 1, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14], "\u03b5": [0, 1, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14], "\u03b6": [0, 1, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14], "\u03b7": [0, 1, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14], "\u03b8": [0, 1, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14], "\u03b9": [0, 1, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14], "\u03ba": [0, 1, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14], "\u03bb": [0, 1, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14], "\u03bc": [0, 1, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14], "\u03bcsr": 10, "\u03bd": [0, 1, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14], "\u03be": [0, 1, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14], "\u03bf": [0, 1, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14], "\u03c0": [0, 1, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14], "\u03c1": [0, 1, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14], "\u03c2": [0, 1, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14], "\u03c3": [0, 1, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14], "\u03c4": [0, 1, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14], "\u03c5": [0, 1, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14], "\u03c6": [0, 1, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14], "\u03c7": [0, 1, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14], "\u03c8": [0, 1, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14], "\u03c9": [0, 1, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14]}, "titles": ["Acknowledgements", "any2many - a Universal \u03bcSR-file-format converter", "Bugtracking", "How to Cite musrfit?", "Short description and references to the supported file-formats", "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\u2019s", "Setting up musrfit on Different Platforms", "Tutorial for musrfit", "Documentation of user libs (user functions)", "User manual"], "titleterms": {"": 10, "0": 14, "1": [13, 14], "2": [13, 14], "2012": 4, "3": 14, "390x": 10, "4": 14, "5": 14, "8": 14, "A": 6, "AS": 13, "One": 13, "The": [6, 7, 12, 13, 14], "access": 14, "acknowledg": 0, "addrun": 14, "amd": 10, "an": [8, 10], "analyz": 13, "any2mani": [1, 14], "app": 10, "ascii": 4, "asymmetri": 14, "asymmteri": 12, "automat": 6, "avail": [9, 14], "base": 9, "basic": [6, 8, 9, 14], "beamlineinfo": 8, "befor": 4, "beta": 14, "bin": 4, "block": 14, "bmw": 13, "bnmr": 13, "bugtrack": 2, "build": 11, "bulk": 13, "calcul": 13, "card": 10, "catalina": 11, "check": 11, "cite": 3, "cmake": [10, 11], "command": 14, "concept": 8, "concern": 8, "configur": [9, 14], "contain": 8, "convert": 1, "creat": 9, "csv": 4, "cuda": 10, "dat": 4, "data": [12, 13], "db": 4, "defin": 7, "deprec": 11, "depth": 13, "descript": [4, 14], "detail": 14, "detectorinfo": 8, "determin": 12, "develop": 10, "dialog": 7, "differ": 11, "dimension": 13, "distribut": 13, "dk": [10, 14], "document": [5, 13], "driver": 10, "dump_head": 14, "e": 10, "enabl": [10, 14], "energi": 14, "environ": 11, "everyth": [8, 11], "execut": [9, 14], "exhaust": 8, "extend": 6, "extens": [8, 14], "extract": 6, "featur": 9, "field": 13, "file": [1, 4, 6, 8, 9, 12, 13, 14], "fit": [9, 10, 12, 14], "fitparamet": 14, "format": [1, 4, 8, 14], "fourier": 14, "framework": 14, "from": 11, "function": [9, 13, 14], "further": 12, "g": 10, "gap": 13, "gener": [6, 14], "global": [6, 14], "gnu": 11, "gpu": [10, 14], "graphic": [6, 7, 10], "gui": 9, "handler": 14, "header": 8, "high": 10, "histogram": [12, 14], "homebrew": 11, "how": 3, "includ": 8, "indic": 5, "info": 9, "inform": [8, 13], "instal": [10, 11], "integr": 13, "interfac": [6, 7, 8, 9], "introduct": [9, 13, 14], "isi": 4, "isotrop": 13, "k40c": 10, "kei": 14, "kit": 10, "known": 6, "lambda": 13, "last": 11, "lattic": 13, "le": 13, "lem": 4, "lib": 13, "libbnmr": 13, "libfitpofb": 13, "liblineprofil": 13, "like": 4, "limit": 6, "linux": 11, "list": 6, "london": 13, "low": 14, "m": 11, "mac": 11, "maco": [10, 11], "macport": 11, "magneticfieldenvironmentinfo": 8, "manual": 14, "map": [9, 14], "mdu": 4, "meissner": 13, "minuit2": 14, "mix": 13, "mode": 6, "model": [12, 13], "msr": [6, 12, 14], "msr2data": [6, 12, 14], "msr2msr": 14, "mud": 4, "multipl": [6, 12], "muon": 14, "mupp": 7, "musredit": [6, 9, 11], "musredit_startup": 9, "musrfit": [3, 5, 6, 9, 10, 11, 12, 14], "musrfit_startup": 14, "musrft": 14, "musrgui": [9, 11], "musrroot": [4, 8], "musrstep": 9, "musrt0": [12, 14], "musrview": [12, 14], "musrwiz": 9, "neg": 14, "newer": 11, "nexu": [4, 11], "nmr": [13, 14], "non": [4, 14], "nonloc": 13, "note": 11, "nvidia": 10, "o": 11, "object": 14, "obsolet": 11, "open": 8, "opencl": [10, 14], "oper": 11, "option": [6, 11], "overview": [8, 14], "packag": 11, "paramet": [6, 7, 9], "platform": 11, "plot": 14, "plotter": 7, "possibl": 8, "pre": [], "process": [6, 12], "profil": 13, "program": 6, "provid": 6, "psi": 4, "r9": 10, "radeon": 10, "rang": 12, "read": [8, 12], "refer": 4, "relat": 13, "represent": 8, "requir": [8, 11], "resolv": 13, "restrict": 11, "rge": 14, "root": [4, 8, 11], "rrf": 14, "run": [6, 8, 14], "runhead": 8, "runinfo": 8, "sampleenvironmentinfo": 8, "screen": 13, "script": 7, "sdk": 10, "set": [10, 11], "short": 4, "shortcut": 14, "singl": [12, 14], "softwar": [10, 11], "some": 8, "sourc": 11, "speed": 10, "startup": 13, "state": 13, "statist": 14, "step": 11, "structur": 6, "summari": 7, "supeconduct": 13, "superconduct": 13, "superconductor": 13, "support": [4, 10, 11, 14], "system": 11, "t": 13, "t0": 12, "tabl": 5, "technic": 14, "tesla": 10, "theori": [9, 14], "titl": 14, "tmusrrunhead": 8, "tmusrrunphysicalquant": 8, "tree": 8, "triumf": 4, "tutori": 12, "type": [6, 14], "univers": 1, "up": [10, 11], "us": 12, "usag": [6, 7, 9, 14], "user": [6, 7, 8, 13, 14], "v": 13, "valid": 8, "variabl": [7, 11], "via": [10, 11], "view": 12, "vortex": 13, "welcom": 5, "window": 11, "without": 14, "wkm": 4, "write": 8, "x": 11, "xml": [9, 13, 14], "\u03b2": 13, "\u03bcsr": [1, 4, 7, 8, 13, 14]}}) \ No newline at end of file +Search.setIndex({"alltitles":{"AMD APP Software Development Kit (SDK) to enable OpenCL support":[[10,"amd-app-software-development-kit-sdk-to-enable-opencl-support"]],"ASCII file format for non-\u03bcSR":[[4,"ascii-file-format-for-non-mgrsr"]],"Acknowledgements":[[0,null]],"Asymmetry Fit (fit type 2)":[[14,"asymmetry-fit-fit-type-2"]],"Asymmetry RRF Fit (fit type 3)":[[14,"asymmetry-rrf-fit-fit-type-3"]],"Asymmtery-fit tutorial":[[12,"asymmtery-fit-tutorial"]],"Available Executable, Configuration Files and their Basic Usage":[[9,"available-executable-configuration-files-and-their-basic-usage"]],"Available Executables, Configuration Files and their Basic Usage":[[14,"available-executables-configuration-files-and-their-basic-usage"]],"Basic Types of Usage":[[6,"basic-types-of-usage"]],"BeamlineInfo (Required)":[[8,"beamlineinfo-required"]],"Bugtracking":[[2,null]],"Bulk \u03bcSR":[[13,"bulk-mgrsr"]],"Check the installation":[[11,"check-the-installation"],[11,"id18"]],"DAT: CSV like file format for non-\u03bcSR":[[4,"dat-csv-like-file-format-for-non-mgrsr"]],"DB file format for non-\u03bcSR":[[4,"db-file-format-for-non-mgrsr"]],"DKS Command Overview":[[14,"dks-command-overview"]],"DKS extensions of the COMMANDS block enabling GPU and general OpenCL support":[[14,"dks-extensions-of-the-commands-block-enabling-gpu-and-general-opencl-support"]],"Define Variable Dialog":[[7,"define-variable-dialog"]],"Depth resolved information (AS libs)":[[13,"depth-resolved-information-as-libs"]],"Description of the msr File Format":[[14,"description-of-the-msr-file-format"]],"DetectorInfo (Required)":[[8,"detectorinfo-required"]],"Determine t0 and the data range using musrt0":[[12,"determine-t0-and-the-data-range-using-musrt0"]],"Documentation of user libs (user functions)":[[13,null]],"Driver Installation for an AMD Graphic Card, e.g. Radeon R9 390X":[[10,"driver-installation-for-an-amd-graphic-card-e-g-radeon-r9-390x"]],"Driver Installation for the Tesla K40c":[[10,"driver-installation-for-the-tesla-k40c"]],"Everything but ROOT and NeXus":[[11,"everything-but-root-and-nexus"]],"Exhaustive MusrRoot Tree Including Everything Required":[[8,"exhaustive-musrroot-tree-including-everything-required"]],"Field distributions in the mixed state of isotropic superconductors":[[13,"field-distributions-in-the-mixed-state-of-isotropic-superconductors"]],"File Generation":[[6,"file-generation"]],"Fit Types":[[14,"fit-types"]],"Fit the model to the data using musrfit":[[12,"fit-the-model-to-the-data-using-musrfit"]],"Functions":[[13,"functions"],[13,"id1"],[14,"functions"]],"Functions to analyze \u03b2-NMR data (BNMR libs)":[[13,"functions-to-analyze-bgr-nmr-data-bnmr-libs"]],"Further reading":[[12,"further-reading"]],"GNU/Linux":[[11,"gnu-linux"]],"How to Cite musrfit?":[[3,null]],"Indices and tables":[[5,"indices-and-tables"]],"Install via cmake":[[10,"install-via-cmake"]],"Installation of CUDA":[[10,"installation-of-cuda"]],"Installation of DKS":[[10,"installation-of-dks"]],"Installation of DKS and musrfit":[[10,"installation-of-dks-and-musrfit"]],"Installation of musrfit for DKS":[[10,"installation-of-musrfit-for-dks"]],"Introduction":[[9,"introduction"],[13,"introduction"],[14,"introduction"]],"Known Limitations":[[6,"known-limitations"]],"LE-\u03bcSR":[[13,"le-mgrsr"]],"MDU file format (psi) for \u03bcSR":[[4,"mdu-file-format-psi-for-mgrsr"]],"MS Windows":[[11,"ms-windows"]],"MUD file format (triumf) for \u03bcSR":[[4,"mud-file-format-triumf-for-mgrsr"]],"Mac OS X / macOS":[[11,"mac-os-x-macos"]],"MagneticFieldEnvironmentInfo (Required)":[[8,"magneticfieldenvironmentinfo-required"]],"Maps":[[14,"maps"]],"Meissner-Profiles / Vortex-Lattice related functions (BMW libs)":[[13,"meissner-profiles-vortex-lattice-related-functions-bmw-libs"]],"Minuit2 Command Overview":[[14,"minuit2-command-overview"]],"MusrRoot - an Extensible Open File Format for \u03bcSR":[[8,null]],"MusrRoot an Extensible Open File Format for \u03bcSR":[[8,"id1"]],"MusrRoot file format (PSI) for \u03bcSR":[[4,"musrroot-file-format-psi-for-mgrsr"]],"NeXus file format (isis) for \u03bcSR":[[4,"nexus-file-format-isis-for-mgrsr"]],"Negative Muon \u03bcSR Fit (fit type 4)":[[14,"negative-muon-mgrsr-fit-fit-type-4"]],"Non-\u03bcSR Fit (fit type 8)":[[14,"non-mgrsr-fit-fit-type-8"]],"Nonlocal superconductivity related Meissner screening functions (AS libs)":[[13,"nonlocal-superconductivity-related-meissner-screening-functions-as-libs"]],"Notes on macOS Catalina and newer":[[11,"notes-on-macos-catalina-and-newer"]],"OS Restrictions":[[11,"os-restrictions"]],"One-dimensional London model for the Meissner state of isotropic superconductors":[[13,"one-dimensional-london-model-for-the-meissner-state-of-isotropic-superconductors"]],"Optional Parameters":[[6,"optional-parameters"]],"PSI-BIN file format (psi) for \u03bcSR":[[4,"psi-bin-file-format-psi-for-mgrsr"]],"Parameter Extraction":[[6,"parameter-extraction"]],"Process multiple msr files using msr2data":[[12,"process-multiple-msr-files-using-msr2data"]],"ROOT":[[11,"index-15"],[11,"index-22"],[11,"index-25"]],"ROOT file format (psi/lem before 2012) for \u03bcSR":[[4,"root-file-format-psi-lem-before-2012-for-mgrsr"]],"ROOT installed from source (recommended)":[[11,"root-installed-from-source-recommended"],[11,"id11"]],"ROOT installed via Homebrew":[[11,"root-installed-via-homebrew"]],"ROOT installed via package installer":[[11,"root-installed-via-package-installer"]],"Reading a MusrRoot Run Header":[[8,"reading-a-musrroot-run-header"]],"Requirements":[[11,"requirements"]],"Requirements (Homebrew)":[[11,"requirements-homebrew"]],"Requirements (MacPorts)":[[11,"requirements-macports"]],"Run Information Contained in RunHeader":[[8,"run-information-contained-in-runheader"]],"Run List File Structure":[[6,"run-list-file-structure"]],"RunInfo (Required)":[[8,"runinfo-required"]],"RunInfo Overview":[[8,"runinfo-overview"]],"SampleEnvironmentInfo (Required)":[[8,"sampleenvironmentinfo-required"]],"Setting up Environment Variables for ROOT and musrfit":[[11,"setting-up-environment-variables-for-root-and-musrfit"],[11,"id13"]],"Setting up musrfit / DKS: High Speed Fitting with GPU\u2019s":[[10,null]],"Setting up musrfit on Different Platforms":[[11,null]],"Setting up musrfit/DKS for a AMD Graphic Card (Radeon R9 390X)":[[10,"setting-up-musrfit-dks-for-a-amd-graphic-card-radeon-r9-390x"]],"Setting up musrfit/DKS for a Tesla K40c (NVIDIA)":[[10,"setting-up-musrfit-dks-for-a-tesla-k40c-nvidia"]],"Setting up musrfit/DKS for macOS for OpenCL support":[[10,"setting-up-musrfit-dks-for-macos-for-opencl-support"]],"Short description and references to the supported file-formats":[[4,null]],"Single Histogram Fit (fit type 0)":[[14,"single-histogram-fit-fit-type-0"]],"Single Histogram RRF Fit (fit type 1)":[[14,"single-histogram-rrf-fit-fit-type-1"]],"Single-histogram-fit tutorial":[[12,"single-histogram-fit-tutorial"]],"Some Basics Concerning ROOT Files":[[8,"some-basics-concerning-root-files"]],"Superconducting Gap-Integrals to calculate 1/\\lambda^2 vs T":[[13,"superconducting-gap-integrals-to-calculate-1-lambda-2-vs-t"]],"Supported Operating Systems and Software Requirements":[[11,"supported-operating-systems-and-software-requirements"]],"TMusrRunHeader Concept":[[8,"tmusrrunheader-concept"]],"TMusrRunPhysicalQuantity - Possible Representations":[[8,"tmusrrunphysicalquantity-possible-representations"]],"Technical Description of the musrfit framework":[[14,"technical-description-of-the-musrfit-framework"]],"The COMMANDS Block":[[14,"the-commands-block"]],"The Extended Global Mode":[[6,"the-extended-global-mode"]],"The FITPARAMETER Block":[[14,"the-fitparameter-block"]],"The FOURIER Block":[[14,"the-fourier-block"]],"The FUNCTIONS Block":[[14,"the-functions-block"]],"The GLOBAL Block":[[14,"the-global-block"]],"The Global Mode":[[6,"the-global-mode"]],"The Graphical User Interface":[[7,"the-graphical-user-interface"]],"The Graphical User Interface for msr2data Provided by musredit":[[6,"the-graphical-user-interface-for-msr2data-provided-by-musredit"]],"The PLOT Block":[[14,"the-plot-block"]],"The RUN Block":[[14,"the-run-block"]],"The STATISTIC Block":[[14,"the-statistic-block"]],"The Scripting Interface":[[7,"the-scripting-interface"]],"The THEORY Block":[[14,"the-theory-block"]],"The Title":[[14,"the-title"]],"The Usage Summary":[[7,"the-usage-summary"]],"The XML startup file":[[13,"the-xml-startup-file"]],"The msr file":[[12,"the-msr-file"]],"Tutorial for musrfit":[[12,null]],"Usage of NeXus requirements (optional)":[[11,"usage-of-nexus-requirements-optional"],[11,"index-21"],[11,"index-24"]],"User Function with global user-function-object access":[[14,"user-function-with-global-user-function-object-access"]],"User Function without global user-function-object access":[[14,"user-function-without-global-user-function-object-access"]],"User Functions":[[14,"user-functions"],[14,"id47"]],"User Interface for MusrRoot Run Header":[[8,"user-interface-for-musrroot-run-header"]],"User manual":[[14,null]],"Validation of a MusrRoot File":[[8,"validation-of-a-musrroot-file"]],"View the data and the fit using musrview":[[12,"view-the-data-and-the-fit-using-musrview"]],"WKM file format for \u03bcSR":[[4,"wkm-file-format-for-mgrsr"]],"Welcome to the musrfit documentation!":[[5,null]],"Writing a MusrRoot Run Header":[[8,"writing-a-musrroot-run-header"]],"addRun":[[14,"addrun"]],"any2many":[[14,"any2many"]],"any2many - a Universal \u03bcSR-file-format converter":[[1,null]],"beta-NMR Asymmetry Fit (fit type 5)":[[14,"beta-nmr-asymmetry-fit-fit-type-5"]],"dump_header":[[14,"dump-header"]],"libBNMR":[[13,"libbnmr"]],"libFitPofB":[[13,"libfitpofb"]],"libLineProfile":[[13,"liblineprofile"]],"msr2data":[[14,"msr2data"]],"msr2data - A Program for Automatically Processing Multiple musrfit msr Files":[[6,null]],"msr2msr":[[14,"msr2msr"]],"mupp - \u03bcSR Parameter Plotter":[[7,null]],"musrFT":[[14,"musrft"]],"musrFT key-shortcuts":[[14,"musrft-key-shortcuts"]],"musrStep":[[9,"musrstep"]],"musrWiz":[[9,"id1"]],"musrWiz - Create":[[9,"musrwiz-create"]],"musrWiz - Fit Info":[[9,"musrwiz-fit-info"]],"musrWiz - Fit Parameters":[[9,"musrwiz-fit-parameters"]],"musrWiz - Functions":[[9,"musrwiz-functions"]],"musrWiz - Maps":[[9,"musrwiz-maps"]],"musrWiz - Theory":[[9,"musrwiz-theory"]],"musrWiz-Introduction":[[9,"musrwiz-introduction"]],"musredit":[[11,"musredit"],[11,"index-28"]],"musredit (musrgui)":[[9,"musredit-musrgui"]],"musredit Features":[[9,"musredit-features"]],"musredit: the GUI Based Interface to musrfit":[[9,null]],"musredit_startup.xml":[[9,"musredit-startup-xml"]],"musrfit":[[11,"musrfit"],[11,"index-26"],[14,"musrfit"]],"musrfit Command Block Details":[[14,"musrfit-command-block-details"]],"musrfit build with cmake":[[11,"musrfit-build-with-cmake"],[11,"musrfit-build-cmake-macos"]],"musrfit last step of the installation":[[11,"musrfit-last-step-of-the-installation"],[11,"id16"]],"musrfit_startup.xml":[[14,"musrfit-startup-xml"]],"musrgui (deprecated)":[[11,"musrgui-deprecated"]],"musrgui (obsolete)":[[11,"musrgui-obsolete"]],"musrt0":[[14,"musrt0"]],"musrview":[[14,"musrview"]],"musrview key-shortcuts":[[14,"musrview-key-shortcuts"]],"rge-file handler for Low-Energy \u03bcSR":[[14,"rge-file-handler-for-low-energy-mgrsr"]]},"docnames":["acknowledgement","any2many","bugtracking","cite","file-formats","index","msr2data","mupp","musr-root","musredit","setup-dks","setup-standard","tutorial","user-libs","user-manual"],"envversion":{"sphinx":65,"sphinx.domains.c":3,"sphinx.domains.changeset":1,"sphinx.domains.citation":1,"sphinx.domains.cpp":9,"sphinx.domains.index":1,"sphinx.domains.javascript":3,"sphinx.domains.math":2,"sphinx.domains.python":4,"sphinx.domains.rst":2,"sphinx.domains.std":2},"filenames":["acknowledgement.rst","any2many.rst","bugtracking.rst","cite.rst","file-formats.rst","index.rst","msr2data.rst","mupp.rst","musr-root.rst","musredit.rst","setup-dks.rst","setup-standard.rst","tutorial.rst","user-libs.rst","user-manual.rst"],"indexentries":{},"objects":{},"objnames":{},"objtypes":{},"terms":{"":[5,6,7,8,9,11,12,13,14],"0":[4,6,7,8,9,10,11,12,13],"00":[4,10,11],"000":8,"0000":8,"000000":8,"0001":8,"000123":14,"000137":14,"0001953125":4,"0002":8,"0003":8,"0004":8,"00047":13,"00048":13,"0005":[8,14],"0006":8,"0007":8,"00072":13,"0008":8,"00083":4,"00084":4,"0009":[4,8],"001":[4,8],"0010":8,"0011":8,"0012":[4,8],"00123":14,"0013":4,"0014":[4,13],"0017":4,"002":8,"00208":[6,14],"00211":[6,14],"0025":[4,7],"0026":4,"003":[4,8],"00366":4,"004":8,"00412":4,"0044":13,"004713":14,"005":[8,14],"0055":4,"00579":14,"006":8,"007":[3,4,8],"00753":4,"008":[4,8],"0081":4,"00822":4,"009":[4,8],"0096":4,"00z":8,"01":[4,8,12,13],"010":8,"011":8,"011051":3,"012":8,"0123":14,"013":[3,8],"0135538817":14,"014":8,"015":8,"016":8,"017":[4,8],"018":8,"019":8,"02":[3,4,8,12,14],"020":8,"021":8,"022":8,"02279":[6,14],"023":8,"023906":13,"024":8,"024506":13,"025":8,"02501":[6,14],"026":[4,8],"0263":4,"027":8,"028":8,"029":8,"02_0":13,"03":[4,8,14],"030":8,"031":8,"0318411":4,"032":[4,8],"033":[4,8],"034":8,"035":[4,8],"0379":14,"03_0":13,"03_6":13,"03d":8,"04":[3,4,8],"042":3,"04501":[6,14],"047":4,"048":4,"05":[3,4,8,10],"054506":13,"05615":13,"05_0":13,"05_3":13,"06":4,"0629929":4,"07":[8,12,14],"075":7,"08":[4,11],"09":[8,12],"0_30nm2":13,"0e":14,"0xu":6,"1":[3,4,5,6,7,8,9,10,11,12],"10":[3,4,8,10,11,12,13,14],"100":[4,6,12,14],"1000":[7,13,14],"10000":[13,14],"10039":14,"101":[4,13],"1016":3,"1024":[12,13],"1042":14,"10569":13,"10mt":7,"11":[4,7,11,12,14],"111":14,"11107":13,"11231":4,"11235":4,"113914":4,"11400":4,"11401":4,"1146":12,"1149":14,"11668":4,"117":14,"11754":4,"12":[4,9,11,12,14],"12000":[13,14],"123":[6,14],"12332123":8,"123456":6,"124":[6,14],"125":[4,6,14],"127":[6,14],"128":[6,14],"13":[4,8,11,12,14],"130":[6,10,14],"133":[6,14],"1330":14,"1332":14,"1348":12,"135":[13,14],"136":10,"137":14,"13900":14,"13kev":4,"14":[4,8,12,14],"14100":[13,14],"14159265358979323846":14,"14245":[6,14],"143":6,"145":14,"14501":14,"147601":13,"15":[4,8,12,14],"150":[12,14],"150mt":7,"151":4,"153":[4,14],"1587":4,"16":[6,11,14],"165":14,"167":14,"16818":4,"17":[8,10,12,14],"170":8,"17305":8,"1732":4,"175":14,"1764":12,"176419":12,"178":4,"179":4,"18":[8,14],"180":[12,14],"18000":[13,14],"184":14,"19":[6,8,14],"19287":4,"195":12,"1953125":8,"1961":13,"197019":14,"1979":14,"1983":13,"1985":14,"1986":14,"1988":13,"1991":14,"1992":14,"1994":14,"1995":13,"1997":[13,14],"1999":14,"1d":13,"2":[4,5,6,7,8,9,11,12],"20":[4,8,12,14],"200":[4,6,12],"2000":[13,14],"2001":14,"2003":13,"2005":[13,14],"2006":13,"2007":14,"20088":14,"2010":14,"20108":14,"2011":[8,12,14],"20111":14,"2012":[3,5,8],"20120":14,"2015":14,"2016":[3,10,11],"2017":[3,10],"2018":3,"20182":4,"2019":14,"2020":[13,14],"2022":14,"2023":4,"202492":4,"2026":8,"20303":4,"20361":4,"20435":4,"20444":4,"205":6,"207":[3,14],"21":[3,4,8,13,14],"210":[4,6],"211":4,"212":[6,14],"213":8,"214":8,"215":[3,8],"216":8,"217":8,"218":8,"219":[4,8],"22":[4,8,11],"220":8,"22000":[13,14],"221":8,"222":8,"22253":4,"223":8,"224":[4,8],"22466":4,"225":8,"227":4,"23":4,"23000":14,"231":4,"234":8,"2352":14,"23957":13,"24":[4,14],"2466":4,"24793":4,"25":[8,14],"250":12,"25000":[13,14],"25061":4,"250nm":4,"2542":14,"255":14,"26":[4,8,11,14],"26056":4,"262144":[13,14],"27":[4,6,8,14],"27300":[13,14],"2750":14,"27885":[6,14],"27960":[6,14],"28":[4,8],"285":12,"2856":8,"2871":8,"289":14,"29":[4,8],"290":14,"290x":10,"2_sic_":13,"2b":13,"2b_":13,"2b_i":13,"2d":13,"2k":[13,14],"2nd":8,"2t":14,"2w":13,"3":[4,6,7,8,10,11,12,13],"30":[3,8],"302725":4,"30518":4,"31":[4,6,14],"3110":[12,14],"3110_tutori":12,"3111":[12,14],"3111_tutori":12,"3114":12,"3114_tutori":12,"31343":4,"319391":14,"32":[4,6,11],"33":[6,11,12,14],"3310":14,"3310_0":14,"34":[8,11,13,14],"3416":14,"3417":14,"3418":14,"3419":[8,14],"343":14,"3434":14,"3456":14,"35":6,"350":8,"35139":4,"355":13,"358":14,"3600":[9,14],"361":4,"364":14,"37":[4,8],"375":[4,10],"37699":4,"38":[4,8],"39":4,"390x":5,"399":14,"399782":14,"3_musrft":9,"3d":10,"4":[4,6,8,9,11,12,13],"40":12,"400":14,"4000":[13,14],"401":14,"409500":14,"40nm":7,"41393":4,"414273":10,"42":4,"4200":4,"42045":14,"422":4,"4294967295":6,"430":4,"44":12,"4467":14,"447456":4,"44949":14,"45":[6,14],"4500":12,"4533":14,"45768":4,"46":6,"47":[4,8],"48":4,"49":4,"49414":4,"4958":4,"4f":13,"5":[4,6,7,8,9,11,12,13],"50":[4,8,12,14],"5000":13,"5001":13,"501":4,"50635":4,"5092":8,"50g":4,"50k":14,"51":[4,8],"52":13,"52005":4,"53":4,"54":[13,14],"54540":13,"546":[4,14],"55":[4,13],"56":14,"57":[4,14],"57813":4,"58":12,"599128":14,"5t":14,"6":[4,6,8,9,11,12,13,14],"600":12,"6000":[13,14],"61":[4,14],"611685":4,"61992":4,"62":[4,6],"623":4,"63":[8,13],"64":4,"64209":4,"65":4,"653":4,"66":10,"66601":4,"66661":8,"66666":4,"67":4,"676":4,"68":13,"69":3,"6pt":13,"7":[4,8,10,12,13,14],"70":4,"703484":14,"708894":14,"70893":4,"71":[3,4],"72":[4,13],"723":4,"73":[4,13],"73799":4,"74591":4,"749":4,"75":14,"75356":4,"75514":4,"7566":3,"762":4,"77455":4,"77565":4,"79":4,"791":4,"7965":14,"7994":14,"8":[4,6,8,9,11,12,13],"80":[4,10],"8000":[12,13,14],"8009":14,"81":4,"813613":4,"82":4,"83":3,"831292":14,"8359":6,"837":4,"84":10,"8400":6,"8400_tf_h13":6,"8453":6,"8460":6,"8460_tf_h13":6,"8470":6,"8470_tf_h13":6,"8471":6,"8471_tf_h13":6,"8472":[6,14],"8472_0":14,"8472_exampl":6,"8472_tf_h13":6,"8472_tf_histo":14,"8472_x":14,"8472_zf":[6,9],"8473_tf_h13":6,"8474":6,"8474_tf_h13":6,"8475":6,"8475_tf_h13":6,"8476_tf_h13":6,"8477_tf_h13":6,"8478_tf_h13":6,"8479":6,"8479_tf_h13":6,"84974":4,"85":4,"850":14,"8500":6,"8500_zf":6,"8502":6,"8502_zf":6,"8503_zf":6,"8504":6,"8504_zf":6,"8507":6,"8507_zf":6,"8585":6,"8595":6,"86":4,"8601":8,"87":4,"88":4,"89":4,"89091":4,"9":[6,11,12,13,14],"90":4,"90414":4,"91":13,"93749":6,"93766":4,"94":4,"94496":6,"95":4,"9500":[10,14],"9522":4,"953575":14,"96":[4,13],"9605":4,"9608":4,"9678":4,"969":4,"9729":4,"975":4,"9755":4,"9808":4,"983734":14,"9869":4,"99":[4,14],"991233":4,"993":4,"99425":4,"9952":4,"99634":4,"997166":4,"99795":4,"999":4,"9993":4,"9999":8,"9pt":13,"A":[2,3,4,5,7,8,9,10,11,12,13,14],"AS":5,"And":14,"As":[6,8,9,11,12,14],"At":[10,11,13,14],"By":[6,11],"For":[1,2,4,6,7,8,9,10,11,12,13,14],"If":[4,6,7,8,9,11,12,13,14],"In":[3,6,7,8,9,10,11,12,13,14],"It":[4,6,7,8,9,10,11,12,13,14],"Its":[6,14],"No":[6,8,11,12,14],"Not":8,"Of":[6,14],"On":[9,11,14],"One":[8,11,12,14],"That":14,"The":[3,4,5,8,9,10,11],"Their":13,"Then":[11,14],"There":[6,8,9,10,14],"These":[4,6,8,12,14],"To":[8,9,10,11,12,14],"Will":[6,11,14],"With":[11,14],"__cint__":14,"_exampl":6,"_gps_":14,"_his_":14,"_tf_h13":6,"_tutori":12,"_zf":6,"a1":10,"a_":14,"a_0":14,"a_1":14,"a_2":9,"a_i":14,"a_k":14,"a_n":14,"ab":[7,14],"abbr":14,"abc":6,"abil":14,"about":[4,6,8,11,12,13,14],"abov":[6,7,8,9,10,11,12,13,14],"abragam":14,"abridg":6,"abrikosov":14,"abscissa":[12,14],"absent":14,"absolut":[9,11,12,14],"abstract":[4,8,14],"acceler":[10,14],"accept":[7,9,14],"access":[0,4,8,9,10],"accompani":7,"accomplish":[11,14],"accord":[6,9,11,12,14],"accordingli":[6,7,11,12],"account":[13,14],"achiev":[6,11,12,14],"acknowledg":[3,5,13],"aco":14,"acosh":14,"acpect":11,"acquisit":8,"action":14,"activ":[6,9,11,13],"actual":[6,11,13,14],"ad":[6,7,8,9,10,11,14],"add":[3,6,7,8,9,10,11,12,14],"addit":[6,7,8,9,10,11,12,13,14],"addition":[6,9,11,12,14],"address":[7,14],"addrun":6,"addt0":14,"adelmann":3,"adjac":13,"adjust":[9,11,12,14],"admir":0,"adopt":[11,14],"advanc":10,"advantag":[8,9,14],"adventur":11,"advic":11,"advis":13,"af":14,"affect":6,"aforement":14,"after":[4,6,8,9,10,11,12,14],"afterward":[4,6,7,8,10,11,13,14],"ag":4,"again":[8,9,10,11,14],"against":[7,8],"agplat":4,"agre":11,"aim":14,"al":[3,13,14],"alia":11,"alik":11,"all":[4,6,7,8,9,10,11,12,13,14],"allow":[1,6,7,8,9,10,11,13,14],"alma":11,"almost":[6,9,14],"along":[13,14],"alpha":14,"alpha00123456":6,"alpha0123":6,"alpha_lr":4,"alpha_lrnegerr":4,"alpha_lrposerr":4,"alpha_tb":4,"alpha_tbnegerr":4,"alpha_tbposerr":4,"alphabet":4,"alreadi":[6,7,8,9,10,11,14],"also":[3,6,7,8,9,10,11,12,13,14],"alt":9,"altern":[11,14],"although":14,"altogeth":[12,14],"alwai":[4,6,7,8,13,14],"am":[0,14],"amd":[5,14],"amdappsdk":10,"amdgpu":10,"amp":10,"ampl":[8,14],"amplitud":12,"an":[2,4,5,6,7,9,11,12,13,14],"analog":7,"analysi":[3,6,8,10,11,12,13,14],"analyt":13,"analyz":[3,5,7,8,10,12,14],"angl":[4,14],"angular":14,"ani":[6,8,9,10,11,12,14],"anisotrop":13,"anisotropi":13,"anoth":[6,7,8,9,11,14],"any2mani":[4,5,8],"anymor":[9,11],"anyth":[9,14],"anywher":14,"ap":14,"apart":[6,11,13],"api":4,"apod":[12,14],"app":11,"appear":[6,14],"append":[6,11,14],"appl":[10,11],"appli":[6,7,8,12,13,14],"applic":[4,7,9,10,11,13,14],"appreci":13,"approach":[8,11,14],"appropri":[9,10],"approxim":12,"apt":11,"ar":[3,4,6,7,8,9,10,11,12,13,14],"archaic":4,"archiv":14,"area":14,"arg":14,"argument":14,"arithmet":14,"around":[12,14],"arrai":[11,13],"ascii":[5,6,9,12,13,14],"asi":[4,14],"asin":14,"asinh":14,"ask":[9,11],"aslib":11,"assert":14,"associ":[7,14],"assum":[6,8,9,10,11,12,13,14],"asy1":14,"asy2":14,"asy8470":6,"asy8471":6,"asy8472":6,"asym":9,"asymmetr":12,"asymmetri":[9,12,13],"asymmteri":5,"asymsig1":12,"asymsig2":12,"asynegerr":4,"asyposerr":4,"atan":14,"atanh":14,"ati":10,"attach":14,"attempt":6,"attent":[12,13,14],"attribut":14,"audienc":0,"auto":11,"autoconf":11,"automak":11,"automat":[5,7,9,11,14],"auxiliari":14,"avail":[4,5,6,7,8,10,11,12,13],"averag":[9,13,14],"avg":14,"avoid":14,"awar":[4,6,14],"ax":13,"axi":[4,7,8,12,13,14],"axial":13,"b":[3,4,6,7,8,11,12,13,14],"b1":14,"b10mt":7,"b150mt":7,"b2":14,"b_":[13,14],"b_0":14,"b_1":13,"b_b":14,"b_f":14,"b_i":13,"b_l":14,"b_n":13,"b_r":14,"back":[10,14],"backgr":[12,14],"background":[9,12,14],"backward":[6,8,14],"bar":[9,14],"base":[5,6,7,8,10,11,12,14],"bash":[7,11],"bash_profil":11,"bashrc":11,"basi":6,"basic":[5,11,12,13],"bastian":0,"batch":14,"bc":8,"bcp":14,"beam":[8,14],"beamlin":[8,9,12,14],"beamlineinfo":5,"beamtim":7,"beauti":14,"becaus":[8,9],"becom":[6,11],"bee":8,"been":[6,8,9,11,12,13,14],"befor":[5,6,8,9,10,11,12,13,14],"begin":[6,8,11,13,14],"behav":[6,13],"behavior":[6,14],"being":[7,11,14],"belong":13,"below":[6,8,11,12,13,14],"beneath":[3,9],"bessel":[13,14],"best":[4,7,8,11,13,14],"bestdata":6,"beta":[0,13],"better":[3,6,14],"between":[4,12,13,14],"bg":14,"bgdown":12,"bgright":12,"bgup":12,"big":13,"bigger":14,"bilay":13,"bin":[5,8,9,11,12,14],"binari":[8,11],"bitbucket":[2,11,14],"bkg":14,"bl":9,"blabla":10,"block":[6,9,11,12,13],"blue":[12,14],"bluish":14,"blundel":14,"bm":14,"bmw":[0,5],"bmw_startup":13,"bmwlib":11,"bnmr":5,"bnmrlib":11,"book":8,"bool":14,"bool_t":[8,14],"boost":11,"both":[6,11,13,14],"bottom":[4,8],"boundari":[6,9,12,13,14],"box":[8,9,10,14],"bp":[8,14],"br":14,"bracket":8,"branch":[10,11],"brandt":13,"braunschweig":4,"brave":11,"break":8,"brew":11,"brief":[10,11,14],"briefli":[9,11],"broaden":13,"broader":0,"browsabl":8,"browser":8,"buc":8,"bug":[2,9,11],"bugtrack":5,"bui":10,"build":[8,10,14],"built":[11,14],"bulk":[8,14],"bundl":7,"button":[7,9,12,14],"bz2":[10,14],"c":[4,6,7,8,9,10,11,13,14],"c2":13,"c_0":14,"c_1":14,"c_2":14,"c_3":14,"c_4":14,"c_k":14,"cal":13,"calcsomethingcpuexpens":14,"calcualt":14,"calcul":[5,9,12,14],"calculatefield":14,"call":[6,7,8,9,11,12,13,14],"calm":0,"can":[4,6,7,8,9,10,11,12,13,14],"cancel":9,"cannot":[6,13,14],"canva":[9,12,14],"canvas":14,"card":[5,14],"care":[6,11,14],"carlo":14,"carri":[7,14],"case":[3,6,7,8,9,10,11,12,13,14],"cassert":14,"cast":8,"cd":[10,11],"cdot":[13,14],"center":[10,13],"cern":[8,11,14],"cerr":[8,14],"certain":[6,13],"cf1":8,"cf3":8,"cf4":8,"cf5":8,"ch":[8,9,10,11,13,14],"chain":[6,9],"chain_fit":9,"chang":[6,9,10,11,14],"channel":[4,14],"chao":0,"chapter":14,"charact":[4,6,14],"charg":13,"check":[7,8,9,10,13,14],"checkout":[10,11],"chemic":13,"chgrp":11,"chi":[9,12,13,14],"chisq":[9,12,14],"chisq_per_run_block":9,"chisq_pre_run_block":9,"choic":[9,11,14],"choos":[6,9,11,12,13,14],"choosen":9,"chosen":[9,11,14],"chown":11,"circ":[13,14],"circledast":13,"circumst":11,"citat":3,"cite":5,"clang91":11,"class":[8,13,14],"class_musr_psi":4,"classdef":14,"classifi":8,"classimp":14,"clean":[8,10,11],"clear":[6,8,9,14],"click":[7,9,14],"clone":[10,11],"close":[8,9,14],"cmake_prefix_path":11,"cmath":14,"cmd":[7,14],"co":[7,9,11,12,13,14],"code":[4,8,10,11,12,13,14],"coeffici":[13,14],"coher":[13,14],"col":7,"coll":7,"collect":[4,6,7,8,9,11,12,13,14],"colon":14,"color":14,"color_list":14,"column":[4,6,8,9,12,14],"com":11,"combilgkt":14,"combin":[6,8,9,12,14],"come":[4,8,9,11],"comma":[4,12,14],"command":[7,9,10,11,12,13],"comment":[4,6,7,8,9,10,11,13,14],"common":[6,11,14],"commun":[3,11],"compact":14,"compar":[7,10,11,14],"compat":[6,10,14],"compatibilti":14,"compet":0,"compil":[10,11,14],"complement":7,"complet":[6,10,11,12,13],"complex":14,"complic":14,"compon":14,"compress":14,"comput":[3,10,11],"concentr":8,"concept":5,"conceptu":10,"concern":[5,13,14],"conclud":12,"conden":14,"condens":14,"condit":[6,13,14],"conf":[3,10,11],"config":11,"configur":[5,10,11,13],"conflict":10,"conjunct":[6,13,14],"consid":14,"consist":[10,13,14],"const":14,"const_correct":14,"constant":[0,12,14],"constitu":13,"constrain":14,"construct":14,"constructor":14,"consum":14,"contain":[4,6,9,11,12,13,14],"content":[4,8,11,14],"continu":8,"contour":14,"contribut":[0,7,12,13,14],"control":[4,8,10,14],"contruct":0,"conveni":12,"convent":13,"converg":[12,13,14],"convers":[8,14],"convert":[4,5,8,14],"convolut":13,"copi":[6,9,11,14],"cor":14,"core":[11,14],"corpor":10,"correct":[4,6,9,12,14],"correctli":[9,12,14],"correl":14,"correspon":14,"correspond":[6,7,8,9,11,12,13,14],"cosh":14,"cost":9,"could":[6,7,9,10,11,13,14],"couldn":[8,14],"count":[4,12,14],"counter":[12,14],"coupl":[4,9,10,11,14],"cours":[3,6,14],"cout":[8,14],"covari":14,"cpc":3,"cpp":[8,14],"cpu":[10,11,14],"crash":11,"creat":[6,7,8,10,11,12,14],"create_msr_file_onli":9,"creativ":6,"crook":14,"cross":[8,11,14],"crosshair":14,"crunch":10,"cryo":8,"cryostat":8,"csv":[5,14],"cuda":14,"cumbersom":14,"cup":13,"current":[4,6,7,8,9,10,11,13,14],"cursor":[12,14],"custom":[9,14],"cutoff":13,"cycl":14,"cyclotron":14,"cygwin":11,"cywinski":14,"d":[8,10,11,12,13,14],"d2001":14,"d2007":14,"d2010":14,"d2019":14,"d_i":13,"dalma":[13,14],"dark":12,"dasimag":11,"daslib":[10,11],"dat":[5,6,7,9,12,13,14],"data":[3,4,5,6,7,8,9,10,11,14],"data_path":[13,14],"data_path_prefix":13,"datab":4,"dataralrar":4,"dataratrab":4,"dataspinrot":4,"datat":[4,7],"dataterr":[4,7],"datatr":4,"date":[4,8,12,14],"db":[5,6,7,9,12,13,14],"dbmwlib":[10,11],"dbnmrlib":11,"dbuiltin_glew":11,"dc":14,"dcmake_install_prefix":[10,11],"dcmake_prefix_path":11,"ddatafram":11,"ddk":10,"de":[13,14],"deactiv":13,"dead":[13,14],"dead_tim":14,"deadtim":14,"deal":[0,8,10,11,12,13,14],"dealt":14,"deb":11,"debian":11,"debug":[13,14],"dec":11,"decai":[8,12,14],"decayanamodul":[4,8],"decent":8,"decid":[8,11,14],"declar":14,"decod":8,"deduc":14,"def":6,"default":[6,8,9,10,11,14],"default_save_path":9,"defin":[4,6,8,9,11,12,13,14],"definit":[4,8,12,14],"deg":13,"degre":[4,9,12,14],"degree2rad":14,"dektlf":14,"delet":6,"deliv":[10,14],"delta_":14,"delta_0":14,"delta_b":13,"delta_t":13,"deltat_pta_gps_2650":14,"deltat_pta_gps_3110":12,"deltat_tdc_alc_":14,"deltat_tdc_gpd_8472":14,"deltat_tdc_gps_":14,"deltat_tdc_gps_0123":14,"deltat_tdc_gps_0137":14,"deltat_tdc_gps_2871":8,"deltat_tdc_gps_4295":8,"deltat_tdc_gps_4324":14,"deltat_tdc_gps_4325":14,"demand":[8,14],"demonstr":11,"denable_musr":10,"denot":14,"depend":[8,9,10,11,12,13,14],"depict":[6,14],"depolar":[12,13,14],"deprec":8,"depth":[5,14],"depthprof":13,"deriv":[8,14],"describ":[6,8,9,10,11,12,13,14],"descript":[1,5,6,8,9,10,11,12],"deserv":13,"design":[6,11],"destroi":14,"destructor":14,"detail":[1,4,8,9,10,11,12,13],"detect":12,"detector":[4,8,9,12,13,14],"detector001":8,"detector002":8,"detector023":8,"detector038":8,"detectorinfo":5,"determin":[6,9,11,14],"dev":[11,14],"devel":11,"develop":[3,9,11,14],"deviat":[8,14],"devic":10,"df":14,"dgktlf":14,"dglktflf":14,"dglktfzf":14,"dglktlf":14,"dgminim":11,"dhave_hdf4":11,"di":14,"diag":10,"dialog":9,"dialogu":9,"diamagnet":[12,13],"dict":11,"dictionari":14,"did":6,"differ":[5,6,7,8,9,10,12,13,14],"differenti":[12,14],"difficulti":14,"digit":[6,14],"digress":14,"dimens":13,"dipol":13,"dir":[4,7,13,14],"direct":14,"directlei":14,"directli":[4,7,8,9,11,14],"directori":[6,8,9,10,11,12,13,14],"disabl":[10,11,14],"disadvantag":9,"discontinu":8,"discret":[11,12],"discuss":[8,9,10,14],"dispers":14,"displai":[9,13,14],"distanc":[13,14],"distinguish":8,"distort":14,"distribut":[11,12,14],"distributor":11,"distro":11,"ditto":7,"divid":[12,13],"divis":14,"dk":[0,3,5,11],"dks6":10,"dmathmor":11,"dmg":11,"dnexu":[10,11],"dnktf":14,"dnkzf":14,"do":[6,7,8,9,10,11,13,14],"doc":[9,11,12,14],"doctyp":11,"docu":[9,10,14],"document":[8,9,10,11,14],"doe":[11,14],"doesn":[7,10],"doi":3,"dolli":14,"domain":[9,12,14],"done":[6,7,8,10,11,12,13,14],"dopengl":11,"doubl":[8,14],"double_t":[8,14],"dover":13,"down":[8,9,12,14],"download":[10,11],"downward":14,"dpkg":11,"dpol":14,"dport":11,"dqt_based_tool":11,"dqt_version":11,"dr":14,"drag":[7,12],"drawn":[12,14],"driven":14,"drop":[9,11],"dt":[13,14],"dtd":11,"dtry_openmp":11,"due":[13,14],"dump":[4,9,14],"dump_ascii":9,"dump_head":9,"dump_root":9,"durat":8,"dure":[6,7,11,13,14],"dvd":11,"dx":3,"dxml":11,"dyld_library_path":11,"dyn":14,"dynam":[3,10,14],"dynamic_cast":14,"dynamicnktf":14,"dynamicnkzf":14,"dynexpktlf":14,"dynglkt_f_lf":14,"dynglkt_f_zf":14,"dynglkt_lf":14,"dyngssktlf":14,"dz":[13,14],"e":[2,4,6,7,8,9,11,12,13,14],"e1":14,"e2":14,"e3p8kev":7,"e_":14,"each":[6,7,8,11,12,13,14],"earli":[9,14],"eas":[8,11,14],"easi":[8,9,14],"easier":[8,11],"easiest":[10,11],"easili":[6,9,10,11,14],"echo":11,"edit":[7,8,9,11,12],"editor":[9,11,12],"eff":14,"effect":[13,14],"effici":[11,13,14],"effort":3,"either":[6,7,9,11,12,13,14],"elabor":[8,10],"electr":8,"electron":13,"element":8,"elimin":14,"ell":13,"ellipt":13,"els":[8,9,11,14],"embrac":14,"emphas":11,"emploi":11,"empti":[4,6,7,9,14],"en":[11,14],"enabl":[0,11],"enable_musrt0":9,"encod":[8,9,11,13,14],"encount":6,"encourag":11,"end":[4,6,7,8,9,11,12,13,14],"endif":14,"endl":[8,14],"endno":6,"energi":[4,7,8,13],"energy_label":13,"energy_list":[13,14],"energy_vect":[13,14],"energy_vector":14,"energyindex":14,"engin":11,"enough":[8,11,14],"ensur":[6,8,14],"enter":[6,9,10,11],"enterpris":10,"entiti":14,"entri":[8,14],"environ":[8,9,13,14],"ep":14,"epel":11,"equal":[4,6,12,14],"equat":[13,14],"equival":[9,14],"erfi":14,"err":[4,7,8],"error":[4,7,8,9,10,11,12,13,14],"escan":7,"especi":[6,8,10,13,14],"essenti":[4,6,8,9,11,14],"establish":6,"estim":[8,9,13,14],"estimate_n0":9,"estimaten0":14,"et":[3,13,14],"etc":[6,7,8,9,10,11,13,14],"euc":8,"ev":[13,14],"evalu":14,"even":[3,6,8,11,14],"event":[8,12],"event_0":8,"event_1":8,"event_2":8,"eventu":[9,12],"ever":[4,7,8],"everi":[6,7,11,14],"everyon":11,"everyth":[5,9],"evid":14,"evolut":13,"exact":14,"exactli":[11,14],"exampl":[4,6,7,8,9,11,12,13,14],"exce":12,"except":[8,9,11,14],"exclam":6,"exec":10,"exec_path":9,"execut":[5,10,11,12],"exemplari":[6,14],"exhaust":5,"exist":[6,14],"exit":14,"exp":[7,9,13,14],"expand":[8,14],"expect":[13,14],"experi":[8,13,14],"experienc":[9,11],"experiment":[13,14],"explain":[6,8,9,10,11,12,13,14],"explan":[6,14],"explanatori":[6,9],"explicit":[9,14],"explicitli":[6,9,14],"explor":10,"expon":[13,14],"exponenti":[13,14],"export":[4,6,9,10,11,12,14],"expr":7,"express":[7,14],"exprlx":13,"ext":14,"extend":[8,14],"extens":[4,5,6,7],"extent":11,"extern":[4,6,8,13,14],"extract":[8,10,12,13,14],"extractal":8,"extrem":0,"f":[8,9,12,13,14],"f1":[9,13,14],"f2":[13,14],"f3":13,"f_":[13,14],"f_0":13,"f_1":13,"f_2":13,"f_3":13,"f_a":14,"f_i":13,"f_mu_f":14,"fab":14,"facil":[8,9,14],"facilit":13,"fact":6,"factor":[9,14],"fail":[11,14],"fall":[10,14],"fals":14,"far":[9,14],"fast":11,"favourit":14,"fc":7,"fc150mt":7,"fcn":14,"fcp":14,"fdata":14,"featur":[2,5,12,13,14],"fed":[8,14],"fedora":11,"feed":[9,14],"few":[6,8,9,11,14],"ff":[9,14],"fftw":11,"fftw3":13,"fgb":14,"fglobaluserfcn":14,"fidxglob":14,"field":[4,6,7,8,9,10,12,14],"field2":14,"fieldnegerr":4,"fieldposerr":4,"fieldsig1":12,"fieldsig2":12,"figur":[7,8,14],"file":[5,7,10,11],"file_format":[9,14],"fileformat":14,"filenam":[6,7,8,14],"filenamelist":14,"filesystem":11,"fill":[4,8,12,14],"filldirectori":8,"fillfold":8,"film":13,"filter":14,"final":[6,11,12,13,14],"find":[8,9,10,11,13,14],"finder":11,"finish":[11,12],"finit":13,"finvokedglob":14,"fire":14,"firewal":11,"first":[4,6,7,8,9,10,11,12,13,14],"firstgoodbinoffset":14,"firstrunno":6,"fit":[3,4,5,6,7,8,13],"fit_onli":9,"fit_rang":14,"fitparamet":[6,9,12,13],"fitter":[9,11],"fittyp":[12,14],"five":[6,12],"fix":[8,9,11,12,14],"flag":[9,14],"flame":14,"flavor":14,"flavour":14,"flexibl":14,"fln":[7,14],"float":8,"flux":13,"fly":[7,12],"fm":14,"fmuf":14,"fn":14,"fo":14,"focus":11,"fold":14,"folder":8,"follow":[3,4,6,7,8,9,10,11,12,13,14],"font":9,"font_nam":9,"font_set":9,"font_siz":9,"footnot":14,"fopt":14,"forc":[6,14],"form":[8,10,11,12,13,14],"format":[5,6,7,9,11,12,13],"formula":[11,14],"forward":[8,10,12,14],"found":[4,6,8,9,10,11,12,13,14],"four":[6,14],"fourier":[9,11,12,13],"fourier_point":[13,14],"fourier_pow":[12,14],"fourier_set":14,"fp":14,"fpippardfitterglob":14,"fprevparam":14,"fr":14,"frac":[13,14],"frac1":14,"fraction":[13,14],"fragment":14,"frame":[8,10,14],"framework":[3,5,8,9,10,11],"free":[3,8,9,11,13,14],"freedom":[12,14],"freeli":9,"freq":14,"freq1":14,"freq2":14,"frequenc":[12,13,14],"frequent":11,"frgehandl":14,"from":[1,4,6,7,8,9,10,12,13,14],"front":[6,8,9,12],"fudg":14,"fulfil":11,"full":[4,8,11,12,14],"fun":12,"fun1":[12,14],"fun2":[12,14],"fun3":14,"func":9,"func_pixmap_path":9,"function":[5,6,7,10,11,12],"funx":14,"further":[7,8,9,11,13,14],"furthermor":[9,11,13,14],"futil":13,"futur":[7,9,14],"fvalid":14,"fwhm":13,"fx":9,"g":[4,6,7,8,9,11,12,13,14],"g_":14,"g_ufx":14,"ga":10,"gambl":7,"gamer":10,"gamma":14,"gamma_":[12,13,14],"gamma_mu":[12,14],"gap":[4,5],"gapintegr":[4,13],"gauss":[9,12,13,14],"gaussian":[13,14],"gbg":14,"gcc":[11,14],"ge":14,"gener":[7,8,9,11,12,13],"generexpo":14,"genuin":14,"geometri":12,"geq":13,"get":[8,9,10,11,14],"get_n":14,"getdemand":8,"getdescript":8,"getenergyindex":14,"geterror":8,"getmagneticfield":14,"getmuonstoppingdens":14,"getobject":8,"getrgedata":14,"gett0frompromptpeak":14,"getter":8,"getunit":8,"getvalu":8,"getwhatisneed":14,"getzmax":14,"ghi":6,"ghost":14,"gif":14,"ginzburg":13,"git":[8,10,11,14],"gitea":[10,11,14],"github":11,"give":[6,8,11,12,14],"given":[3,4,6,7,8,9,10,11,12,13,14],"gk110bgl":10,"global":[5,9,10],"global_exampl":6,"global_plu":9,"globalfit":6,"globalpart":14,"globalpartisvalid":14,"gnome":11,"gnu":[5,14],"gnuplot":4,"go":[3,9,10,11,12],"goal":[6,14],"good":[8,9,11,14],"good_fram":14,"got":10,"gp":[8,12,14],"gpd":14,"gpl":14,"gpu":[0,3,5],"gradual":8,"graph":[12,14],"graphic":[3,5,9,11,14],"graphic_format_extens":14,"green":[8,12,14],"grenada":10,"grep":10,"grid":13,"group":[4,8,9,11,14],"grow":7,"gsl":11,"guess":[11,14],"gui":[5,7,11,14],"guid":[8,10,11,14],"gyromagnet":[13,14],"gz":14,"h":[4,7,13,14],"h_":13,"ha":[4,6,7,8,9,11,12,13,14],"hair":14,"hal":[10,14],"half":13,"hand":[8,14],"handi":9,"handl":[7,8,9,13,14],"happen":11,"harder":11,"hardwar":10,"harshman":14,"hat":[10,11],"have":[3,4,6,8,9,10,11,12,13,14],"hawaii":10,"hayano":14,"hdecay00":4,"hdecay001":8,"hdecay002":8,"hdecay003":8,"hdecay004":8,"hdecay007":8,"hdecay008":8,"hdecay01":4,"hdecay011":8,"hdecay012":8,"hdecay013":8,"hdecay014":8,"hdecay017":8,"hdecay018":8,"hdecay02":4,"hdecay021":8,"hdecay022":8,"hdecay023":8,"hdecay024":8,"hdecay027":8,"hdecay028":8,"hdecay03":4,"hdecay031":8,"hdecay032":8,"hdecay033":8,"hdecay034":8,"hdecay037":8,"hdecay038":8,"hdecay20":4,"hdecay21":4,"hdecay22":4,"hdecay23":4,"hdecayxx":4,"hdecayxxx":8,"hdf":11,"hdf4":[4,11,14],"hdf5":[4,11,14],"hdfgroup":11,"header":[4,6,9,11,14],"headlin":14,"heavili":[7,13],"height":13,"helec":14,"helic":14,"help":[7,9,10,11,14],"help_sect":9,"helper":[7,8,9,11,14],"henc":[7,8,10,11,12,13,14],"here":[1,4,6,7,8,9,10,11,12,13,14],"hereaft":8,"herein":14,"hess":[13,14],"heterostructur":13,"hi":[0,14],"hierarch":14,"hifi":14,"high":[3,5,8,11,13,14],"higher":11,"highest":[6,11],"himself":11,"histo":[4,8,9,11,12,14],"histogram":[4,5,8,9,10],"histogramm":14,"histori":7,"hold":[4,7,8,14],"holder":12,"home":[4,7,8,9,10,11,13,14],"host":10,"how":[5,6,8,9,10,11,14],"howev":[6,10,11,12,14],"hsamplemagneticfield":8,"hsampletemperatur":8,"html":9,"http":[3,8,9,11,13,14],"human":4,"hypothet":8,"i":[0,3,4,6,7,8,9,10,11,12,13,14],"i_":13,"ib":14,"icon":[12,14],"id":8,"idea":[6,8,12,14],"ideal":14,"ident":14,"identifi":[6,14],"idf":[11,14],"idf1":14,"idf2":14,"idx":14,"ifdef":14,"ifgk":14,"ifld":14,"ifll":14,"ignor":[6,7,14],"ignore_data_header_info":9,"ii":14,"iii":14,"illustr":[6,14],"imag":[3,12,14],"imaginari":[12,14],"imath":13,"impact":[8,14],"imperfect":14,"impl":14,"implant":[4,7,12,13,14],"implement":[6,8,9,10,11,13,14],"import":[8,14],"improv":[2,11,13],"inc":10,"incid":13,"includ":[5,6,10,11,12,14],"incompat":11,"incorpor":10,"increas":14,"increment":14,"inde":8,"indebt":0,"independ":[3,13,14],"index":[5,6,14],"indic":[9,12,14],"indicationg":14,"individu":[9,14],"induct":13,"ineffici":14,"infer":14,"info":[4,8,14],"inform":[4,5,6,9,11,12,14],"infti":[13,14],"init":14,"initi":[9,11,12,13,14],"inlin":14,"input":[0,6,9,12,14],"inputfil":14,"insensit":6,"insert":8,"insid":[9,13,14],"inspect":8,"inspir":7,"inst":[9,14],"instal":14,"install_manifest":11,"installatio":11,"instanc":[4,6,7,8,11,13,14],"instead":[6,7,8,10,11,13,14],"institut":[9,12,14],"instruct":[10,11,14],"instrument":[4,8,9,13,14],"instrument_nam":14,"int":[8,13],"int_":14,"int_0":[13,14],"int_a":13,"int_t":[8,14],"integ":[6,8,14],"integr":[5,6],"intel":11,"intend":[4,9,11,14],"inter":13,"interact":[7,12,13,14],"interest":[7,11,13,14],"interfac":[0,5,10,11,13,14],"intergr":4,"intern":[8,9,14],"internbsl":14,"internfld":14,"internfldgk":14,"internfldl":14,"interpol":14,"interpret":14,"interrel":12,"interrupt":14,"interv":[6,14],"intranet":14,"introduc":[4,6,8,11,12,14],"introduct":[5,11,12],"introductori":14,"invalid":13,"invers":13,"investig":13,"invoc":[6,14],"invok":[6,7,9,14],"involv":[10,13],"invt":7,"invterr":7,"ip":8,"isi":[5,11,14],"iso":8,"isvalid":14,"iszombi":8,"item":[8,14],"iter":[9,13,14],"its":[4,7,8,9,11,14],"itself":[6,11,12],"ival":[8,14],"j":[3,11,13,14],"j8":[10,11],"j_0":14,"j_1":14,"jam":14,"jp":3,"jparc":9,"jpg":[7,14],"jpscp":3,"jump":[8,14],"just":[8,10,11,13,14],"jxvf":10,"k":[4,6,8,9,13,14],"k40c":[5,14],"k_":14,"k_1":13,"kaiser":14,"kalviu":14,"keep":[6,8,9,14],"keep_minuit2_output":9,"kei":[9,11],"kept":[9,14],"keren":14,"kernel":[3,10],"kev":[4,8,13,14],"keyboard":[9,12],"keyword":[6,14],"khrono":14,"khz":14,"kind":[0,8,13],"know":11,"knowledg":9,"known":[5,11,14],"konti":8,"kornilov":14,"kt":[9,14],"kv":[4,8],"l":[11,13,14],"label":[4,6,7,8,9,11,13,14],"laboratori":8,"lambda":[4,5,14],"lambda_":[13,14],"lambda_i":13,"lambdanegerr":4,"lambdaposerr":4,"landau":13,"langl":[13,14],"languag":[6,14],"laplacian":13,"larg":[13,14],"larger":14,"largest":0,"larkin":14,"last":[6,8,9,12,14],"lastrunno":6,"later":[6,12,14],"latest":[10,11],"latex":9,"latex_imag":9,"lattic":[5,14],"launch":11,"launchag":11,"launchctl":[10,11],"layer":[13,14],"lazi":11,"lc":14,"lco":8,"ld":[10,11],"ld_library_path":[10,11],"ldconfig":[10,11],"ldot":14,"le":[8,14],"lead":[6,8,9,13,14],"leak":8,"least":[3,6,11,12,14],"leav":9,"ledb":8,"left":[4,8,9,13,14],"legaci":11,"lem":[5,8,13,14],"lem07_2018_rb1_npp":14,"lem07_his_2018":14,"lem10_his_0012":14,"lem10_his_0111":14,"lem10_his_0113":14,"lem10_his_0123":14,"lem10_his_0123_rebin25":14,"lem10_his_0123_v2":14,"lem12_his_0234":8,"lem15_his_01234":14,"lem19_his_0123":14,"lemusr":8,"length":[6,8,13],"leopard":11,"leq":[13,14],"less":[7,14],"let":8,"letter":14,"level":[8,14],"leverag":10,"lf":[9,14],"lf_gl":14,"lgb":14,"lgkt":14,"li":13,"lib":[5,10,11],"libboost":11,"libexec":11,"libfftw3":11,"libgapintegr":[4,13],"libgsl":11,"libhdf4":11,"libhdf5":11,"libmylibrari":14,"libomp":11,"libpdepthprofil":13,"libpnl_pippardfitt":13,"libqt4":11,"libqt5svg5":11,"libqtwebkit":11,"librari":[10,11,13,14],"libtmylibrari":14,"libtool":11,"libx11":11,"libxext":11,"libxft":11,"libxml2":[8,11],"libxpm":11,"licens":[11,14],"life":[11,12,14],"lifetim":[13,14],"lifetime_correct":9,"lifetimecorrect":[9,14],"light":8,"like":[5,6,7,8,9,10,11,13,14],"likelihood":[9,13,14],"liklei":14,"limit":[5,8,12,13,14],"limits_":13,"line":[4,6,7,8,9,11,12,13,14],"linear":14,"linegauss":13,"linelaplac":13,"linelorentzian":13,"lineshap":13,"lineskewlorentzian":13,"lineskewlorentzian2":13,"link":[7,9,14],"linkdef":14,"linux":[5,10,14],"linux64":10,"list":[4,7,8,9,10,11,12,14],"list_of_param_to_be_fix":14,"literatur":13,"littl":[7,9,11,14],"lmu":[8,9,10,11],"ln":[7,11,13,14],"load":[7,11,13,14],"loadpath":7,"local":[9,10,11,13],"locan":[0,3,10],"locat":[9,11,12,13,14],"log":[7,9,13,14],"logarithm":14,"logi":14,"logic":14,"login":11,"logx":14,"longer":6,"longitudin":9,"look":[4,6,7,8,9,10,11,13,14],"lookup":10,"lorentzian":13,"loss":13,"lot":[8,14],"low":[8,13],"lower":[12,14],"lower_boundari":14,"lowtemp":4,"lsco":4,"lspci":10,"ltf":14,"luke_skywalk":11,"m":[0,3,5,6,8,13,14],"m1":9,"m3s1":4,"mac":5,"machin":[10,11,13],"maco":[5,14],"macosx":11,"macosx64":11,"macro":7,"macroscop":13,"magnet":[6,7,8,9,13,14],"magneticfieldenvironmentinfo":5,"mai":[9,11,14],"mail":2,"main":[9,11,12],"mainli":14,"maintain":8,"mainten":[3,8],"major":11,"make":[0,8,9,10,11,14],"make_uniqu":8,"makefil":14,"manag":11,"mandatori":[6,8,13,14],"mani":[0,4,6,8,9,11,13,14],"manipul":[6,9,14],"manjaro":11,"manner":[7,11,14],"manual":[0,5,6,9,10,11,12],"map":[6,8,12],"map1":[12,14],"map2":[12,14],"map3":12,"mapi":14,"mark":[6,8,14],"marker":14,"marker_list":14,"match":[6,14],"materi":[10,13],"math":14,"mathbf":13,"mathemat":[7,11,14],"mathrm":[4,13,14],"matric":14,"matrix":[13,14],"matter":14,"max":[7,9,14],"max_likelihood":[13,14],"maxim":[13,14],"maximum":[7,12,14],"maxlh":[4,14],"maxlhr":4,"mc":[12,14],"mcp1":8,"mcp2":8,"mdu":[5,9,12,14],"mean":[6,7,8,9,10,11,12,13,14],"meaningless":14,"measur":[6,7,8,9,12,13,14],"mechan":[8,14],"medium":[12,14],"mehr":13,"meissner":[5,14],"memo":[4,10,14],"memori":8,"mention":[6,8,11,13,14],"menu":[9,12,14],"messag":[9,14],"met":6,"meta":[4,8,14],"method":[8,13,14],"mev":8,"mgui":11,"mhz":[12,13,14],"micro":[10,14],"microsecond":13,"microsoft":11,"mida":8,"might":[4,6,7,8,9,11,13,14],"migrad":[13,14],"min":[7,14],"mind":8,"mine":8,"minim":[8,11,12,13,14],"minimum":8,"mino":[12,13,14],"mint":11,"minu":9,"minuit":[9,13,14],"minuit2":9,"miss":[11,14],"mkdir":[8,10,11],"mlog":[6,9,14],"mmsetf":14,"mn2":[6,14],"mnplot":14,"mnsi":14,"mnt":14,"mock":8,"mode":[5,8,14],"model":[6,11,14],"modifi":[9,13],"mojav":11,"moment":[6,8,11,13],"momentum":[8,12,13],"monospac":9,"mont":14,"more":[4,6,7,8,9,10,11,12,14],"most":[1,6,8,10,11,13,14],"motiv":14,"mous":[7,14],"move":[8,11,12,14],"mrh_undefin":8,"msr":[4,5,7,9,11,13],"msr2data":[4,5,7,9,13],"msr2data_default":9,"msr_def_path":9,"msr_default_file_path":9,"msr_file":14,"msr_file_default":9,"msr_file_in":14,"msr_file_out":14,"msr_file_without_extens":14,"mu":[9,12,13,14],"mu_0":13,"mu_0h":13,"much":[0,7,8,9,14],"mud":[5,9,12,14],"mue1":14,"mue4":[8,9,14],"multi":[4,10,11,14],"multicor":11,"multidimension":14,"multipl":[5,7,8,11,14],"multipli":[12,13,14],"mum":4,"muminu":14,"muminusexptf":14,"muon":[4,8,9,11,12,13],"muonium":[10,13,14],"muonspin":11,"mupp":[4,5,6,9,11,12],"mupp_plot":7,"musr":[4,9,14],"musr_web_command":9,"musr_web_fouri":9,"musr_web_funct":9,"musr_web_main":9,"musr_web_msr2data":9,"musr_web_musrft":9,"musr_web_paramet":9,"musr_web_plot":9,"musr_web_run":9,"musr_web_statist":9,"musr_web_theori":9,"musr_web_titl":9,"musr_web_x":9,"musredit":[5,7,12,14],"musrfit":[0,4,8,13],"musrfit_startup":11,"musrfitpath":[11,14],"musrft":[9,12],"musrfulldatapath":14,"musrfulldatapathtoken":14,"musrroot":[5,14],"musrrootlem":8,"musrrootvalid":8,"musrstep":[5,11],"musrt0":9,"musrview":[9,11],"musrview_show_avg":9,"musrview_show_fouri":9,"musrwiz":[5,11],"mx":9,"my":11,"n":[8,9,11,13,14],"n0":14,"n00":14,"n01":14,"n0_l":4,"n0_lnegerr":4,"n0_lposerr":4,"n0_t":4,"n0_tnegerr":4,"n0_tposerr":4,"n1":14,"n10":14,"n11":14,"n_":14,"n_0":[9,14],"n_bkg_b":4,"n_bkg_bnegerr":4,"n_bkg_bposerr":4,"n_bkg_l":4,"n_bkg_lnegerr":4,"n_bkg_lposerr":4,"n_bkg_r":4,"n_bkg_rnegerr":4,"n_bkg_rposerr":4,"n_bkg_t":4,"n_bkg_tnegerr":4,"n_bkg_tposerr":4,"n_i":14,"n_theori":13,"n_vortexgrid":13,"name":[4,6,7,8,9,10,12,13,14],"namespac":14,"nanosecond":14,"nativ":11,"nd":14,"ndf":[4,12],"nearli":14,"necessari":[6,8,9,11,12,14],"need":[6,7,8,9,10,11,12,13,14],"needglobalpart":14,"neg":[4,8,9,12],"neither":14,"nemu":[8,13,14],"nemu_analyz":8,"nemu_run":4,"ness":14,"neutron":11,"never":11,"new":[2,6,9,11,12,14],"newest":11,"newli":[6,7,9,12],"next":[4,7,8,9,10,11,13,14],"nexu":[5,9,12,14],"nexus1":14,"nexus2":14,"nice":13,"nm":13,"nmr":[0,5],"nn":[7,14],"nn0":14,"nn1":14,"noak":14,"nocut":4,"node":14,"nohead":[6,9],"non":[5,10,13],"none":[6,9,12,13,14],"nonloc":[5,14],"nonlocal_par":[13,14],"nonlocal_startup":[13,14],"nor":14,"norm":[7,12,14],"normaiz":14,"normal":[6,7,11,12,14],"normdown":12,"normright":12,"normup":12,"nosummari":[6,9],"notat":[8,14],"note":[8,10,13,14],"noth":[6,8,9,14],"notic":[8,9,14],"notifi":11,"nouveau":10,"now":[7,10,11,12,14],"npp":[4,8,9,11,12,14],"nr":13,"nsec":14,"nu":[12,14],"nu_c":14,"nuclear":[7,13],"nuisanc":11,"nullptr":8,"number":[4,6,7,8,9,10,11,12,13,14],"numer":[6,11,13,14],"nvidia":[5,14],"nx":14,"o":[5,6,10,12,14],"oabc":6,"obei":[6,14],"object":[4,8,11],"observ":13,"obsol":14,"obsolet":[4,14],"obtain":[6,8,13,14],"obvious":[11,14],"occur":11,"occurr":[6,11],"oct":8,"off":[8,14],"offer":[6,12,14],"offest":14,"offlin":14,"offset":[8,14],"often":[7,9,11,14],"oghi":6,"ok":8,"old":[6,11,14],"older":11,"omega":14,"omega_":14,"omega_d":14,"omit":[10,11,14],"omp":14,"onc":[11,12,13,14],"one":[1,6,7,8,9,11,12,13,14],"one_or_zero":13,"one_to_on":14,"onerunfit":6,"onerunfit_exampl":6,"ones":[6,8,11,14],"onli":[6,7,8,9,10,11,12,13,14],"onlin":14,"open":[4,5,7,9,11,12,14],"open_file_after_fit":9,"opencl":5,"openmp":[10,11,14],"openmp_root":11,"opensus":11,"oper":[5,7,8,9,10,12,14],"opposit":14,"opt":[10,11],"optim":14,"optimum":14,"option":[4,5,7,9,12,13,14],"option1":14,"option2":14,"options1":14,"options2":14,"order":[4,6,7,8,10,11,13,14],"ordin":[12,14],"org":[3,11,14],"organ":[4,8,9,14],"orient":[8,13],"origin":[4,6,9,13,14],"orphan":14,"other":[1,4,7,8,9,10,11,12,14],"otherwis":[6,10,11,13,14],"ouput":6,"out":[6,7,8,9,10,11,12,13,14],"outdat":[4,9,11,14],"outlin":13,"output":[6,7,9,12,13,14],"outputfilenam":[6,14],"oven":8,"over":[7,8,11,14],"overhead":14,"overload":8,"overwrit":14,"own":[9,14],"owner":11,"oxford":14,"p":[9,12,13,14],"p1":9,"p2":9,"p_":[12,13],"p_3":12,"p_6":12,"p_9":12,"pa":14,"pack":[9,11,12,14],"packag":[3,8],"pad":14,"page":[5,8,9,11,12],"pai":8,"panic":14,"paper":10,"par":14,"par12":[12,14],"par15":12,"par17":14,"par22":14,"par27":14,"par3":[12,14],"par32":14,"par37":14,"par4":14,"par42":14,"par47":14,"par5":14,"par52":14,"par57":14,"par62":14,"par67":14,"par7":14,"par72":14,"par77":14,"par8":14,"par82":14,"paralel":13,"parallel":[4,11,12,13,14],"param":[4,6,7,9,14],"paramet":[3,4,5,8,10,12,13,14],"paramlist":6,"parc":14,"parenthes":[11,14],"parenthesi":11,"pari":14,"parr":14,"parrx0":14,"pars":[7,8],"parser":[8,11,14],"part":[0,3,8,9,11,12,13,14],"partial":13,"particular":14,"parx":14,"parx0":14,"parx1":14,"parxj":14,"parxn":14,"pass":[6,9,14],"past":[4,11],"path":[7,8,9,10,11,12,13,14],"path_file_nam":9,"path_to_data":14,"path_to_exec":9,"path_to_fil":13,"pathnam":8,"pdepthprofil":13,"pdf":[4,7,13,14],"peak":[9,13,14],"pearson":14,"peculiar":14,"penetr":[13,14],"peopl":[4,6,8,11],"per":[4,8,9,14],"perform":[6,7,8,9,11,12,14],"perp":[8,13],"perpendicular":13,"ph":[4,14],"phase":[6,9,12,13,14],"phase_incr":14,"phasedown":12,"phaseright":12,"phaseup":12,"phd":14,"phi":13,"phi_":14,"philosophi":14,"phincr":14,"phnegerr":4,"phposerr":4,"phpro":3,"phy":[13,14],"physic":[3,7,8,10,14],"physica":14,"physicist":0,"pi":[9,12,13,14],"pictur":9,"pie3":14,"pileup":4,"pileupanamodul":4,"pim3":[8,12,14],"pix_path":9,"pixmap":9,"pkg":11,"pkgconfig":11,"place":[7,11,12,13,14],"plane":7,"plate":4,"platform":[3,5,10],"pleas":[2,3,6,8,11,12,13,14],"plist":11,"plot":[7,8,9,12],"plotter":[4,5],"plug":14,"png":[7,9,14],"pnl_pippardfitt":[13,14],"pnl_pippardfitterglob":14,"po":4,"point":[8,9,11,12,13,14],"pointer":[8,14],"poitiv":8,"pol":14,"polar":[13,14],"polynom":14,"pomjakushin":14,"pop":9,"popup":9,"port":11,"portion":14,"pos_error":[6,12,13,14],"posit":[6,8,12,14],"positron":[4,12,13,14],"possibl":[4,5,6,7,9,11,12,14],"post":4,"potenti":[4,8,11,14],"pow":[7,14],"powder":13,"powderlineasymgss":13,"powderlineasymlor":13,"powderlineaxialgss":13,"powderlineaxiallor":13,"power":[9,10,11,12,14],"pp":13,"ppc":[4,9,12,14],"pragma":14,"prb":13,"pre":[6,9],"preced":6,"precess":12,"predefin":[12,14],"prefer":[2,9,11,14],"prefix":[11,13],"preform":8,"prepar":11,"presenc":11,"present":[4,6,7,8,9,10,11,12,13,14],"press":[9,12,14],"prevent":14,"previou":[8,11,14],"previous":9,"prgedata":14,"prgedatalist":14,"prgehandl":14,"price":8,"primit":4,"princip":13,"principl":[6,13],"print":[8,9,14],"print_level":14,"priori":9,"privat":14,"prl":13,"pro":[10,11],"probabl":[6,8,11,13],"probe":13,"problem":[8,11,14],"proc":3,"proce":[11,12],"procedia":3,"procedur":[9,11,12,13,14],"proceed":11,"process":[3,5,9,11,13,14],"produc":[6,12,14],"profil":[5,10,11,14],"profound":14,"program":[5,7,8,9,11,12,14],"programargu":11,"project":[0,11],"prompt":[9,10,11,14],"prone":[7,9,10],"proof":9,"prop":8,"propag":6,"proper":[9,10,11,13,14],"properli":[3,6,10,14],"properti":[4,8,13,14],"propertylist":11,"prove":13,"proven":13,"provid":[5,9,10,11,12,13,14],"pseudo":14,"psi":[2,5,8,9,10,11,12,13,14],"psi_":14,"psi_gps_":14,"psi_gps_run_100to117":14,"pta":14,"public":[3,11,13,14],"pull":[9,11],"puls":[13,14],"purpos":[6,12,14],"puserfcnbas":14,"put":[6,9,11,14],"px":9,"python":14,"pyyaml":14,"q":[12,14],"qmake":11,"qt":[9,11],"qt3":11,"qt3mac":11,"qt4":11,"qt5":11,"qt6":[9,11],"qtbase":11,"qtbase5":11,"qtdir":11,"qtsvg":11,"qtwebkit":11,"quad":13,"quantiti":8,"question":[9,14],"quick":[11,14],"quicker":[7,14],"quickli":[7,10],"quit":[3,8,9,11,14],"r":[11,13,14],"r9":5,"r_b":14,"rab":4,"radeon":5,"rahf":14,"rai":11,"ral":[4,9],"randomli":13,"rang":[6,9,13,14],"range_for_phase_correct":14,"rangl":13,"rangle_":14,"rar":4,"rat":4,"rate":[9,12,13,14],"rate1":14,"rate2":14,"rate8470":6,"rate8471":6,"rate8472":6,"ratesig1":12,"ratesig2":12,"rather":[8,9,14],"ratio":[13,14],"raw":[9,14],"rdanisohf":14,"re":[9,11],"reach":[6,14],"read":[4,6,9,11,13,14],"read_musrroot_runhead":8,"readabl":4,"reader":8,"readi":[10,11,14],"readrgefil":14,"real":[3,10,12,14],"real_and_imag":[12,14],"rearrang":14,"reason":[6,12,14],"rebin":14,"rebin25":14,"reboot":10,"recent":[11,14],"recent_fil":9,"reciproc":13,"recogn":10,"recommend":[9,13],"recompil":11,"reconstruct":3,"record":14,"recreat":[8,9],"recreate_data_fil":9,"recurs":8,"red":[8,10,11,12,14],"redgreen":[8,14],"redhat":11,"reduc":13,"refer":[3,5,8,9,10,11,12,13,14],"refin":7,"reflect":13,"refresh":7,"region":[13,14],"rel":14,"relat":[5,8,9,11,14],"relative_bcp":14,"relax":[13,14],"releas":[11,14],"release_doc":11,"relev":[6,8,9,11,12,14],"reli":13,"reload":[7,9],"relph_b":4,"relph_bnegerr":4,"relph_bposerr":4,"relph_l":4,"relph_lnegerr":4,"relph_lposerr":4,"relph_r":4,"relph_rnegerr":4,"relph_rposerr":4,"relph_t":4,"relph_tnegerr":4,"relph_tposerr":4,"remain":12,"remark":[11,14],"remov":[7,14],"renam":14,"reorgan":6,"repeat":[12,14],"repeatedli":13,"replac":[6,11,14],"repo":[2,10,11],"report":[2,11,14],"repositori":11,"repres":[8,12,14],"represent":[5,14],"request":[2,7,11,12,14],"requir":[5,10,13,14],"resb":13,"reserv":14,"reset":[9,14],"resiz":14,"resolut":[4,8,13],"resolv":5,"reson":[13,14],"respect":[9,12,13,14],"respons":[8,10,14],"rest":13,"restart":11,"restor":14,"restrict":[5,14],"result":[6,8,9,12,13,14],"retriev":14,"return":[8,14],"rev":[10,13,14],"revert":14,"review":[6,13],"revis":14,"rewrit":14,"rgb":14,"rge":13,"rge_fln_pr":[13,14],"rhel":[10,11],"rhel7":10,"rid":14,"right":[4,6,8,11,12,13,14],"rightmost":6,"rigor":0,"riseman":[13,14],"rl":14,"rm":[11,13,14],"rn":14,"robert":0,"rocki":11,"root":[5,7,9,10,12,14],"root6":11,"root_build":11,"root_exec":11,"root_set":14,"root_v6":11,"rootsi":[10,11,14],"rotat":[4,10,12,14],"rout":11,"routin":[8,11,13,14],"row":7,"rpm":[10,11],"rrf":[9,10],"rrf_freq":14,"rrf_pack":14,"rrf_phase":14,"rrr":14,"rrrr":14,"rrrrr":14,"rrrrrr":14,"rsync":11,"rule":[6,8,9,14],"run":[4,7,9,10,11,12],"run0":[6,14],"run1":[6,14],"run2":[6,14],"run3":14,"run_file_nam":14,"run_name_templ":14,"runatload":11,"runend":14,"runinfo":[4,5],"runlist":[6,14],"runlistfilenam":6,"runn":[6,14],"runnam":14,"runno":14,"runstart":14,"runsummari":[4,8],"runtim":14,"r\u00e9otier":[13,14],"s1":14,"s2":14,"sa":[4,8],"safe":14,"safeti":14,"sai":8,"said":8,"salman":[0,13],"same":[6,7,8,9,10,11,12,13,14],"sampl":[4,8,10,12,13],"sampleenvironmentinfo":5,"save":[7,8,9,11,12,13,14],"save_path":9,"savepath":7,"sbin":[10,11],"scale":[9,14],"scale_n0_bkg":14,"scalerinfo":8,"scalersumr":4,"scan":[7,14],"scanamodul":[4,8],"schedul":[3,10],"schema":8,"scheme":8,"scheuermann":0,"scienc":11,"scientif":[11,13,14],"scratch":[9,11],"screen":[5,14],"script":[5,11],"sdkinstal":10,"se":14,"search":[5,11,14],"sec":[8,14],"second":[6,9,12,13,14],"section":[8,11,13,14],"sector":14,"see":[1,4,6,7,8,9,10,11,12,13,14],"seen":[6,7,8,12],"sekt":14,"sektlf":14,"select":[6,7,8,9,10,11,12,14],"selectal":7,"self":[6,9],"selfupd":11,"semant":8,"semi":14,"send":[2,14],"sens":14,"sensibl":14,"sent":14,"sep":14,"separ":[4,6,9,11,12,14],"separt":14,"sequenc":[6,12,14],"seri":13,"seriou":11,"serv":[6,12,14],"server":10,"servic":11,"session":14,"set":[4,5,6,7,8,9,12,13,14],"setenv":[10,11],"setglobalpart":14,"setup":[4,8,10,11,14],"sever":14,"sexprlx":13,"sg":14,"sgktlf":14,"sh":[10,11],"shade":8,"shall":[6,8,9,11,12,13,14],"shape":[6,13,14],"share":[9,10,14],"sharp":13,"shell":[9,11,14],"shift":[13,14],"shop":10,"short":[5,12,14],"shortcut":[9,12],"shorten":14,"shortli":[8,14],"should":[3,6,7,8,9,10,11,12,13,14],"show":[4,6,7,8,9,12,14],"shown":[6,7,8,9,12,14],"sierra":11,"sigma":[7,13,14],"sigma_":14,"sigmaerr":7,"sigmasc":7,"sigmasc_10":7,"sigmasc_10err":7,"sigmasc_150":7,"sigmasc_150err":7,"sigmascvstemp":7,"sign":12,"signal":[12,13,14],"silicon":11,"sim":13,"similar":[6,11],"similarli":[8,14],"simpl":[6,11,12,13,14],"simplegss":[12,14],"simpler":14,"simplex":14,"simplexpo":[12,14],"simpli":[6,11,14],"simplifi":14,"simul":13,"simultan":14,"sim\u00f5":13,"sin":[7,13,14],"sinc":[3,6,7,8,10,11,12,13,14],"singl":[5,6,7,8,9,10,11],"sinh":14,"sio2_70nm2":13,"situat":[8,11,14],"six":6,"sizabl":13,"size":[9,14],"sketch":[8,14],"skew":13,"skewedgss":14,"skg":14,"skt":14,"slice":13,"slightli":[8,9,10,11,14],"slow":[4,8],"slower":14,"slr":13,"small":[8,9,10,13,14],"smear":13,"smith":14,"smooth":11,"smu":13,"sn":14,"sn_e":[13,14],"sn_e1000":[13,14],"sn_e2000":14,"snapshot":[7,12],"snip":8,"snippet":[8,14],"snktf":14,"snkzf":14,"snow":11,"so":[6,10,11,12,14],"softwar":[5,8,14],"sole":[6,14],"solid":[13,14],"solv":13,"some":[3,4,5,6,9,10,11,12,13,14],"someth":[8,10,11,14],"sometim":[9,14],"somewher":[8,9,11],"sorri":14,"sourc":[4,8,10,12,13,14],"sp":[8,13,14],"space":[4,6,11,13,14],"span":14,"spatial":13,"speci":8,"special":[4,6,8,14],"specif":[4,6,8,9,12,13,14],"specifi":[6,8,9,11,12,13,14],"spectra":[4,9,14],"spectromet":[8,10,12,14],"spectroscopi":[13,14],"spectrum":14,"specular":13,"speed":[3,5,11,14],"speedup":14,"spg":14,"spin":[4,8,12,13,14],"spinglass":14,"spinrot":4,"spirit":11,"spit":14,"split":[8,11,14],"springer":13,"sqrt":[13,14],"sr":[1,3,4,5,7,8,9,11,12,13,14],"src":[4,11,13,14],"staff":11,"stage":[9,14],"stai":6,"stand":[9,10],"standard":[8,10,11,14],"start":[4,6,7,8,9,10,11,12,13,14],"startno":6,"startup":[9,14],"state":[6,12,14],"statement":[6,14],"statexpkt":14,"statexpktlf":14,"statgsskt":[9,14],"statgssktlf":14,"static":[9,13],"static_cast":14,"staticnktf":14,"staticnkzf":14,"statist":[6,9,12],"std":[8,14],"stdout":14,"step":[6,8,9,10,12,13,14],"stg":14,"still":[9,11,13,14],"stimuli":8,"stop":[8,13,14],"stopp":13,"store":[4,6,8,9,11,13,14],"straight":[10,11],"strang":8,"strategi":[13,14],"strength":13,"stretch":13,"string":[8,9,11,14],"stringent":8,"strkt":14,"strong":[10,12,14],"strongli":[9,11,14],"structur":[4,8,12,14],"studi":4,"stuff":8,"stumbl":11,"style":14,"sub":[8,11,12,14],"sub_rang":14,"subsequ":[6,14],"subset":[8,14],"substanti":14,"substitut":[6,12,14],"substrat":13,"subtract":14,"success":[6,7,8,12,14],"successfulli":[11,14],"sudo":11,"suffici":[10,13],"suggest":[0,6,11],"suit":[9,12,13,14],"suitabl":12,"sum":[13,14],"sum_":[13,14],"sum_i":14,"sum_k":14,"summ":14,"summar":[6,12],"summari":[4,5,8,10,14],"super":10,"superconduct":5,"superconductor":[4,14],"superfluid":13,"superus":[10,11],"suppli":[6,10,13,14],"support":[0,5,7,9],"suppos":[8,14],"suppress":6,"sure":[10,11,14],"suter":[2,3,10,13],"svg":[11,14],"svn":11,"sw":11,"swap":[9,14],"switch":[8,9,10,11,14],"symbol":[8,14],"symmetr":13,"symmetri":13,"sync":11,"synchron":11,"synonym":8,"syntact":9,"syntax":[9,14],"system":[5,8,10,14],"systemat":11,"t":[4,5,6,7,8,9,10,12,14],"t0":[9,14],"t0addrun1":14,"t0addrun1backward":14,"t0addrun1forward":14,"t0addrun2":14,"t0addrun2backward":14,"t0addrun2forward":14,"t5034":4,"t5k":7,"t_":14,"t_0":[13,14],"t_c":13,"tab":[4,9,14],"tabl":[8,10,14],"tabular":14,"tag":[4,6,7,9,11,12,13,14],"taho":11,"tailor":8,"take":[6,11,12,13,14],"taken":[11,14],"tan":[7,14],"tanh":14,"tar":[10,14],"target":8,"task":7,"tau":14,"tau_":[13,14],"tau_i":14,"tbrowser":8,"tbulktrivortexagl":13,"tbulktrivortexlondon":13,"tbulktrivortexml":13,"tbulktrivortexngl":13,"tc":7,"td":8,"tdc":[8,14],"tdc_hifi_2014_00153":14,"tdc_hifi_2015_00123":14,"tdirectori":8,"tdirectoryfil":8,"tdoublevector":8,"team":8,"technic":5,"technologi":10,"tediou":[9,13],"tell":[11,14],"temp":[4,7,13],"temperatur":[4,6,7,8,12,13,14],"templat":[6,9,12,14],"temporari":8,"ten":14,"term":[8,11],"termin":[10,11,12,14],"tesla":[5,14],"test":[0,4,8,9,11,14],"text":[7,8,9,12,13,14],"tf":[4,9,14],"tf1h":4,"tfieldco":[12,14],"tfile":8,"tfolder":[4,8],"th1f":[4,8],"than":[6,8,9,11,12,14],"thank":0,"thecommandsblock":9,"thefitparameterblock":9,"thefourierblock":9,"thefunctionsblock":9,"thei":[6,8,10,11,12,14],"them":[6,8,9,12,13,14],"theme":12,"themselv":[8,13],"theoret":14,"theori":[6,10,12,13],"theory_funct":9,"theplotblock":9,"therefor":[6,11,12,13,14],"therein":13,"therunblock":9,"thesi":14,"thestatisticblock":9,"theta":14,"thetheoryblock":9,"thetitl":9,"thi":[3,4,6,7,8,9,10,11,12,13,14],"thick":13,"thin":[10,13],"thing":[8,9,10,11,14],"think":0,"third":[12,13,14],"those":6,"though":[8,9,11],"thread":[10,11,14],"three":[12,13,14],"through":[6,8,9,11,12,13,14],"thu":14,"tick":9,"tightli":8,"time":[3,7,8,9,10,11,12,13,14],"timeout":[9,14],"timeout_tag":14,"tintvector":8,"titl":[4,6,8,9,12],"title_from_data_fil":9,"tlondon1d1l":13,"tlondon1d2l":13,"tlondon1d3l":13,"tlondon1dh":13,"tmusrrunhead":5,"tmusrrunphysicalquant":5,"tmyfunct":14,"tmyglobalfunct":14,"tmylibrari":14,"tmylibrarylinkdef":14,"tobjarrai":8,"tobject":[8,14],"tobjstr":8,"tobjstringv":8,"tof":4,"togeth":[6,7,8,9,11,12,14],"toggl":14,"token":[8,14],"told":11,"too":[9,11,14],"tool":[11,14],"toolkit":11,"top":[4,8],"topic":14,"total":[13,14],"tr":[4,8,14],"tr12kv":4,"transfer":[13,14],"transform":[9,11,12,13,14],"transit":13,"transport":4,"transvers":[9,12,14],"trap":13,"treat":[6,11],"treatabl":6,"tree":[5,11,14],"tremend":[10,11],"trend":7,"tri":[7,11,14],"trial":13,"triangular":13,"trick":11,"tricki":14,"trigger":11,"trilay":13,"trim":[13,14],"trim_sp":[13,14],"trimsp":[13,14],"triumf":[5,6,9,12,14],"true":[7,8,11,13,14],"trunk":11,"try":[6,11,14],"tscan":7,"tstring":8,"tstringvector":8,"tsv":14,"tu":4,"turner":14,"tutori":5,"tweak":14,"two":[6,8,9,11,12,13,14],"tx":14,"txt":[7,11],"type":[5,8,9,11,12,13],"typic":[4,7,9,10,11,13,14],"u":[3,7,9,10,14],"ubc":14,"ubuntu":11,"uemura":14,"uf1":14,"uf2":14,"ufx":14,"uic":11,"uint_t":14,"uk":4,"uldi":0,"un":[9,14],"unbin":14,"uncertainti":[12,13],"uncheck":9,"uncontrol":14,"uncorrel":12,"undefin":12,"under":[4,6,7,8,9,10,11,13,14],"underli":12,"understand":[8,14],"unfriendli":14,"unhappi":14,"uniqu":8,"unique_ptr":8,"unistal":11,"unit":[3,8,12,14],"univers":[5,14],"unix":11,"unless":14,"unlik":[4,14],"unpack":10,"unsatisfactorili":8,"unselect":9,"until":[8,12,14],"unwant":14,"unzoom":14,"up":[5,6,8,9,12,13,14],"upcom":8,"updat":[7,10,11,12,14],"upgrad":11,"upper":[12,14],"upper_boundari":14,"upward":14,"urg":9,"urgent":14,"url":8,"us":[0,2,3,4,6,7,8,9,10,11,13,14],"usag":[5,10,13],"usage0":14,"usage1":14,"usage2":14,"use_fit_rang":[12,14],"user":[0,5,9,10,11,12],"userfcn":[13,14],"usermod":10,"usernam":11,"using_hdf4_cmak":11,"usr":[4,9,11,14],"usual":[6,13,14],"utf":[9,11,13,14],"util":[3,8,10,14],"v":[4,5,7,8,9,11,14],"v1":11,"v2":14,"v3":10,"v6":11,"vaild":14,"val":[4,8,14],"val0":14,"val1":14,"valid":[6,7,9,13,14],"valn":14,"valu":[4,6,8,9,10,11,12,13,14],"var":7,"var1":6,"var2":6,"var3":6,"var_nam":7,"vari":[13,14],"variabl":14,"variou":[4,9,11,13,14],"varphi":[13,14],"varphi_i":12,"vector":[7,8,13,14],"veri":[0,8,9,11,12,14],"versa":[9,14],"version":[3,4,7,8,9,10,11,13,14],"versu":8,"vert_":13,"vga":10,"via":[7,8,9,14],"vice":[9,14],"video":10,"view":[6,7,9,14],"view2dat":9,"view_pack":14,"virtual":[11,14],"virtualbox":11,"visual":[9,12],"void":14,"vortex":[5,14],"vortexlattic":13,"w":13,"w_1":13,"w_2":13,"w_a":13,"wa":[6,8,10,11,14],"wai":[0,6,7,8,9,10,11,12,13,14],"wand":9,"want":[9,11,14],"warn":[11,14],"we":[8,10,11,13,14],"weak":[12,14],"web":[0,7,8,9,11,13,14],"websit":11,"wed":8,"weight":4,"well":[0,4,6,8,10,11,12,13,14],"went":9,"were":[6,8,9,14],"wew":[4,8],"what":[6,10,11,12,13,14],"whatev":[4,9,10],"when":[4,6,8,9,11,12,13,14],"whenev":14,"where":[4,6,7,8,9,10,11,12,13,14],"wherea":[6,9,14],"whether":[11,14],"which":[0,4,6,7,8,9,10,11,12,13,14],"while":[11,14],"whitespac":14,"who":9,"whole":8,"why":[9,14],"width":[13,14],"window":[5,7,9,12,14],"wisdom":[11,13],"wise":14,"wish":[7,14],"within":[6,7,8,9,11,12,13,14],"without":[6,7,9,10,11,13],"wkm":[5,9,12,14],"wojek":[0,3,6],"wonder":11,"word":8,"wordsofwisdom":13,"work":[0,6,8,9,10,11,13,14],"workaround":11,"wors":14,"worth":13,"would":[4,6,7,8,9,10,11,12,13,14],"writ":11,"write":[6,9,11,14],"write_column_data":9,"write_data_head":9,"write_musrroot_runhead":8,"write_per_run_block_chisq":14,"written":[6,8,9,12,14],"wrong":9,"wrote":8,"wsl":11,"wtf":8,"www":[11,13],"wxy":8,"x":[4,5,6,7,8,9,10,13,14],"x0":14,"x1":13,"x11":11,"x123":8,"x2":13,"x86_64":10,"xarg":11,"xcode":[10,11],"xcodebuild":11,"xi":13,"xi_v":13,"xj":14,"xml":[8,11],"xmln":[9,13,14],"xpm":14,"xquartz":11,"xsd":8,"xt":10,"xvjf":10,"xx":11,"xxx":8,"xy":[7,14],"xyz":12,"xz":10,"y":[4,7,9,10,13,14],"yaml":14,"yaouanc":[13,14],"ybco":7,"ye":[11,14],"year":[9,10,14],"yet":[10,11,12,14],"you":[3,4,7,8,9,10,11,13,14],"your":[3,6,9,10,11,14],"yourself":9,"yu":14,"yum":11,"yy":[11,14],"yyyi":14,"z":[13,14],"zaher":0,"zero":[6,8,9,12,14],"zf":[8,9],"zoom":[12,14],"zprofil":11,"zsh":11,"\u03b1":[0,1,3,4,6,7,8,9,10,11,12,13,14],"\u03b2":[0,1,3,4,5,6,7,8,9,10,11,12,14],"\u03b3":[0,1,3,4,6,7,8,9,10,11,12,13,14],"\u03b4":[0,1,3,4,6,7,8,9,10,11,12,13,14],"\u03b5":[0,1,3,4,6,7,8,9,10,11,12,13,14],"\u03b6":[0,1,3,4,6,7,8,9,10,11,12,13,14],"\u03b7":[0,1,3,4,6,7,8,9,10,11,12,13,14],"\u03b8":[0,1,3,4,6,7,8,9,10,11,12,13,14],"\u03b9":[0,1,3,4,6,7,8,9,10,11,12,13,14],"\u03ba":[0,1,3,4,6,7,8,9,10,11,12,13,14],"\u03bb":[0,1,3,4,6,7,8,9,10,11,12,13,14],"\u03bc":[0,1,3,4,5,6,7,8,9,10,11,12,13,14],"\u03bcsr":10,"\u03bd":[0,1,3,4,6,7,8,9,10,11,12,13,14],"\u03be":[0,1,3,4,6,7,8,9,10,11,12,13,14],"\u03bf":[0,1,3,4,6,7,8,9,10,11,12,13,14],"\u03c0":[0,1,3,4,6,7,8,9,10,11,12,13,14],"\u03c1":[0,1,3,4,6,7,8,9,10,11,12,13,14],"\u03c2":[0,1,3,4,6,7,8,9,10,11,12,13,14],"\u03c3":[0,1,3,4,6,7,8,9,10,11,12,13,14],"\u03c4":[0,1,3,4,6,7,8,9,10,11,12,13,14],"\u03c5":[0,1,3,4,6,7,8,9,10,11,12,13,14],"\u03c6":[0,1,3,4,6,7,8,9,10,11,12,13,14],"\u03c7":[0,1,3,4,6,7,8,9,10,11,12,13,14],"\u03c8":[0,1,3,4,6,7,8,9,10,11,12,13,14],"\u03c9":[0,1,3,4,6,7,8,9,10,11,12,13,14]},"titles":["Acknowledgements","any2many - a Universal \u03bcSR-file-format converter","Bugtracking","How to Cite musrfit?","Short description and references to the supported file-formats","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\u2019s","Setting up musrfit on Different Platforms","Tutorial for musrfit","Documentation of user libs (user functions)","User manual"],"titleterms":{"":10,"0":14,"1":[13,14],"2":[13,14],"2012":4,"3":14,"390x":10,"4":14,"5":14,"8":14,"A":6,"AS":13,"One":13,"The":[6,7,12,13,14],"access":14,"acknowledg":0,"addrun":14,"amd":10,"an":[8,10],"analyz":13,"any2mani":[1,14],"app":10,"ascii":4,"asymmetri":14,"asymmteri":12,"automat":6,"avail":[9,14],"base":9,"basic":[6,8,9,14],"beamlineinfo":8,"befor":4,"beta":14,"bin":4,"block":14,"bmw":13,"bnmr":13,"bugtrack":2,"build":11,"bulk":13,"calcul":13,"card":10,"catalina":11,"check":11,"cite":3,"cmake":[10,11],"command":14,"concept":8,"concern":8,"configur":[9,14],"contain":8,"convert":1,"creat":9,"csv":4,"cuda":10,"dat":4,"data":[12,13],"db":4,"defin":7,"deprec":11,"depth":13,"descript":[4,14],"detail":14,"detectorinfo":8,"determin":12,"develop":10,"dialog":7,"differ":11,"dimension":13,"distribut":13,"dk":[10,14],"document":[5,13],"driver":10,"dump_head":14,"e":10,"enabl":[10,14],"energi":14,"environ":11,"everyth":[8,11],"execut":[9,14],"exhaust":8,"extend":6,"extens":[8,14],"extract":6,"featur":9,"field":13,"file":[1,4,6,8,9,12,13,14],"fit":[9,10,12,14],"fitparamet":14,"format":[1,4,8,14],"fourier":14,"framework":14,"from":11,"function":[9,13,14],"further":12,"g":10,"gap":13,"gener":[6,14],"global":[6,14],"gnu":11,"gpu":[10,14],"graphic":[6,7,10],"gui":9,"handler":14,"header":8,"high":10,"histogram":[12,14],"homebrew":11,"how":3,"includ":8,"indic":5,"info":9,"inform":[8,13],"instal":[10,11],"integr":13,"interfac":[6,7,8,9],"introduct":[9,13,14],"isi":4,"isotrop":13,"k40c":10,"kei":14,"kit":10,"known":6,"lambda":13,"last":11,"lattic":13,"le":13,"lem":4,"lib":13,"libbnmr":13,"libfitpofb":13,"liblineprofil":13,"like":4,"limit":6,"linux":11,"list":6,"london":13,"low":14,"m":11,"mac":11,"maco":[10,11],"macport":11,"magneticfieldenvironmentinfo":8,"manual":14,"map":[9,14],"mdu":4,"meissner":13,"minuit2":14,"mix":13,"mode":6,"model":[12,13],"msr":[6,12,14],"msr2data":[6,12,14],"msr2msr":14,"mud":4,"multipl":[6,12],"muon":14,"mupp":7,"musredit":[6,9,11],"musredit_startup":9,"musrfit":[3,5,6,9,10,11,12,14],"musrfit_startup":14,"musrft":14,"musrgui":[9,11],"musrroot":[4,8],"musrstep":9,"musrt0":[12,14],"musrview":[12,14],"musrwiz":9,"neg":14,"newer":11,"nexu":[4,11],"nmr":[13,14],"non":[4,14],"nonloc":13,"note":11,"nvidia":10,"o":11,"object":14,"obsolet":11,"open":8,"opencl":[10,14],"oper":11,"option":[6,11],"overview":[8,14],"packag":11,"paramet":[6,7,9],"platform":11,"plot":14,"plotter":7,"possibl":8,"process":[6,12],"profil":13,"program":6,"provid":6,"psi":4,"r9":10,"radeon":10,"rang":12,"read":[8,12],"recommend":11,"refer":4,"relat":13,"represent":8,"requir":[8,11],"resolv":13,"restrict":11,"rge":14,"root":[4,8,11],"rrf":14,"run":[6,8,14],"runhead":8,"runinfo":8,"sampleenvironmentinfo":8,"screen":13,"script":7,"sdk":10,"set":[10,11],"short":4,"shortcut":14,"singl":[12,14],"softwar":[10,11],"some":8,"sourc":11,"speed":10,"startup":13,"state":13,"statist":14,"step":11,"structur":6,"summari":7,"superconduct":13,"superconductor":13,"support":[4,10,11,14],"system":11,"t":13,"t0":12,"tabl":5,"technic":14,"tesla":10,"theori":[9,14],"titl":14,"tmusrrunhead":8,"tmusrrunphysicalquant":8,"tree":8,"triumf":4,"tutori":12,"type":[6,14],"univers":1,"up":[10,11],"us":12,"usag":[6,7,9,11,14],"user":[6,7,8,13,14],"v":13,"valid":8,"variabl":[7,11],"via":[10,11],"view":12,"vortex":13,"welcom":5,"window":11,"without":14,"wkm":4,"write":8,"x":11,"xml":[9,13,14],"\u03b2":13,"\u03bcsr":[1,4,7,8,13,14]}}) \ No newline at end of file diff --git a/doc/html/setup-dks.html b/doc/html/setup-dks.html index c2b86a5e8..f3e68be0d 100644 --- a/doc/html/setup-dks.html +++ b/doc/html/setup-dks.html @@ -6,14 +6,14 @@ - Setting up musrfit / DKS: High Speed Fitting with GPU’s — musrfit 1.9.9 documentation - + Setting up musrfit / DKS: High Speed Fitting with GPU’s — musrfit V1.10.0 + - + @@ -319,8 +319,8 @@ The only thing you need -

      © Copyright 2025, Andreas Suter. - Last updated on Jun 07, 2025. +

      © Copyright 2026, Andreas Suter. + Last updated on Feb 21, 2026.

      diff --git a/doc/html/setup-standard.html b/doc/html/setup-standard.html index 696cd9b81..8cf50031e 100644 --- a/doc/html/setup-standard.html +++ b/doc/html/setup-standard.html @@ -6,14 +6,14 @@ - Setting up musrfit on Different Platforms — musrfit 1.9.9 documentation - + Setting up musrfit on Different Platforms — musrfit V1.10.0 + - + @@ -55,8 +55,8 @@
    • GNU/Linux
    • -

      OS Restrictions

      +

      OS Restrictions

      Before the installation procedure will be described, please note the following restrictions:

      GNU/Linux

      No serious problems are currently known. Tested distributions: RHEL (also Alma, Rocky), Fedora, @@ -207,9 +202,9 @@ Currently the MXML<

      -

      GNU/Linux

      +

      GNU/Linux

      -

      Requirements

      +

      Requirements

      Everything but ROOT and NeXus

      Depending on the GNU/Linux distribution chosen, the above mentioned software – except ROOT/CERN and NeXus – should be available from @@ -251,14 +246,12 @@ the installation would look like:

      the source code from the corresponding website, or to clone the git repo. If you need to follow this line, please check the install details of the corresponding package.

      For any further information on the standard installation of software, please refer to the web search engine of choice and ask for “install software on linux”…

      -
      -

      Installation of NeXus requirements (optional)

      +
      +

      Usage of NeXus requirements (optional)

      Only if musrfit should support reading/writing data files in the NeXus format the further required software has to be set up. The required libraries and header files could either be available through the user’s -GNU/Linux distribution or if this is not the case, the packages can be installed from the source code. In principle -NeXus should support MXML, HDF4, and HDF5. At the time of this writing, the MXML support in the -NeXus project is broken, and HDF4 is outdated on most platforms, yet since ISIS/RAL is still not up-to-date HDF4 still -needs to be dragged on (comment: if you are a ISIS user, please complain about HDF4). Hence, the necessary packages to build NeXus are HDF4 and HDF5. This means, for a rpm-package based distro try something like:

      +GNU/Linux distribution or if this is not the case, the packages can be installed from the source code. The necessary packages +to build NeXus-support for musrfit are HDF4 and HDF5. This means, for a rpm-package based distro try something like:

      $ yum install hdf-devel hdf5-devel
       
      @@ -270,28 +263,10 @@ needs to be dragged on (comment: if you are a ISIS user, please complain about <
      -

      Only NeXus Version ≥ 4.4 is support!

      -

      Even though there might exist binary packages for the NeXus library, it is best to build and -install it directly from the source code which can be found here.

      -

      A brief instruction how to get NeXus compiled from source (lines starting with ‘#’ are comments only):

      -
      $ cd Downloads
      -$ # create a directory for the NeXus source code
      -$ mkdir nexus
      -$ cd nexus
      -$ # get the source code from the master repository
      -$ git clone https://github.com/nexusformat/code.git
      -$ # next we will build NeXus out-of-source
      -$ mkdir build
      -$ cd build
      -$ cmake -DENABLE_HDF5=1 -DENABLE_HDF4=1 -DENABLE_MXML=0 ../code
      -$ cmake --build ./ --clean-first
      -$ # install needs either to be carried out as root or sudo depending on your linux flavour.
      -$ sudo cmake --install ./
      -
      -
      +

      How NeXus-support is enabled in musrfit is described in the musrfit setup sections below: musrfit build with cmake.

      -
      -

      ROOT

      +
      +

      ROOT

      The ROOT framework may or may not be part of the GNU/Linux distribution. Some distributions are packing ROOT in a manner incompatible with the way it is needed by musrfit, though the situation is improving. If you are experienced enough you can try the packed ROOT version. Often ROOT is split in many sub-packages. Install the @@ -364,7 +339,7 @@ $ cmake --build

      -

      musrfit

      +

      musrfit

      When all required software has been set up you can proceed with the musrfit installatio. First, the most recent source code should be downloaded. The preferred way of doing so is to clone the musrfit repository via git. Assuming the code should be located in $HOME/Apps this is achieved most easily calling from the terminal

      @@ -390,20 +365,24 @@ will needed to switch branches first.

      $ git pull $ cd build $ xargs rm < install_manifest.txt +$ cmake ../ $ cmake --build ./ --clean-first $ cmake --install ./

      As an alternative (if git is not available), the source code can also be downloaded from the following web-page: musrfit at bitbucket

      -

      musrfit build with cmake

      +

      musrfit build with cmake

      Currently the following configuration switches for musrfit are available:

      -DCMAKE_INSTALL_PREFIX=<prefix-path>

      Specify the installation prefix, i.e. the place where musrfit shall be installed, e.g. $ROOTSYS if already defined (by default: /usr/local).

      -
      -Dnexus=<value>

      enable/disable the support of NeXus data files (requires the HDF4, HDF5 and NeXus libraries to be installed). +

      -Dnexus=<value>

      enable/disable the support of NeXus data files (requires at least the HDF5 library to be installed). <value>=1 enables NeXus, <value>=0 disables NeXus. The default setting, i.e. the switch is not provided is NeXus support is disabled.

      +
      -DHAVE_HDF4=<value>

      tell musrfit, whether NeXus-support should include HDF4 as well. <value>=1 notifies the presence of HDF4. This option is obviously +only relevant if NeXus is enabled as well.

      +
      -DASlibs=<value>

      enable/disable the ASlibs. <value>=1 enables the ASlibs, <value>=0 disables the ASlibs. The default setting, i.e. the switch is not provided is ASlibs support is disabled. For details see Documentation of user libs.

      @@ -424,11 +403,11 @@ If the value is set to -DCMAKE_INSTALL_PREFIX. musrfit build with cmake takes the out-of-source approach. Therefore a typical configuration / make / install process including -NeXus support would look like

      +NeXus support (including HDF4) would look like

      $ cd $HOME/Apps/musrfit
       $ mkdir build
       $ cd build
      -$ cmake ../ -DCMAKE_INSTALL_PREFIX=$ROOTSYS -Dnexus=1
      +$ cmake ../ -DCMAKE_INSTALL_PREFIX=$ROOTSYS -Dnexus=1 -DHAVE_HDF4=1
       # below it is assumed that multiple cores are present, hence the -j8 option
       $ cmake --build ./ --clean-first -- -j8
       $ cmake --install ./
      @@ -437,7 +416,7 @@ $ /sbin/ldconfig
       
      -

      musrfit last step of the installation

      +

      musrfit last step of the installation

      In order to finish the installation of musrfit two more things should be done:

        @@ -455,7 +434,7 @@ detailed information on this XML file refer to the
      -

      musredit

      +

      musredit

      In the latest version of musrfit the configure script tries to determine automatically the highest available Qt version. In case this is found, the editor musredit is built already together with musrfit.

      @@ -504,9 +483,9 @@ directories like ..

      Mac OS X / macOS

      Note

      -

      macOS 15 alias Sequoia: musrfit is ready for Sequoia on Intel and Apple Silicon based macs, both running natively. -The DKS version of musrfit for macOS Sequoia is ready as well. -This is true for the Homebrew, MacPorts still has some issues (as of 23.09.24). Typically this should be fixed in a month.

      +

      macOS 26 alias Tahoe: musrfit is ready for Tahoe on Intel and Apple Silicon based macs, both running natively. +The DKS version of musrfit for macOS Tahoe is ready as well. +This is true for the Homebrew (tested on Apple Silicon and MacPorts on Intel).

      Note

      @@ -525,7 +504,7 @@ unistall musrfitMacPorts / Homebrew , ROOT, and musrfit from scratch!

      -

      Requirements (MacPorts)

      +

      Requirements (MacPorts)

      Before proceeding with the usage of the MacPorts system first a few useful tools provided by Apple together with OS X (on the installation DVD/CDs) should be installed:

      @@ -581,34 +560,16 @@ add a new line pointing to your local copy, e.g.

      With Qt6, musredit will be installed. If it happens that you used musrgui in the past, please change over to musredit since there will be no further development for musrgui anymore!

      -
      -

      Installation of NeXus requirements (optional)

      +
      +

      Usage of NeXus requirements (optional)

      Only if musrfit should support reading data files in the NeXus format the further required packages are set up:

      $ sudo port -v install hdf4 hdf5
       
      -

      hdf4 is likely not available anymore.

      -

      Only NeXus Version ≥ 4.4 is support!

      -

      To get things compiled do:

      -
      $ # get and install NeXus
      -$ cd $HOME/Applications
      -$ # get the source code from the master repository
      -$ git clone https://github.com/nexusformat/code.git nexus/code
      -$ # next we will build NeXus out-of-source
      -$ cd nexus
      -$ mkdir build
      -$ cd build
      -$ # in case hdf4 is present
      -$ cmake -DENABLE_HDF5=1 -DENABLE_HDF4=1 -DENABLE_MXML=0 ../code
      -$ # in case hdf4 is **not** present
      -$ cmake -DENABLE_HDF5=1 -DENABLE_HDF4=0 -DENABLE_MXML=0 ../code
      -$ cmake --build ./
      -$ sudo cmake --install ./
      -
      -
      +

      How NeXus-support is enabled in musrfit is described in the musrfit setup sections below: musrfit build with cmake.

      -
      -

      ROOT

      +
      +

      ROOT

      The default ROOT version is based on ROOT 6.xx/yy!

      ROOT installed via package installer
      @@ -625,8 +586,8 @@ $ sudo ln -
      -
      -
      ROOT installed from source
      +
      -

      Requirements (Homebrew)

      +

      Requirements (Homebrew)

      Before proceeding with the usage of Homebrew, first a few useful tools provided by Apple together with OS X (on the installation DVD/CDs) should be installed:

      Xcode

      Useful developer tools including for instance the GNU compiler collection. It can be installed via the Apple App store. @@ -745,31 +706,23 @@ For example to install

      $ brew install cmake
       
      -
      -

      Installation of NeXus requirements (optional)

      +
      +

      Usage of NeXus requirements (optional)

      Only if musrfit should support reading data files in the NeXus format the further required -packages can be installed through Homebrew (Note: hdf4 is not supported anymore):

      +packages can be installed through Homebrew (Note: hdf4 is not supported anymore, but you can install it from source):

      $ brew install hdf5
       
      -

      Unfortunately, the NeXus libraries have to be compiled and installed directly from -the source code. Given the respective version number 4.4 (which are subject to change with time) -this can be achieved for example by:

      -
      $ # build NeXus
      -$ cd ..
      -$ git clone https://github.com/nexusformat/code.git nexus/code
      -$ cd nexus
      -$ # build NeXus out-of-source
      -$ mkdir build
      -$ cd build
      -$ cmake ../code -DENABLE_HDF5=1 -DENABLE_HDF4=0 -DENABLE_MXML=0
      -$ cmake --build ./ --clean-first -- -j8
      -$ sudo cmake --install ./
      +

      HDF4 install from source code (do it only when you need it):

      +
      $ cd ~/Applications
      +$ git clone https://github.com/HDFGroup/hdf4.git
       
      +

      Follow the build instructions which can be found under hdf4/release_docs/USING_HDF4_CMake.txt.

      +

      How NeXus-support is enabled in musrfit is described in the musrfit setup sections below: musrfit build with cmake.

      -
      -

      ROOT

      +
      +

      ROOT

      The default ROOT version is based on ROOT 6.xx/yy!

      ROOT installed via Homebrew
      @@ -777,7 +730,7 @@ $ sudo cmake musrfit
      setup below.

      -
      ROOT installed from source
      +
      ROOT installed from source (recommended)

      The best way to get ROOT exactly the way needed for musrfit is to install it from source. Before describing it, please make sure that you have installed all required packages listed under Requested Software (e.g. fftw, gsl, etc).

      @@ -839,11 +792,6 @@ into the file ~/.Ma export MUSRFITPATH=$ROOTSYS/bin export PATH=$ROOTSYS/bin:$QTDIR/bin:$PATH export DYLD_LIBRARY_PATH=$ROOTSYS/lib/root:/usr/local/lib:$DYLD_LIBRARY_PATH - -launchctl setenv ROOTSYS $ROOTSYS -launchctl setenv MUSRFITPATH $MUSRFITPATH -launchctl setenv PATH $PATH -launchctl setenv DYLD_LIBRARY_PATH $DYLD_LIBRARY_PATH

      If ROOT has been installed via source/compilation:

      @@ -851,22 +799,55 @@ launchctl setenv DYLD_LIBRARY_PATH export MUSRFITPATH=$ROOTSYS/bin export PATH=$ROOTSYS/bin:$QTDIR/bin:$PATH export LD_LIBRARY_PATH=$ROOTSYS/lib:/usr/local/lib:$LD_LIBRARY_PATH - -launchctl setenv ROOTSYS $ROOTSYS -launchctl setenv MUSRFITPATH $MUSRFITPATH -launchctl setenv PATH $PATH -launchctl setenv LD_LIBRARY_PATH $LD_LIBRARY_PATH

      After this you will need to “execute” .zprofile before proceeding:

      $ source $HOME/.zprofile
       
      +

      In addition: create the the file musrfit.environment.plist under ~/Library/LaunchAgents/ with the following content (example for homebrew):

      +
      <?xml version="1.0" encoding="UTF-8"?>
      +<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
      +<plist version="1.0">
      +<dict>
      +    <key>Label</key>
      +    <string>ch.psi.musrfit.environment</string>
      +    <key>ProgramArguments</key>
      +    <array>
      +        <string>sh</string>
      +        <string>-c</string>
      +        <string>
      +        ROOTSYS=$HOME/Applications/root/root_exec
      +        QTDIR=$(brew --prefix)/opt/qt@6
      +        OpenMP_ROOT=$(brew --prefix)/opt/libomp
      +
      +        launchctl setenv ROOTSYS "$ROOTSYS"
      +        launchctl setenv MUSRFITPATH "$ROOTSYS/bin"
      +        launchctl setenv PATH "$ROOTSYS/bin:$QTDIR/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin"
      +        launchctl setenv DYLD_LIBRARY_PATH "$ROOTSYS/lib:/usr/local/lib"
      +        launchctl setenv OpenMP_ROOT "$OpenMP_ROOT"
      +        </string>
      +    </array>
      +    <key>RunAtLoad</key>
      +    <true/>
      +</dict>
      +</plist>
      +
      +
      +

      and launch it once via

      +
      launchctl load ~/Library/LaunchAgents/musrfit.environment.plist
      +
      +
      +

      If you use macports, replace in musrfit.environment.plist the lines for QTDIR and OpenMP_ROOT by

      +
      QTDIR=/opt/local/libexec/qt6
      +OpenMP_ROOT=/opt/local/include/libomp
      +
      +
      -
      -

      musrfit

      +
      +

      musrfit

      First, the most recent source code should be downloaded. First, the most recent source code should be downloaded. The preferred way of doing so is to clone the musrfit repository via git. Assuming the code should be located in ~/Applications/musrfit this is achieved most easily calling from the termin

      @@ -888,15 +869,18 @@ $ git pull

      As an alternative (if git is not available), the source code can also be downloaded from the following web-page: musrfit at bitbucket.

      -
      -

      musrfit build with cmake

      +
      +

      musrfit build with cmake

      Currently the following configuration switches for musrfit are available:

      -DCMAKE_INSTALL_PREFIX=<prefix-path>

      Specify the installation prefix, i.e. the place where musrfit shall be installed, e.g. $ROOTSYS if already defined (by default: /usr/local).

      -
      -Dnexus=<value>

      enable/disable the support of NeXus data files (requires the HDF4, HDF5 and NeXus libraries to be installed). +

      -Dnexus=<value>

      enable/disable the support of NeXus data files (requires at least the HDF5 library to be installed). <value>=1 enables NeXus, <value>=0 disables NeXus. The default setting, i.e. the switch is not provided is NeXus support is disabled.

      +
      -DHAVE_HDF4=<value>

      tell musrfit, whether NeXus-support should include HDF4 as well. <value>=1 notifies the presence of HDF4. This option is obviously +only relevant if NeXus is enabled as well.

      +
      -DASlibs=<value>

      enable/disable the ASlibs. <value>=1 enables the ASlibs, <value>=0 disables the ASlibs. The default setting, i.e. the switch is not provided is ASlibs support is disabled. For details see Documentation of user libs.

      @@ -926,11 +910,11 @@ If the value is set to NeXus support would look like

      +NeXus-support (including HDF4-support) would look like

      $ cd $HOME/Apps/musrfit
       $ mkdir build
       $ cd build
      -$ cmake ../ -DCMAKE_INSTALL_PREFIX=$ROOTSYS -Dnexus=1
      +$ cmake ../ -DCMAKE_INSTALL_PREFIX=$ROOTSYS -Dnexus=1 -DHAVE_HDF4=1
       # below it is assumed that multiple cores are present, hence the -j8 option
       $ cmake --build ./ --clean-first -- -j8
       $ cmake --install ./
      @@ -947,7 +931,7 @@ The configuration, build, and install process might look like this:

      $ cd $HOME/Apps/musrfit
       $ mkdir build
       $ cd build
      -$ cmake ../ -DCMAKE_INSTALL_PREFIX=$ROOTSYS -Dnexus=1 -DCMAKE_PREFIX_PATH="/opt/local/libexec/qt6/lib/cmake;/opt/local/include/libomp"
      +$ cmake ../ -DCMAKE_INSTALL_PREFIX=$ROOTSYS -Dnexus=1 -DHAVE_HDF4=1 -DCMAKE_PREFIX_PATH="/opt/local/libexec/qt6/lib/cmake;/opt/local/include/libomp"
       # below it is assumed that multiple cores are present, hence the -j8 option
       $ cmake --build ./ --clean-first -- -j8
       $ cmake --install ./
      @@ -972,8 +956,8 @@ detailed information on this XML file refer to the 
       
      -
      -

      musredit

      +
      +

      musredit

      In the latest version of musrfit the configure script tries to determine automatically the highest available Qt version. In case this is found, the editor musredit is built already together with musrfit.

      @@ -1021,8 +1005,8 @@ $ musrview test-histo-ROOT-NPP.msr
      -

      © Copyright 2025, Andreas Suter. - Last updated on Jun 07, 2025. +

      © Copyright 2026, Andreas Suter. + Last updated on Feb 21, 2026.

      diff --git a/doc/html/tutorial.html b/doc/html/tutorial.html index 6e3f69995..9b09c115e 100644 --- a/doc/html/tutorial.html +++ b/doc/html/tutorial.html @@ -6,14 +6,14 @@ - Tutorial for musrfit — musrfit 1.9.9 documentation - + Tutorial for musrfit — musrfit V1.10.0 + - + @@ -180,7 +180,7 @@ sample holder), each with an amplitude (parameters 10 and 13), a depolarization

      The THEORY block is used to define a fit-parameter-dependent theory function used to model -the decay asymmetry. Different predefined and user-defined +the decay asymmetry. Different predefined and user-defined functions can be combined here. Theory lines following each other are multiplied and the + sign is used to add different (here: two) signal contributions. The numbers are the parameter numbers according to the FITPARAMETER block. map and fun are used to refer to @@ -439,8 +439,8 @@ For a complete description please refer to the manuals of -

      © Copyright 2025, Andreas Suter. - Last updated on Jun 07, 2025. +

      © Copyright 2026, Andreas Suter. + Last updated on Feb 21, 2026.

      diff --git a/doc/html/user-libs.html b/doc/html/user-libs.html index c2dea918c..3123235d0 100644 --- a/doc/html/user-libs.html +++ b/doc/html/user-libs.html @@ -6,14 +6,14 @@ - Documentation of user libs (user functions) — musrfit 1.9.9 documentation - + Documentation of user libs (user functions) — musrfit V1.10.0 + - + @@ -60,7 +60,7 @@
  • -
  • Supeconducting Gap-Integrals to calculate \(1/\lambda^2\) vs \(T\)
  • +
  • Superconducting Gap-Integrals to calculate \(1/\lambda^2\) vs \(T\)
  • Nonlocal superconductivity related Meissner screening functions (AS libs)
  • Depth resolved information (AS libs)
  • Functions to analyze β-NMR data (BNMR libs)
      @@ -120,7 +120,7 @@

      libFitPofB

      Introduction

      -

      libFitPofB is a collection of C++ classes using the musrfit user-functions +

      libFitPofB is a collection of C++ classes using the musrfit user-functions interface in order to facilitate the usage in conjunction with musrfit. The classes contained in this library generally implement calculations of one-dimensional static magnetic field distributions \(p(B)\) which lead to the muon-spin depolarization functions

      @@ -425,8 +425,8 @@ The expected name of the
      -
      -

      Supeconducting Gap-Integrals to calculate \(1/\lambda^2\) vs \(T\)

      +
      +

      Superconducting Gap-Integrals to calculate \(1/\lambda^2\) vs \(T\)

      The details about the various superconducting gap-integrals are found in the pdf-file GapIntegrals.pdf which can be found in the musrfit source under <musrfit-dir>/src/external/libGapIntegrals/.

      @@ -546,7 +546,7 @@ rge-files (muon stoppping profiles). For this the library reads at start-up the

      Functions to analyze β-NMR data (BNMR libs)

      -

      This is a collection of C++ classes using the musrfit user-functions +

      This is a collection of C++ classes using the musrfit user-functions interface in order to facilitate the usage in conjunction with musrfit. It consists of two libraries:

      • libBNMR contains functions to fit spin lattice relaxation (SLR) data.

      • @@ -784,8 +784,8 @@ K(m)&=\int_0^{\pi/2}\frac{\mathrm d\varphi}{\sqrt{1-m^2\sin^2{\varphi}}},\en
        -

        © Copyright 2025, Andreas Suter. - Last updated on Jun 07, 2025. +

        © Copyright 2026, Andreas Suter. + Last updated on Feb 21, 2026.

        diff --git a/doc/html/user-manual.html b/doc/html/user-manual.html index 7f6e81f73..207bf7dc9 100644 --- a/doc/html/user-manual.html +++ b/doc/html/user-manual.html @@ -6,14 +6,14 @@ - User manual — musrfit 1.9.9 documentation - + User manual — musrfit V1.10.0 + - + @@ -917,7 +917,7 @@ in case a \(\chi^2\) single-hi

internFld

if

ifld

\(\alpha (1), \varphi (^\circ)\), \(\nu\) (MHz), \(\lambda_{\rm T} (\mu \mathrm{s}^{-1})\),\(\lambda_{\rm L} (\mu \mathrm{s}^{-1})\)

\(\alpha \cos\left(2\pi\nu t + \frac{\pi \varphi}{180}\right) \exp(-\lambda_{\rm T}t) +\)

\(+ (1-\alpha) \exp(-\lambda_{\rm L} t)\)

@@ -1245,6 +1245,7 @@ Therefore, this block is only present to potentially shorten the msr file and to
  • data

  • t0

  • addt0

  • +
  • deadtime-cor 0, 1, 2, 3

  • fit

  • rrf_freq for fittype 1, 3

  • rrf_packing for fittype 1, 3

  • @@ -1594,6 +1595,14 @@ numbers or the name of the variables as given in the DB header.

    +
    deadtime-cor

    Allows for pulsed sources (currently test with ISIS NeXus files) to perform a deadtime correction on the data.

    +
    deadtime-cor file
    +
    +
    +

    Allowed parameters are no, i.e. no deadtime correction; file, i.e. apply deadtime correction according to the +parameters dead_time and good_frames read from the NeXus file; estimate will allow in the future to estimate +the deadtime parameter directley (not yet implemented)

    +
    fit

    The range of data that should be considered when the fitting is done. For the μSR fit types 0, 1, 2, 3, and 4 the starting and end times are given in micro-seconds. For the non-μSR fit type 8 the starting and end points of the fitting range are given in the units of the x data.

    @@ -2764,8 +2773,8 @@ The syntax here is attribute driven


    -

    © Copyright 2025, Andreas Suter. - Last updated on Jun 09, 2025. +

    © Copyright 2026, Andreas Suter. + Last updated on Feb 21, 2026.