diff --git a/doc/musrfit.dox b/doc/musrfit.dox index e03ae52f..521cb421 100644 --- a/doc/musrfit.dox +++ b/doc/musrfit.dox @@ -38,6 +38,7 @@ How to setup musrfit on different platforms: \texttt{http://lmu.web.psi.ch/musrf
The musrfit framework provies the following programs: - \ref musrfit Carries out fits based on a msr-file. - \ref musrview Is used show the data in a graphical representation. +- \ref musrFT Is used to show Fourier transforms of data without the need of a theory (raw data Fourier transform). - \ref musrt0 Is used to set graphically t0's, background and data ranges off raw histogram data. - \ref musrparam Can be used to generate ascii output files with extracted fit-parameters (from msr-files) and independent additional variables like temperature, field, ... The ascii output files can than be used to plot parameters, e.g. by gnuplot. - \ref msr2data A program (originally written by Bastian M. Wojek). Its purpose is to process/generate multiple musrfit msr-files with the same parameters and summarize the fitting results either in a TRIUMF DB or a column ASCII file. @@ -89,6 +90,12 @@ This two points are somewhat contradictory, and currently it is not clear which
Here will eventually follow a more technical description of musrview. If you looking for a user-manual like description, please check \htmlonlymusrfit user manual\endhtmlonly \latexonly musrfit user manual: \texttt{http://lmu.web.psi.ch/musrfit/user/MUSR/MusrFit.html} \endlatexonly +//**************************************************************************************************** +\page musrFTPage +\section musrFT musrFT + +
Here will eventually follow a more technical description of musrFT. If you looking for a user-manual like description, please check \htmlonlymusrfit user manual\endhtmlonly \latexonly musrfit user manual: \texttt{http://lmu.web.psi.ch/musrfit/user/MUSR/MusrFit.html} \endlatexonly + //**************************************************************************************************** \page musrt0Page \section musrt0 musrt0 diff --git a/doc/musrfit_dox.cfg b/doc/musrfit_dox.cfg index 4cbde48b..83c10d9d 100644 --- a/doc/musrfit_dox.cfg +++ b/doc/musrfit_dox.cfg @@ -23,7 +23,7 @@ PROJECT_NAME = musrfit # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = 0.13.0 +PROJECT_NUMBER = 0.14.0 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put. @@ -462,17 +462,19 @@ WARN_LOGFILE = INPUT = musrfit.dox \ ../src/include/PFitterFcn.h \ ../src/include/PFitter.h \ - ../src/include/PFourier.h \ + ../src/include/PFourier.h \ + ../src/include/PFourierCanvas.h \ ../src/include/PFunctionGrammar.h \ ../src/include/PFunction.h \ ../src/include/PFunctionHandler.h \ - ../src/include/PMsr2Data.h \ + ../src/include/PMsr2Data.h \ ../src/include/PMsrHandler.h \ ../src/include/PMusrCanvas.h \ ../src/include/PMusrCanvasLinkDef.h \ ../src/include/PMusr.h \ - ../src/include/PMusrT0.h \ - ../src/include/PMusrT0LinkDef.h \ + ../src/include/PMusrT0.h \ + ../src/include/PMusrT0LinkDef.h \ + ../src/include/PPrepFourier.h \ ../src/include/PRunAsymmetry.h \ ../src/include/PRunBase.h \ ../src/include/PRunDataHandler.h \ @@ -488,7 +490,8 @@ INPUT = musrfit.dox \ ../src/include/PUserFcn.h \ ../src/classes/PFitter.cpp \ ../src/classes/PFitterFcn.cpp \ - ../src/classes/PFourier.cpp \ + ../src/classes/PFourier.cpp \ + ../src/classes/PFourierCanvas.cpp \ ../src/classes/PFunction.cpp \ ../src/classes/PFunctionHandler.cpp \ ../src/classes/PMsr2Data.cpp \ @@ -496,6 +499,7 @@ INPUT = musrfit.dox \ ../src/classes/PMusrCanvas.cpp \ ../src/classes/PMusr.cpp \ ../src/classes/PMusrT0.cpp \ + ../src/classes/PPrepFourier.cpp \ ../src/classes/PRunAsymmetry.cpp \ ../src/classes/PRunBase.cpp \ ../src/classes/PRunDataHandler.cpp \