Skip to content

0.5.0

Compare
Choose a tag to compare
@CJ-Wright CJ-Wright released this 04 Feb 01:11
· 133 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:

  • Units for most reduced data streams (mostly so waterfall can plot them)
  • Added plot_graph to analysis server so we can visualize the graph

Changed:

  • Use dark_frame=True to determine if a scan is a dark scan. This means
    that scans without darks can now be processed, although they will use the
    most recenlty cached dark.
  • raw_stripped is run first, so all the aligned data can be emitted ASAP.
    This means that data can be saved as soon as it is created, rather than
    waiting for the last data to be processed.
  • Simplified the plotting via the new LiveWaterfall callback.
  • Support original_start_uid system
  • use raw start document time for file naming