Change Log#
0.6.0: 12/02/2024#
Fix and unify ASCII file support
0.5.5: 16/10/2023#
Restrict h5py<3.10
0.5.4: 10/02/2023#
Sort energies and remove duplicates when loading EXAFS data
0.5.3: 09/24/2023#
Remove sqlalchemy restriction: requires xraylarch >=0.9.71
0.5.2: 07/13/2023#
Fix ewoks task discovery
0.5.1: 07/13/2023#
Fix ewoks task discovery
0.5.0: 06/29/2023#
Fix bug in energy ROI widget
0.4.0: 03/12/2022#
Refactor and fix bugs for production at BM23
0.3.0: 12/04/2021#
version to use zoccalo on BM23
- core:
several minor fix (see !38)
add noise operation
starting saving some plot as results
use h5py 3 instead of 2
0.2.0: 13/08/2019#
est
core
add larch processes:
autobk (est.core.process.larch.autobk)
mback (est.core.process.larch.mback)
mback_norm (est.core.process.larch.mback_norm)
pre_edge (est.core.process.larch.pre_edge)
xftf (est.core.process.larch.xftf)
add roi process: data reduction
move pymca processes to est.core.process.pymca
input / output
add management of .xmu files
app
add reprocessing application: take one .h5 file generated by the est library and reprocess the workflow
orangecontrib
add widgets for larch
larch_autobk
larch_mback
larch_mback_norm
larch_pre_edge
larch_xftf
add roi widget for data reduction
0.1.0#
est
core
add core processes to access the PyMca XASClass main functionnalities
spectra normalization (est.core.process.normalization)
exafs - Extended X-Ray Absorption Fine Structure (est.core.process.exafs)
fourier transform (est.core.process.ft)
weight (est.core.process.weight)
input / output
add function for reading spectra from .dat files
add function for reading spectra and configuration from .h5 files
app
add application to process a .ows file defining a workflow without orange.
input spectra file and output file can be specified.
orangecontrib
add widgets for pymca xas processes
pymca_normalization
pymca_exafs
pymca_ft
pymca_k_weight
add widgets for input and output
xas_input
xas_output