Skip to content

Commit

Permalink
Merge pull request #71 from pistack/static_thy_improve
Browse files Browse the repository at this point in the history
Static thy improve
  • Loading branch information
pistack authored Aug 6, 2022
2 parents 5a039ed + 773e65c commit 99f6ea3
Show file tree
Hide file tree
Showing 49 changed files with 1,333 additions and 406 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@

[![Documentation Status](https://readthedocs.org/projects/trxasprefitpack/badge/?version=latest)](https://trxasprefitpack.readthedocs.io/en/latest/?badge=latest)

stable version: 0.6.0
current development version: 0.6.x
stable version: 0.6.1

current development version: 0.7.x

Copyright: (C) 2021-2022 Junho Lee (@pistack) (Email: pistack@yonsei.ac.kr)

Expand Down Expand Up @@ -43,6 +44,7 @@ Licence: LGPL3
4. Special fast solver for certain type (sequential decay and lower triangular rate equation) of 1st order rate equation

* res

1. Provides scalar residual function and its gradient for 5 fitting model based on seperation scheme in least square regression.
Such models are

Expand All @@ -52,10 +54,8 @@ Licence: LGPL3
4. Convolution of damped oscillation and (gaussian, cauchy, pseudo voigt approximation) instrumental response function.
5. Sum of above two model.

2. Provides lmfit compatible layer (`res_lmfit`) to directly use vector residual function defined in `TRXASprefitpack` to `lmfit`.
However, currently only supports linear loss function.

* driver

1. Provides driver routine to fit static spectrum with two model based on seperation scheme in least square regression.

1. sum of voigt function, edge and polynomial baseline
Expand Down Expand Up @@ -95,7 +95,7 @@ Licence: LGPL3
* Now type ``pip install .``
* Advanced way (from repository)
* ``git clone https://github.com/pistack/TRXASprefitpack.git``
* ``git checkout v0.6.0``
* ``git checkout v0.6.1``
* ``cd TRXASprefitpack``
* ``python3 -m build``
* ``cd dist``
Expand All @@ -106,4 +106,4 @@ Licence: LGPL3
## Examples

Jupyter notebook examples for ``TRXASprefitpack`` are located in
[example](https://github.com/pistack/TRXASprefitpack-example/tree/v0.6.0)
[example](https://github.com/pistack/TRXASprefitpack-example/tree/v0.6.1)
Loading

0 comments on commit 99f6ea3

Please sign in to comment.