Commit Graph

264 Commits

Author SHA1 Message Date
usov_i 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
usov_i aee5c82925 Add colormap controls to proj plots 2020-10-23 15:58:06 +02:00
usov_i 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
usov_i 32d75988b7 Updating for version 0.1.0 0.1.0 2020-10-22 13:32:08 +02:00
usov_i a59b625f22 Add setup.py 2020-10-22 13:31:52 +02:00
usov_i f88ad06221 Add make_release script 2020-10-22 13:19:11 +02:00
usov_i ec4696ab9c Merge branch 'det1d' 2020-10-22 12:07:37 +02:00
usov_i ee788ab48a Fix image not updating 2020-10-22 12:05:33 +02:00
usov_i 7bc0ec0438 Display omega in hovertool 2020-10-22 12:05:33 +02:00
usov_i 199f8d9f61 Use 'scan' instead of 'meas' for array of counts 2020-10-22 12:03:19 +02:00
usov_i b204758523 Add hkl indices to scan table 2020-10-22 11:43:52 +02:00
usov_i 44e461f180 Make found peaks more visible 2020-10-22 11:29:32 +02:00
usov_i 0c38f9b2d7 Display std dev for counts 2020-10-22 11:02:00 +02:00
usov_i 784058b54e Reapply changes 2020-10-22 10:36:04 +02:00
usov_i db785380ba Revert "Update load_1D.py"
This reverts commit f79553c1ba.
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
usov_i 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
usov_i 8361fac5c3 Revert "Display omega in hovertool"
This reverts commit 48efa93234.
2020-10-21 13:25:26 +02:00
usov_i 3980e7abd0 Add fit results to the table 2020-10-20 13:56:54 +02:00
usov_i b07707b37d Don't stop on measurements with failed fit
Fix #13
2020-10-20 13:56:54 +02:00
usov_i 48efa93234 Display omega in hovertool 2020-10-20 13:56:54 +02:00
JakHolzer 6722ee601e Update fit2.py
moved the check up so it catches it  right after fitting. I think this should solve the problem.
2020-10-20 10:44:01 +02:00
usov_i 0156752686 Add debug script 2020-10-20 10:16:37 +02:00
usov_i 18ba623fd8 Refactor read of counts and clarify d["om"] 2020-10-19 15:41:55 +02:00
usov_i b8731b9e01 Refactor parsing of the first lines in each meas 2020-10-19 15:11:16 +02:00
JakHolzer f62aab74b7 Update load_1D.py
changed the dat part
2020-10-19 15:05:31 +02:00
usov_i 8104c54302 Fix issue reading ccl files with 5 digit counts 2020-10-19 14:19:33 +02:00
usov_i baf4a437d3 Fix integ values not applying in Fit Current 2020-10-16 16:44:25 +02:00
usov_i 6337afb4c3 Allow fitting of measurements without peaks 2020-10-16 16:43:43 +02:00
usov_i 23c8a573d7 Use integer keys for measurements 2020-10-16 15:53:30 +02:00
usov_i 3f8900bf87 Rename "Measurements" to "meas" 2020-10-16 15:30:52 +02:00
usov_i 306958b02a Refactor handling of the result dict 2020-10-16 15:10:20 +02:00
usov_i de0c1b1f4b Fix manual peak_index entry 2020-10-16 14:25:04 +02:00
usov_i db4aabe892 Add vertical spans for integration borders 2020-10-16 12:12:46 +02:00
usov_i cf8f19f6d9 Use omega instead of a range sequence 2020-10-16 12:12:40 +02:00
usov_i c5b0b17cb2 Compact hdf viewer panel 2020-10-16 10:33:46 +02:00
usov_i c04e6fbf1b Replace export_fit checkbox with radiobutton group
The area method is now applying for all measurements
2020-10-15 13:48:03 +02:00
usov_i 29c3b647a9 Add basic display for stdout and bokeh logger 2020-10-14 18:04:19 +02:00
JakHolzer 2e737df2bf Update fit2.py
Second apology, that broke the code in another way, hopefully now its alrigh
2020-10-14 16:43:33 +02:00
JakHolzer 8bf62274c0 Update fit2.py 2020-10-14 16:31:20 +02:00
usov_i 0777d73566 Cleanup, import sort, formatting 2020-10-14 15:32:38 +02:00
JakHolzer 6886279884 Update fit2.py
added abs value to weights just in case
2020-10-13 18:15:20 +02:00
JakHolzer fc70bdcb13 Update fit2.py
fixed the weighted fit
2020-10-13 18:07:47 +02:00