Releases: xpdAcq/xpdAn
0.8.2
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-forgeIf 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 installChangelog:
Added:
None
- Add installation scripts for closed source packages like diffpy.pdfgetx
Changed:
- Use multiprocess in pathos instead of multiprocessing to run the tests for servers
Fixed:
- Update the code to fit the latest version of databroker and ophyd
0.8.1
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-forgeIf 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 installChangelog:
Fixed:
xpdan.vend.callbacks.core.Retrievedoes the right thing when there is no
filledkey
0.8.0
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-forgeIf 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 installChangelog:
Added:
xpdan.startup.instensity_serverfor tracking positions in 1D patterns- peak position and width server
- intensity server to setup.py
stage_blacklistto analysis server, allowing for speedups by not passing
large arrays back to the proxy.xpdan.vend.callbacks.mpl_plotting.SavePlotscallback for saving plots
when a scan is finishedsave_folderkwarg for viz server. If provided save figures
Fixed:
analysis_serverkwargs are properly passed- analysis server reuses diffraction pipeline (getting rid of memory issues)
0.7.0
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-forgeIf 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 installChangelog:
Added:
- Pull detector name from descriptor if possible
- Analysis system for radiograph data processing
- Routers for diffraction and radiograph analysis
zscorekwarg to analysis pipeline
0.6.1
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-forgeIf 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 installChangelog:
Changed:
mayavicallback is accessed via a shim in case it doesn't exist
0.6.0
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-forgeIf 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 installChangelog:
Added:
- Add
inbound_proxy_addressso we can access the publisher at runtime - Add
qoi_serverCLI and module for computing various quantities of interest - Added amorphsivity to QOIs
- Support for 3D pencil beam reconstructions
- Support for Registry backed full field reconstructions
ctPDF_example.pyexample for pencil beam
Changed:
- Use
image_fieldsfor loading the images tomo_example.pyruns on a registry backed detector
Fixed:
- Pencil beam no longer tries to run independent var reconstructions
0.5.2
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-forgeIf 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 installChangelog:
Fixed:
- Image streams specifically listen to the primary event stream
AlignEventStreamwith the raw data listens to the primary event stream
0.5.1
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-forgeIf 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 installChangelog:
Fixed:
- Fix mask overlay order so it isn't delayed
0.5.0
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-forgeIf 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 installChangelog:
Added:
- Units for most reduced data streams (mostly so waterfall can plot them)
- Added
plot_graphto analysis server so we can visualize the graph
Changed:
- Use
dark_frame=Trueto 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_strippedis 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
LiveWaterfallcallback. - Support
original_start_uidsystem - use raw start document time for file naming
0.4.1
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-forgeIf 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