Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
EvilLord666 committed Jan 21, 2018
2 parents 08aeff5 + 2aaca48 commit ff54d23
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit ff54d23

Please sign in to comment.