- 21 Jul, 2021 4 commits
-
-
payno authored
- rename `process` to `run` and - replace output.var_namevar.value by outputs.var_name and input.var_namevar.value by inputs.var_name - _INPUT_NAMES and _OUTPUT_NAMES where missing (larch processes...)
-
payno authored
update value from list to set
-
payno authored
For now process is always call. When call from workflow_concept it insure the input has benn provided previously. Otherwise you should provide the xas_object. It might evolve with time. Add some simple unit test to insure an orangecontrib est workflow can be converted to a graph and a graph to an est workflow. Add test to insure we can execute it as well Make `Process` inherit from Task Create a OWESRFWidget which inherit from OWWidget and implement stuff for the task graph.
-
payno authored
processing source code used: input_ows_file = "..." from esrf2orange3.owsconvert import ows_to_esrf, esrf_to_ows from esrftaskgraph.graph import TaskGraph graph = ows_to_esrf(input_ows_file)
-
- 22 Jan, 2021 1 commit
-
-
payno authored
In fact instead of having to repeat those definitions n times we should have some king of a database defining those once for all
-
- 18 Jan, 2021 1 commit
-
-
payno authored
-
- 08 Jan, 2021 2 commits
- 07 Jan, 2021 1 commit
-
-
payno authored
-
- 15 Dec, 2020 2 commits
- 14 Dec, 2020 1 commit
-
-
payno authored
- refactor types to create submodule - Spectra is now a class instead of a simple list from XasObject - Spectra contains data which is a numpy ndarray of Spectrum. This was it is simpler to reshape it andd should offer some flexibility for the futures. - this is the main PR but several smaller one are expected to come for cleaning...
-
- 07 Dec, 2020 1 commit
-
-
payno authored
-
- 03 Dec, 2020 1 commit
-
-
payno authored
-
- 16 Dec, 2019 2 commits
-
-
payno authored
There was a bug when saving ft.radius... that can be nan or numpy array. When try to save it as a numpy array then it ends up as an array of dtype 'object'. So to fix it we now store this as a dictionnary. And we add a try-except section when saving keys if return in the future is unsafe for hdf5.
-
payno authored
-
- 23 Sep, 2019 1 commit
-
-
payno authored
-
- 13 Aug, 2019 2 commits
- 08 Aug, 2019 1 commit
-
-
Henri Payno authored
-
- 07 Aug, 2019 2 commits
-
-
Henri Payno authored
-
Henri Payno authored
-
- 06 Aug, 2019 1 commit
-
-
Henri Payno authored
-
- 25 Jul, 2019 2 commits
-
-
payno authored
- 18 Jul, 2019 1 commit
-
-
payno authored
-
- 17 Jul, 2019 2 commits
- 16 Jul, 2019 2 commits
- 11 Jul, 2019 1 commit
-
-
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.
-
- 09 Jul, 2019 1 commit
-
-
payno authored
-
- 08 Jul, 2019 2 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
- 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
-
- 03 Jul, 2019 2 commits
- 28 Jun, 2019 1 commit
-
- 27 Jun, 2019 3 commits