35 Commits

Author SHA1 Message Date
09d22e7674 Add default anatric path to pyzebra app cli 2021-05-11 16:27:24 +02:00
415d68b4dc Return empty string for non-present anatric param 2021-05-10 17:29:36 +02:00
00ff4117ea Isolate anatric subprocesses 2021-05-10 17:06:20 +02:00
67853b8db4 Avoid using temp_dir for anatric xml config preview 2021-05-10 16:34:58 +02:00
bd3efd698a Add results output widget for anatric 2021-04-09 14:52:40 +02:00
83a7d607a5 Forward stdout of anatric subprocs to pyzebra app 2021-04-07 17:01:01 +02:00
5eedd14b3f Handle DataFactory for 3 possible detectors 2021-04-07 16:47:48 +02:00
45f295fcf8 Add pyzebra handler
* allow user to specify anatric path
2020-11-02 15:41:15 +01:00
3e256b1707 Reuse data factory impl and printer formats vars 2020-08-31 18:12:17 +02:00
c011bfedbd Add DataFactory implementation 2020-08-31 17:52:53 +02:00
fa4d6ccefc Add support for displacementCurve 2020-07-31 16:57:16 +02:00
6d645d5b48 Add support for filelist ranges 2020-07-29 17:56:58 +02:00
581fb88509 Fix typos in param attrs 2020-07-29 15:13:13 +02:00
d77ee63de4 Fix filelist_type setter not able to set "TRICS" 2020-07-29 15:13:12 +02:00
2bd224683d Initialize AnatricConfig with basic elements 2020-07-29 15:13:03 +02:00
cf3abd97c0 Delete elements on attr value of None or "" 2020-07-29 13:48:12 +02:00
12beb777fe Use anatric full path for easier setup 2020-07-28 21:05:52 +02:00
f73847b0f5 Represent multivar elems as dicts 2020-07-28 15:14:03 +02:00
7cc282ffcd Don't update params with None vals 2020-07-27 17:03:19 +02:00
0e1ca7a465 Handle missing tags in crystal element 2020-07-23 20:43:37 +02:00
dffef86065 Fix newlines for xml elements 2020-07-23 00:00:46 +02:00
899622261b Simplify setters of algorithm params 2020-07-22 23:46:21 +02:00
a4a00f1b67 Simplify getters of algorithm params 2020-07-22 23:30:30 +02:00
73e7eddffa Handle missing xlm elements in algorithm params 2020-07-22 23:11:10 +02:00
2f0535bab5 Convert Algorithm attrs into properties 2020-07-22 21:45:26 +02:00
679f70505b Keep params of algorithms in separate xml elements 2020-07-22 21:26:27 +02:00
e98da2e40c Simpify checks of FileList element 2020-07-15 15:57:59 +02:00
71347327ab Add algorithm property 2020-07-15 15:29:26 +02:00
def7074a23 Convert ReflectionPrinter attrs into properties 2020-07-15 15:11:10 +02:00
008068534b Convert DataFactory attrs into properties 2020-07-15 11:03:10 +02:00
b915f75939 Convert crystal attrs into properties 2020-07-15 10:04:21 +02:00
fc41daa1e6 Convert FileList attrs into properties 2020-07-15 09:35:17 +02:00
2154bffb7d Convert logfile attrs into properties 2020-07-08 16:49:13 +02:00
97d1280df9 Extract anatric config parsing 2020-07-08 16:12:07 +02:00
6ce911e642 Add anatric.py 2020-05-21 10:09:19 +02:00