From 0a0d73502193b7d38bd64e78809a63c36e6b06d5 Mon Sep 17 00:00:00 2001 From: nemu Date: Tue, 15 Jan 2008 16:02:58 +0000 Subject: [PATCH] newly added --- src/README | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 src/README diff --git a/src/README b/src/README new file mode 100644 index 00000000..1544d807 --- /dev/null +++ b/src/README @@ -0,0 +1,44 @@ +#--------------------------------------------------------------------- +# README +# Andreas Suter, 2008/01/15 +# $Id$ +#--------------------------------------------------------------------- + +The following programs are available: + +1) msr2msr +2) musrfit + +which will be described below (including build instructions). + +************* +1) msr2msr +************* + +The original msr-files used in WKM (wkmfit, wkmview, ...) do have some shortcomings, hence it was necessary to slightly change the file format of these msr-files and hence sacrify the backwards compatibility. In order to be able to use old wkm-files, msr2msr was written. This program takes an old msr-file and converts it to a new one. If a new msr-file is fed to msr2msr, the output will be just a mere copy of the file, and hence it doesn't harm. This means, whenever you are not sure if the given msr-file is a new or and old one, just execute msr2msr. + +usage: msr2msr | [--help] + : input msr-file + : converted msr-output-file + +Build Instructions: +------------------- + +make -f Makefile.msr2msr +make -f Makefile.msr2msr install + +************* +1) musrfit +************* + +musrfit is the first program in a series to be written which will be a full replacement for the corresponding WKM programs, e.g. wkmfit -> musrfit, etc. + +Build Instructions: +------------------- + +make -f Makefile.musrfit +make -f Makefile.musrfit install + +#--------------------------------------------------------------------- +# this is the end ... +#---------------------------------------------------------------------