Skip to content

0.5.0

Compare
Choose a tag to compare
@CJ-Wright CJ-Wright released this 30 Jan 15:58
· 137 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:

  • Background scale node
  • Background scale kwarg to cli/process_tiff
  • New example pipeline for parallel operation
  • Added standard deviation nodes
  • Max intensity node
  • Position of max intensity node
  • Tomography pipelines for full-field an ctPDF

Changed:

  • Chunk pipelines so the can be used modularly and instantiated
  • Move from streamz to rapidz
  • Only use tqdm on 'mean' method for binned_outlier
  • Standard deviation is now divided by mean so it is more meaningful
  • Support imports for both pyFAI 0.15 and beyond

Fixed:

  • Orch now deffers the actual installation to the travis top level process