421 Commits

Author SHA1 Message Date
4b9b5d2d53 Deactivate widgets of inactive method 2020-07-08 15:00:33 +02:00
7a6408c1ac Add ReflectionPrinter widget 2020-07-08 14:41:28 +02:00
a39bf95c02 Add dist1 widget 2020-07-08 11:48:03 +02:00
bcc7a5a5de Add crystal widgets 2020-07-08 11:01:42 +02:00
eace31eaf6 Improve FileList widgets 2020-07-08 10:30:40 +02:00
2b080895de Add logfile widgets 2020-07-08 10:19:19 +02:00
bb8c8d7888 Extract calculate_hkl 2020-07-01 16:11:03 +02:00
255dfb55f5 Sort imports 2020-07-01 14:47:23 +02:00
55b226d8ca Trim whitespaces 2020-07-01 14:11:33 +02:00
5f52a80957 Change placeholder types 2020-07-01 13:15:00 +02:00
d7c94d9d61 Add example of restricted spinner value 2020-06-26 18:00:11 +02:00
ac59ee2f86 Handle FileList tag 2020-06-26 17:42:10 +02:00
c37e4f28c0 Fill spinners with numerical values from a config 2020-06-26 10:32:33 +02:00
3e7915b981 Add Spinner stubs for mode parameters 2020-06-18 15:01:54 +02:00
d9924ffc83 Add RadioButtonGroup for operation mode 2020-06-18 10:34:34 +02:00
603ecefcd5 Add panel_anatric in a basic form 2020-06-12 11:44:12 +02:00
fdd9fea7cc Clean unused variables 2020-06-12 10:11:38 +02:00
6e5a943d30 Utility name fix 2020-06-12 09:41:59 +02:00
7cbbfed1cd Import anatric on package level 2020-05-28 14:25:21 +02:00
1e774f71f2 Move data viewer into a separate panel 2020-05-28 11:50:11 +02:00
c6ad0dc34d Add pyzebra cli 2020-05-21 16:57:00 +02:00
8c62e897f6 Move webapp into a separate package 2020-05-21 12:12:34 +02:00
6ce911e642 Add anatric.py 2020-05-21 10:09:19 +02:00
6e59c56a16 Cleanup tools 2020-05-13 15:34:22 +02:00
a8fbcf8345 Use dict for roi selections 2020-05-13 15:05:54 +02:00
18b0066726 Increase size of TextAreaInput 2020-05-13 14:03:38 +02:00
9cd5327d60 Use Select for h5 file list 2020-05-13 11:48:49 +02:00
9deb4a3247 Adapt the order of ROI coordinates 2020-04-23 11:15:39 +02:00
4c628c88d2 Make variable names consistent 2020-04-23 11:12:39 +02:00
6a3ca53de1 apply black formating
Co-authored-by: Ivan Usov <ivan.a.usov@gmail.com>
2020-04-23 10:46:00 +02:00
a287b78245 Use a consistent style of np function calls 2020-04-22 16:48:30 +02:00
0a42a9ee8d Simplify box unpacking 2020-04-22 16:47:22 +02:00
9e82d8f202 Revert "Make input parameters explicit"
This reverts commit 56d33c6165bbf56f8ad889cffe43e4f4fd1a7240.
2020-04-22 16:44:20 +02:00
56d33c6165 Make input parameters explicit 2020-04-22 16:26:43 +02:00
b7903e427e Refactor slice summations 2020-04-22 16:24:06 +02:00
891a620016 subplot in int_box Fix #2 2020-04-22 15:36:22 +02:00
17a23ee7df OZ added the box_int function to the xtal.py library 2020-04-22 10:54:13 +02:00
698593c2a2 Limit number of selections to 1 2020-04-21 11:48:00 +02:00
b145596d03 Add colormapper controls 2020-04-09 16:25:53 +02:00
f3aabbeecb Replace SaveTool with BoxZoomTool 2020-04-09 15:12:52 +02:00
a584be3c08 Add manual selection 2020-04-09 15:06:35 +02:00
af957b052d Bind frame ranges of projection plots 2020-04-09 14:34:37 +02:00
226aa246ba OZ changed xpix ypix 2020-04-07 13:55:33 +02:00
d22e2db89f Simplify matrix mult 2020-03-31 16:45:41 +02:00
e398f0718a Add setup type ("nb" or "nb_bi") 2020-03-31 14:25:16 +02:00
8805740716 Provide a basic hkl hovertool option
TODO: currently, the implementation is slow and includes hkl
calculation for each pixel.
2020-03-31 14:08:54 +02:00
d9fcffe42e Add ang2hkl function
This function is based on angtohkl, but doesn't include prints
2020-03-31 14:07:13 +02:00
f2fad95339 Reshape UB matrix on read 2020-03-31 11:58:26 +02:00
047af1b9f1 Pack detector data/metadata into a dict 2020-03-31 11:30:38 +02:00
a7ae19c5c3 Fix typos in h5 paths
Closes #1
2020-03-31 11:08:49 +02:00