added Noakes-Kalvius function
This commit is contained in:
@ -50,9 +50,8 @@ How to setup musrfit on different platforms: \texttt{http://lmu.web.psi.ch/facil
|
||||
on >= Qt4.6.
|
||||
- \ref MuSRFit A graphical user interface based on PerlQt (written by Z. Salman) for an easy to use interface to the musrfit framework. Compared to the more general approach of writting msr-files, it has some limitations, though it might be easier for a first user of the musrfit framework.
|
||||
- \ref any2many Should be a "universal" muSR data-file-format converter.
|
||||
- \ref nexus_dump Is a small program to dump NeXus file information (mainly run header info) to the standard output.
|
||||
- \ref dump_header Is a small program to dump the header information of a muSR data file to the standard output.
|
||||
- \ref musrRootValidation This is a program to validate MusrRoot files.
|
||||
- \ref read_musrRoot_runHeader Is a small program to dump MusrRoot file information (mainly run header info) to the standard output.
|
||||
- \ref write_musrRoot_runHeader Is a little example program showing how to write MusrRoot files.
|
||||
|
||||
\section roadmap Road map and missing features
|
||||
@ -62,7 +61,6 @@ How to setup musrfit on different platforms: \texttt{http://lmu.web.psi.ch/facil
|
||||
<p>The following features should eventually be implemented, but are still missing:
|
||||
- there are still issues with MUD files on 64bit systems which should eventually be fixed.
|
||||
- non-muSR: The plan is to add an option to fit/plot \f$f(x_1,\ldots,x_n)\f$ versus \f$g(x_1,\ldots,x_n)\f$, where \f$x_i\f$ is a given data set element.
|
||||
- mu-Minus: The handling for \f$\mu_{-}\f$ fits is still missing and should be implemented.
|
||||
- as soon as ROOT will properly support MS Windows platforms, some better support for MS Windows will be added. Currently only the cygwin version will be supported.
|
||||
- check if it is possible to add FIR filtering for muSR data
|
||||
- add an interface to maxent
|
||||
@ -141,9 +139,9 @@ PSI firewall required).
|
||||
<p>Here will eventually follow a more technical description of any2many. If you looking for a user-manual like description, please check \htmlonly<a href="http://lmu.web.psi.ch/facilities/software/musrfit/user/MUSR/MusrFit.html">musrfit user manual</a>\endhtmlonly \latexonly musrfit user manual: \texttt{http://lmu.web.psi.ch/facilities/software/musrfit/user/MUSR/MusrFit.html} \endlatexonly
|
||||
|
||||
//****************************************************************************************************
|
||||
\page nexusDumpPage
|
||||
\section nexus_dump nexus_dump
|
||||
<p>This is a little help program which reads a NeXus file and dumps most of the relevant information to the standard output.
|
||||
\page dumpHeaderPage
|
||||
\section dump_header dump_header
|
||||
<p>This is a little helper program which reads the header information of a muSR data file and dumps most of the relevant information to the standard output.
|
||||
|
||||
//****************************************************************************************************
|
||||
\page musrRootValidationPage
|
||||
@ -151,11 +149,6 @@ PSI firewall required).
|
||||
<p>This program allows to validate a given (or supposedly given) MusrRoot file if it is consistent with the minimal required entries via XML Schema schemes.
|
||||
Please check \htmlonly<a href="http://lmu.web.psi.ch/facilities/software/musrfit/user/MUSR/MusrRoot.html">MusrRoot web-page</a>\endhtmlonly \latexonly MusrRoot web-page: \texttt{http://lmu.web.psi.ch/facilities/software/musrfit/user/MUSR/MusrRoot.html}\endlatexonly
|
||||
|
||||
//****************************************************************************************************
|
||||
\page read_musrRoot_runHeader_Page
|
||||
\section read_musrRoot_runHeader read_musrRoot_runHeader
|
||||
<p>This is a little help program which reads a MusrRoot file and dumps the RunHeader information to the standard output.
|
||||
|
||||
//****************************************************************************************************
|
||||
\page write_musrRoot_runHeader_Page
|
||||
\section write_musrRoot_runHeader write_musrRoot_runHeader
|
||||
|
@ -509,14 +509,14 @@ INPUT = musrfit.dox \
|
||||
../src/classes/PUserFcn.cpp \
|
||||
../src/external/MusrRoot/TMusrRunHeader.h \
|
||||
../src/external/MusrRoot/TMusrRunHeader.cpp \
|
||||
../src/any2many.cpp \
|
||||
../src/dump_header.cpp \
|
||||
../src/msr2data.cpp \
|
||||
../src/msr2msr.cpp \
|
||||
../src/musrfit.cpp \
|
||||
../src/musrt0.cpp \
|
||||
../src/musrview.cpp \
|
||||
../src/nexus_dump.cpp \
|
||||
../src/musrRootValidation.cpp \
|
||||
../src/read_musrRoot_runHeader.cpp \
|
||||
../src/write_musrRoot_runHeader.cpp
|
||||
|
||||
# If the value of the INPUT tag contains directories, you can use the
|
||||
|
Reference in New Issue
Block a user