588 Commits

Author SHA1 Message Date
45f295fcf8 Add pyzebra handler
* allow user to specify anatric path
2020-11-02 15:41:15 +01:00
3c58fd2102 Add Lorentz Correction toggle 2020-11-02 13:54:38 +01:00
abbaded278 Allow direct edit of export flag in scan_table 2020-11-02 12:07:24 +01:00
fbe992c901 Deduplicate database initialization code 2020-11-02 10:50:07 +01:00
dec282d1b7 Simplify peakfind and fit params handling 2020-11-02 10:31:28 +01:00
4429823629 Simplify scan selection updates 2020-11-02 10:15:47 +01:00
80fddb514a Avoid selection of multiple indicies 2020-11-02 09:40:48 +01:00
cfe9832c1e Allow projection colormap values to be floats 2020-10-30 16:23:00 +01:00
fd942672df Rename number_of_measurements -> n_points 2020-10-30 15:58:47 +01:00
60cb733ca7 Remove ccl_dict_operations.py 2020-10-30 15:58:47 +01:00
JakHolzer
7c2ecef56d
Fix #16
Added a line that in case of not running the peak finder prior to the fit creates empty list of peak positions, ergo it behaves like no peak scenario
2020-10-30 15:53:25 +01:00
JakHolzer
468f33e606
Update ccl_io.py
Added try except for mag_field, since some of the data dont have this value and script fails.
2020-10-30 14:10:01 +01:00
JakHolzer
dbc643aba9
Update param_study_moduls.py
Updated the create_dataframe and added function called variables, which tries to decide which variables to plot in parametric study and q scans. Works good for primary variable (usually om), and reduces the secondary (slice variable, temperature, mag.field,...) variables to a few candidates from which one has to be picked. In one set for param study, it identified all parameters correctly, in q scan, the temperature varied as well as H index, so technically both could be used, but only one makes sense and that will have to be picked by user.
2020-10-30 11:45:24 +01:00
JakHolzer
0856705024
Update ccl_findpeaks.py
Added one more parameter "variable", so we can use the function also for other scans than omega, will be necessary in param study and should not influence the ccl integration hopefully.
2020-10-30 11:30:37 +01:00
ce608f1b49 Allow manual data removal from export 2020-10-27 14:48:58 +01:00
3eaf54eda3 Combine comm_export and load_1D modules 2020-10-27 13:24:31 +01:00
a496267a9d Simplify check for hkl/real indices 2020-10-27 11:55:56 +01:00
1a3ebfbcbd Keep scan_number as a part of scan dict 2020-10-27 11:22:06 +01:00
JakHolzer
7bcb23c1bd
Temporary bug fix
Rest in the email.
2020-10-26 21:05:27 +01:00
b28fe39bbb Introduce experimental merge of 2 datasets 2020-10-26 16:47:28 +01:00
42c6e6b921 Fix imports and indentation 2020-10-26 16:37:03 +01:00
dba2dc6149 Add bin size widget 2020-10-26 15:54:49 +01:00
a0c9b0162b Add pan/zoom tools 2020-10-26 15:22:52 +01:00
00b0c2d708 Updating for version 0.1.1 0.1.1 2020-10-23 16:58:14 +02:00
4ae8890bb8 Merge branch 'det1d' 2020-10-23 16:56:25 +02:00
JakHolzer
430ffc2caa
Generalized fitting function
This is first idea how the function could work. Use should be the same as previous one but we need to find a way how to pass parameters to the function. There is a new parameter called variable, which should choose the x coordinate, since "om" might not be the only axis here. Function does not change the initial dictionary yet, but process will be the same as in the first one. It is still not clear how the peaks should be reported, more so what to report in case of two overlapping peaks (same goes for numerical integration), but the process will be similar to the fitvol2. The function can be used, but is posted here for a reason of discussion and finding the best way of passing the parameters.
2020-10-23 16:45:04 +02:00
aee5c82925 Add colormap controls to proj plots 2020-10-23 15:58:06 +02:00
7e16ea0fea Make magnetic field and temperature optional 2020-10-23 15:35:15 +02:00
JakHolzer
6ff1b2b54f
Update param_study_moduls.py
meas to scan
2020-10-23 15:19:08 +02:00
JakHolzer
6099df650b
Update param_study_moduls.py
Updated parametric study module with merging, adding etc...
2020-10-23 10:23:46 +02:00
JakHolzer
0347566aeb
Update comm_export.py
fixed the order of hkls
2020-10-22 15:16:40 +02:00
32d75988b7 Updating for version 0.1.0 0.1.0 2020-10-22 13:32:08 +02:00
a59b625f22 Add setup.py 2020-10-22 13:31:52 +02:00
f88ad06221 Add make_release script 2020-10-22 13:19:11 +02:00
ec4696ab9c Merge branch 'det1d' 2020-10-22 12:07:37 +02:00
ee788ab48a Fix image not updating 2020-10-22 12:05:33 +02:00
7bc0ec0438 Display omega in hovertool 2020-10-22 12:05:33 +02:00
199f8d9f61 Use 'scan' instead of 'meas' for array of counts 2020-10-22 12:03:19 +02:00
b204758523 Add hkl indices to scan table 2020-10-22 11:43:52 +02:00
44e461f180 Make found peaks more visible 2020-10-22 11:29:32 +02:00
0c38f9b2d7 Display std dev for counts 2020-10-22 11:02:00 +02:00
784058b54e Reapply changes 2020-10-22 10:36:04 +02:00
db785380ba Revert "Update load_1D.py"
This reverts commit f79553c1ba4135acbd7f758d5071e57757b31d98.
2020-10-22 10:28:48 +02:00
JakHolzer
70abb97cb6
Update load_1D.py
Correcting my stupidity
2020-10-21 19:11:24 +02:00
JakHolzer
f79553c1ba
Update load_1D.py
Added angles from meta to each scan, try except to try to get hkl from title
2020-10-21 14:46:03 +02:00
JakHolzer
31335b398b
Update load_1D.py
Replaced the "1" to 1 in dat part
2020-10-21 14:31:23 +02:00
2791adea91 Fix image not updating 2020-10-21 14:04:53 +02:00
JakHolzer
9783e5e7aa
Update param_study_moduls.py
Should work with new dict keys
2020-10-21 14:00:09 +02:00
8361fac5c3 Revert "Display omega in hovertool"
This reverts commit 48efa93234cd76553a11a2441e27c676ae915826.
2020-10-21 13:25:26 +02:00
3980e7abd0 Add fit results to the table 2020-10-20 13:56:54 +02:00