https://github.com/bast/lorentzian
Convert x-y data to Lorentzians.
https://github.com/bast/lorentzian
Last synced: about 1 year ago
JSON representation
Convert x-y data to Lorentzians.
- Host: GitHub
- URL: https://github.com/bast/lorentzian
- Owner: bast
- License: mpl-2.0
- Created: 2013-08-08T07:52:31.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2017-10-02T15:54:26.000Z (over 8 years ago)
- Last Synced: 2025-01-28T02:42:38.249Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 87.9 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.org/bast/lorentzian/builds)
[](../master/LICENSE)
# lorentzian
Primitive script to convert raw x-y data to Lorentzian shapes.

Example:
```shell
$ python lorentzian.py --xy=example/1.xy --x-min=1000.0 --x-max=1800.0 > example/1.out
```
To see all options:
```shell
$ python lorentzian.py --help
```