- 23 Jul, 2021 1 commit
-
-
payno authored
- complete signature to be `run` - fix test - orangecontrib: make inheritance to `Registered` instead of `OWEwoksWidget` Because `OWEwoksWidget` enforce to use the defined ewokstaskclass which is not something we want for now (avoid task associated with gui, processes on threads...)
-
- 21 Jul, 2021 6 commits
-
-
payno authored
-
payno authored
-
payno authored
-
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
OWESRFWidget fir the expected design for the esrf task graph. Creating a OWWidgetTaskExecutor for example
-
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)
-
- 25 Jan, 2021 2 commits
- 21 Dec, 2020 1 commit
-
-
payno authored
-
- 15 Dec, 2020 2 commits
- 08 Dec, 2020 1 commit
-
-
payno authored
-
- 03 Dec, 2020 1 commit
-
-
payno authored
-
- 16 Dec, 2019 2 commits
- 30 Sep, 2019 1 commit
-
-
payno authored
-
- 23 Sep, 2019 1 commit
-
-
payno authored
-
- 13 Sep, 2019 1 commit
-
-
payno authored
-
- 13 Aug, 2019 2 commits
- 08 Aug, 2019 1 commit
-
-
Henri Payno authored
- orange signal 'spectra' is renamed xas_obj - update to the new orange way to define Input and Output - add a converter widget to convert from xas object to data table
-
- 06 Aug, 2019 3 commits
-
-
Henri Payno authored
-
Henri Payno authored
[orangecontrib] update xasobject copies to duplicate the associated h5 file (storing processing flow)
-
Henri Payno authored
[orangecontrib][larch] add a _USE_THREAD variable to skip processing on thread for larch orangewidget for debugging
-
- 05 Aug, 2019 3 commits
-
-
Henri Payno authored
-
Henri Payno authored
-
Henri Payno authored
-
- 01 Aug, 2019 3 commits
- 26 Jul, 2019 1 commit
-
-
payno authored
-
- 25 Jul, 2019 1 commit
-
-
payno authored
-
- 17 Jul, 2019 1 commit
-
-
payno authored
[orangecontrib] rework the display for ft and kweight. kWeight is displaying nothing for the time beeing. Everything is displayed by ft througt to 'spectrum' display: the window and the ftintensity
-
- 09 Jul, 2019 2 commits
- 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
-
- 05 Jul, 2019 2 commits