Commit Graph

14 Commits

Author SHA1 Message Date
Michał Łazowik 1aa776b4a1 Switch license to LGPL
For approvals from copyright holders see #25

Closes #25
2023-06-15 09:27:21 +02:00
Christian Fernandez 3f65d52466 DEV: modified setup to use setup tools 2020-05-25 19:44:26 +02:00
t2 5f2ecbfc26 Fixing interpolation error
In some spectra there's discrepancy between
the number of points in spectrum (NPT variable),
and real number of points (shape of array)

In this commit we decide that REAL NUMBER is the value we should care about
2019-09-16 15:02:14 +02:00
t2 df5c567482 python 3 compatibility
* removing dataclasses
2019-08-29 00:30:02 +02:00
t2 0afe22aa71 Changing file structure
* block.data -> block_data
* block.parser -> block_parser
* changing version in setup.py
2019-08-28 23:45:28 +02:00
t2 18b3714a3e bruker opus reader new algorithm
* reading all data from spectrum
* reading spectra we were not able to parse in past
* new output data format
* all spectra kinds interpolation
2019-08-28 10:52:15 +02:00
t2 7f8cf1ec8b Minimal version requirements in setup.py and exhaustive listing of pinned versions in requirements.txt. Added matplotlib 2019-02-19 11:16:16 +01:00
t2 b56b8b48a8 Adding dependencies to setup.py
Change-Id: I2f65563ac4ea61dd2dcada8cd0418e418e1ac6e7
2018-11-26 10:37:23 +01:00
t2 2d179bdf29 version bump to 1.2
Change-Id: Id0a6bfa35cfbd05fe23f72a3c5d641dd247e36a6
2018-11-26 10:10:34 +01:00
t2 026b868a09 * Unused functions removed
* More meaningfull field and function names
* Example extended
* Usage section extended

Change-Id: Ib5f8ab7100f3b8a185c6379536f2ec02efee17b5
2018-10-31 12:15:00 +01:00
t2 311d29cf4a Removing hyphens
Change-Id: I40eb4437eb92eed2bafbbe1b8f4da02bfe6aa5f3
2018-07-12 11:37:51 +02:00
t2 66b64a3f0e Preparing package
Change-Id: If0b9a8b9e13f72e44896dc9488e073ddb51b9736
2018-07-11 00:20:47 +02:00
William Wu 29e2cbee21 cosmetics
Change-Id: I661ae0200fa1ccdee849390b76e7f05c0f50545b
2017-10-10 18:11:21 +02:00
t2 aa25d38639 Splitting reading and interpolating into 2 functions
Change-Id: I02ada28a6a04cc6dd91dae1e560eb72ceb3f8987
2017-10-10 13:56:46 +00:00