Skip to content

a repository for xray fluorescence data processing

License

Notifications You must be signed in to change notification settings

grace227/XRFtomo

 
 

Repository files navigation

Documentation

To be completed

Pre-requisites

Install Anaconda3 and create a python 3.6 conda environment:

$ conda create -n py36 python=3.6
$ source activate py36

add conda channels:

$ conda config --add channels conda-forge
$ conda config --add channels fabriciosm

Installation

Install with:

$ conda install -c fabriciosm xrftomo 

Usage

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

$ bin/xrftomo gui -h

or a GUI with:

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

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

$ xrftomo init
$ or double-click xrftomo_init.sh

Contribute

License

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

About

a repository for xray fluorescence data processing

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.8%
  • Other 0.2%