-for each layer taking into account the boundary conditions(1)
+for each layer taking into account the boundary conditions(1)
@@ -268,11 +269,11 @@ When investigating superconductors in the mixed state by means of conventional &
where , are the reciprocal lattice vectors of a two-dimensional vortex lattice and the are the Fourier coefficients depending on the magnetic penetration depth and the superconducting coherence length . The for some specific models are as follows:
-
London model with Gaussian cutoffJ. Low Temp. Phys. 73, 355 (1988).">(2)
-
Modified London modelPhys. Rev. B 52, 10569 (1995).">(3)
where
-
Analytical Ginzburg-Landau modelPhys. Rev. B 55, 11107 (1997).">(4)
-Apart from the mentioned analytical models the numerical Ginzburg-Landau modelPhys. Rev. B 68, 054506 (2003).">(5) is available. In this case is obtained by an iterative minimization of the free energy of the vortex lattice.
+Apart from the mentioned analytical models the numerical Ginzburg-Landau model(5) is available. In this case is obtained by an iterative minimization of the free energy of the vortex lattice.
Concerning the applicability (e.g. field regions) of each of the mentioned models please refer to the original publications!
@@ -402,10 +403,9 @@ An example XML file looks as follows:
-
-
-
+
+
@@ -420,9 +420,9 @@ An example XML file looks as follows:
-msr2data (originally written by B. M. Wojek) is a program implemented in C++. Its purpose is to process multiple musrfit msr files with the same parameters and summarize the fitting results either in a TRIUMF DBhere. The DB files produced by msr2data can be viewed for instance with μView, however, they are not completely backward-compatible to the original "db language" since the parameter names can be longer than five or six characters! In order to establish this backward compatibility (if needed) the user has to ensure the correct length of the parameter names in the msr files!">(1) or a column ASCII file. It evolved from a script called mlog2db which has been written only for collecting fit results of LEM data stored in mlog files generated by musrfit and putting them together in a file with the DB format for further analysis. Therefore, any peculiarities, e.g. in supplying options to msr2data are owed its original purpose.
+msr2data (originally written by B. M. Wojek) is a program implemented in C++. Its purpose is to process multiple musrfit msr files with the same parameters and summarize the fitting results either in a TRIUMF DB(1) or a column ASCII file. It evolved from a script called mlog2db which has been written only for collecting fit results of LEM data stored in mlog files generated by musrfit and putting them together in a file with the DB format for further analysis. Therefore, any peculiarities, e.g. in supplying options to msr2data are owed its original purpose.
msr2data is free software and licensed under the GNU GPL version 2 or any later version (at your option).
Before the usage of msr2data will be explained in greater detail first be aware of the following:
@@ -341,18 +342,17 @@ For reporting bugs or requesting new features and improvements please use the
-
-
-
+
diff --git a/doc/html/user/MUSR/MusrFitSetup.html b/doc/html/user/MUSR/MusrFitSetup.html
index 6af31c84..c213f5d2 100644
--- a/doc/html/user/MUSR/MusrFitSetup.html
+++ b/doc/html/user/MUSR/MusrFitSetup.html
@@ -1,6 +1,6 @@
-
+
@@ -8,11 +8,12 @@
-
+
+
@@ -228,7 +229,7 @@ Even though there might exist binary packages for the NeXus library
The ROOT system may or may not be part of the GNU/Linux distribution. If it is, it should be checked that the provided binaries are of a recent version and then these in principle can be installed using a package manager as described above.
In case the distribution provides no or only outdated binary packages there are the following possibilities:
Visit the ROOTweb page and download the packed precompiled binary version matching best the GNU/Linux distribution. Then unpack the bundle to its final destination.
-
If there is no precompiled binary version of ROOT available for your system or e.g. ROOT should be compiled with another version of GCC visit the web page and download the 'complete source tree for all systems'. Then unpack this source tree to its destination (e.g. /opt/root-system)chown username:username /opt/root-system/ -R">(1), configure(2) it (here using the minimal set of options) and compile it as follows right below:
+
If there is no precompiled binary version of ROOT available for your system or e.g. ROOT should be compiled with another version of GCC visit the web page and download the 'complete source tree for all systems'. Then unpack this source tree to its destination (e.g. /opt/root-system)(1), configure(2) it (here using the minimal set of options) and compile it as follows right below:
cd /opt/root-system
./configure linux --gminimal --enable-asimage --enable-mathmore --enable-minuit2 --enable-xml
(or in case of a 64 bit installation: ./configure linuxx8664gcc --gminimal --enable-asimage --enable-mathmore --enable-minuit2 --enable-xml)
@@ -285,7 +286,7 @@ After the source-code extraction the autogen.sh script is calle
Normally it should not be necessary to make use of any of the options except for specifying the installation path with --prefix. The other paths should be detected automatically. If this does not work for some reason the configure script will terminate and ask for the information.
-When the configure script has been called successfully everything is ready for building the musrfit libraries and executables. A standard installation sequence (without NeXus support) might then look like(3):
+When the configure script has been called successfully everything is ready for building the musrfit libraries and executables. A standard installation sequence (without NeXus support) might then look like(3):
cd musrfit
sh autogen.sh
@@ -403,7 +404,7 @@ In order to install the ROOT system, there are two possibilities: <
cd /cygdrive/c
tar xzf root_v5.xx.yy.win32gcc-gcc-4.3.tar.gz
-
If due to some reason there was no precompiled Cygwin GCC 4.3 package available or ROOT should be built from source, one has to visit the web page, download the 'complete source tree for all systems' and save it for instance in C:\. Then go to the Cygwin shell and unpack this source tree, configure(2) it (here using the minimal set of options) and compile it as follows right below:
+
If due to some reason there was no precompiled Cygwin GCC 4.3 package available or ROOT should be built from source, one has to visit the web page, download the 'complete source tree for all systems' and save it for instance in C:\. Then go to the Cygwin shell and unpack this source tree, configure(2) it (here using the minimal set of options) and compile it as follows right below:
cd /cygdrive/c
tar xzf root_v5.xx.yy.source.tar.gz
cd root
@@ -770,7 +771,7 @@ qmake musrgui.pro
make
make install
-The last command copies musrgui.app to the standard program directory /Applications(4) and the musrgui_startup.xml to $ROOTSYS/bin/musrgui_startup.xml. Eventually, in the installed musrgui_startup.xml the path-specifications have to be adjusted to match the local musrfit installation. For detailed information on this XML file refer to the manual.
+The last command copies musrgui.app to the standard program directory /Applications(4) and the musrgui_startup.xml to $ROOTSYS/bin/musrgui_startup.xml. Eventually, in the installed musrgui_startup.xml the path-specifications have to be adjusted to match the local musrfit installation. For detailed information on this XML file refer to the manual.
Under some circumstances it might happen, that if musrgui was called from Finder the necessary libraries for executing musrfit could not be found.
In that case, the only workaround for the moment is to export the environment variable DYLD_LIBRARY_PATH in the shell and call musrgui from a terminal!
@@ -803,10 +804,9 @@ musrview test-histo-ROOT-NPP.msr
-
-
@@ -316,10 +316,13 @@ RUN 2008/lem08_his_8472 MUE4 PSI ROOT-NPP (name beamline institute dat
-
-
+
+
+
+
+
@@ -328,7 +331,7 @@ RUN 2008/lem08_his_8472 MUE4 PSI ROOT-NPP (name beamline institute dat
-
+
diff --git a/doc/html/user/MUSR/TutorialSingleHisto.html b/doc/html/user/MUSR/TutorialSingleHisto.html
index a8af49c2..887a6b06 100644
--- a/doc/html/user/MUSR/TutorialSingleHisto.html
+++ b/doc/html/user/MUSR/TutorialSingleHisto.html
@@ -1,6 +1,6 @@
-
+
@@ -8,11 +8,12 @@
-
+
+
@@ -273,18 +274,17 @@ This page only summarizes the very basic features and options of the programs co
-
-
-
+
+
-
+
Attachments (6)
-
+
@@ -303,9 +303,9 @@ This page only summarizes the very basic features and options of the programs co