Skip to content

0.8.0

Compare
Choose a tag to compare
@CJ-Wright CJ-Wright released this 07 May 20:33
· 39 commits to master since this release

License:

By downloading and using this software you agree to the license here:
https://github.com/xpdAcq/xpdAn/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 xpdan -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:

  • xpdan.startup.instensity_server for tracking positions in 1D patterns
  • peak position and width server
  • intensity server to setup.py
  • stage_blacklist to analysis server, allowing for speedups by not passing
    large arrays back to the proxy.
  • xpdan.vend.callbacks.mpl_plotting.SavePlots callback for saving plots
    when a scan is finished
  • save_folder kwarg for viz server. If provided save figures

Fixed:

  • analysis_server kwargs are properly passed
  • analysis server reuses diffraction pipeline (getting rid of memory issues)