8000 GitHub - aglowacki/xfluo: a repository for xray fluorescence data processing
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

aglowacki/xfluo

 
 

Repository files navigation

Documentation

Features

  • X-ray fluorescence data processing.

Pre-requisites

Create a python 3.7 conda environment:

$ conda create -n py37 python=3.7
$ source activate py37

Make sure that the packages listed in the requirements.txt file are installed using

$ conda install -c conda-forge dxchange
$ conda install -c conda-forge ... 

Installation

$ git clone https://github.com/tomography/xfluo.git
$ cd xfluo
$ python setup.py install

in the prepared virtualenv or as root for system-wide installation.

Usage

You can run xfluo using a command line, for a full list of options use:

$ bin/xfluo gui -h

or a GUI with:

$ bin/xfluo gui
If your python installation is in a location different from #!/usr/bin/env python please edit the first line of the bin/xfluo file to match yours.

You can also load configuration parameters from a configuration file called xfluo.conf. You can create a template with

$ xfluo init

Contribute

License

The project is licensed under the BSD-3 <https://github.com/tomography/xfluo/blob/master/LICENSE.txt>_ license.

About

a repository for xray fluorescence data processing

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.8%
  • Other 0.2%
0