- 17 Jul, 2019 4 commits
- 16 Jul, 2019 10 commits
-
-
payno authored
This require the creation of some helpers to link io and XasObject, this is the goal of xas.core.io.
-
payno authored
-
payno authored
-
payno authored
[core][XasObbject] add `keep_process_flow` parameter to XasObject to automatically associate a temporary file to the XASObject process.
-
payno authored
[core][XasObbject] add copy_process_flow_to function to copy the process flow from the current xasobject to a random hdf5 file
-
payno authored
-
payno authored
-
payno authored
-
payno authored
-
payno authored
-
- 12 Jul, 2019 5 commits
- 11 Jul, 2019 4 commits
-
-
payno authored
-
payno authored
-
payno authored
- now process can take an output and an output_dict for storing the result in a multiprocessing.Proxy object - rework process action to avoid several call to pymca `processSpectrum` function - add an option to XasObject `to_dict` function to simply store raw data (which is the reference), but also to keep processing results to be used later. This is need for the 'non gui' workflow processing which uses a dictionnary instead of a XasObject.
-
- 10 Jul, 2019 4 commits
- 09 Jul, 2019 4 commits
- 08 Jul, 2019 4 commits
-
-
payno authored
[pool process + processing thread] proto - make processing in a pool and start from a separated thread to avoid gui freeze. Move Normalization to multiprocessing.Pool and the call from orange from a dedicated thread and with a QThreadPool. This prevent any gui freeze. For now this is just a prototype. Some thing to do: - create a pool_process that will be inherited from PyMca_normalization and QPyMca_normalization. - generalize this structure for each orange widget.
-
payno authored
[gui] add advancement on the processing See merge request workflow/xas!7
-
payno authored
- create core/progress module which contains `Progress` class used to give some feedback about the advancement - create orangecontrib/progress module to overwrite Progress functions with a QSignal in order to connect this processing to the orange widget. - this require to move all core processing to classes (ft, exafs...) to keep the 'Progress' or 'QProgress' object
-
- 05 Jul, 2019 5 commits
-
-
payno authored
-
payno authored
-
payno authored
-
payno authored
Enable to display a map or the spectrum Spectrums are only displyed with energy and mu at the moment but should evolve with time. Maybe we would like to do the same for the map ???
-
payno authored
[orange add-on] use the XASObjectDialog in the input_xas. Allow to select a .dat file (single spectrum) or spectra from .hdf5
-