From 2aaca48c33bd3c538886a4399d740ee10f99e88c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ushakov=20Michael=20=28=D0=A3=D1=88=D0=B0=D0=BA=D0=BE?= =?UTF-8?q?=D0=B2=20=D0=9C=D0=B8=D1=85=D0=B0=D0=B8=D0=BB=29?= Date: Mon, 22 Jan 2018 01:49:20 +0500 Subject: [PATCH] Update README.md --- README.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4e51bb7..3fbae74 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,14 @@ -# UnivemMSDataAggregator -A simple aggregation tool for fast data aggregtion from couple of UNIVEM MS files into one simple text or doc files +# UnivemMSAggr +#1 General + +A simple GUI (WPF) tool for fast data (Mossbauer spectra fits from UnivemMS software) aggregtion from couple of UNIVEM MS files into one simple text or doc files + +It allows: + to select components file for merging them into one report (docx or txt files) into tables with components sorting by + hyperfine field and quadrupol splitting (descending and ascending order, however selection in WPF app is not implemented yet) +- automatically calculate more suitable error for each Mossbauer parameter or leave it blank if calculation is not possible + - for IS, QS and Heff is +-1 channel (mm/s or kOe) + - for G is +- 2 channels + - for S (relative area) is +-10% + +As a result this software saving me a lot of time on searching and copying every value with proper value error and rounding (especially when order must be ASC or DESC). I.e. working on two files with 10-12 components (magnetic sextets) could cost approximetely 3 or 4 hours.