Skip to content

0.6.0

Compare
Choose a tag to compare
@CJ-Wright CJ-Wright released this 27 Feb 20:35
· 104 commits to master since this release

License:

By downloading and using this software you agree to the license here:
https://github.com/xpdAcq/xpdtools/blob/master/LICENSE

Download and Installation:

The package is available on Anaconda

If you are using Anaconda, make sure you are pulling from channel conda-forge
Install the package (If you are using a conda environment make sure to
activate it first):

conda install xpdtools -c conda-forge

If you do not use conda (and we recommend you do) you may download and build
the sources from the links below. Unpack the sources, then in the base
directory type

python setup.py install

Changelog:

Added:

  • Principle Component Analysis pipeline and tooling

Changed:

  • Flatten pencil beam tomo output from (1, x, x) to (x, x)

Fixed:

  • Automatically make the calibration directory
  • Tomo pipeline now has np.nan_to_num before and after reconstruction