usov_i
0d8a30b995
Fix real indices display and export
2020-11-23 16:45:39 +01:00
usov_i
c602a3df2e
Adapt param study to work with a set of dat files
2020-11-23 16:07:31 +01:00
usov_i
b19b70caae
Add scan_number to dat-file metadata
2020-11-23 10:41:11 +01:00
usov_i
b08f3c27db
Use unified_merge for datasets merging
2020-11-18 13:40:38 +01:00
usov_i
e15f9c9c3e
Clarify terms nb and bi in labels
2020-11-18 13:24:19 +01:00
usov_i
b62573fa09
Add 'param study' tab based on 'ccl integrate' tab
2020-11-18 09:48:50 +01:00
JakHolzer
f7f016cf1c
First draft of new merge function
...
This is the first shot at the new merge function. I didnt wanna rewrite the previous before we agree on this, since I think there will be some changes. Therefore I would like to discuss this first. Since we agreed not to do is as previously, ergo first scan everything and then merge or add, I've tried to do these function recursive. Haven't tested it much, I would like to agree if this would be a good way on how to write it.
2020-11-17 15:25:09 +01:00
usov_i
8c8715b041
Fix #19
2020-11-12 20:35:33 +01:00
JakHolzer
008761e661
Update ccl_io.py
...
Added correction for area_s as well as requested by Romain
2020-11-10 18:39:25 +01:00
usov_i
4343d6e2b6
Refactor area method calculation
2020-11-10 16:20:04 +01:00
usov_i
11e1a6b60c
Avoid num_of_peaks intermediate
2020-11-10 15:32:13 +01:00
usov_i
8be637a7f3
Pin bokeh/2.3
2020-11-10 08:55:48 +01:00
usov_i
4fbfe21e99
Replace fitparam widgets with DataTable solution
2020-11-09 15:50:50 +01:00
usov_i
b5b77d165a
Make sure to put tags only on master branch
2020-11-09 11:18:04 +01:00
usov_i
0e176cb2f3
Deploy only on tags
2020-11-07 00:18:42 +01:00
usov_i
2ba0964e07
Replace travis-ci with github actions
2020-11-06 23:41:52 +01:00
usov_i
b31f359ee7
Updating for version 0.1.3
0.1.3
2020-11-06 15:04:19 +01:00
usov_i
63150a4b19
Build only one noarch package with python >=3.6
2020-11-06 15:03:48 +01:00
usov_i
8d779b11f6
No need for tag message in release script
2020-11-06 13:26:41 +01:00
usov_i
b2d603b3c5
Add matplotlib and pandas as deps
2020-11-06 11:44:28 +01:00
usov_i
2ddb0a668a
Switch build to noarch package
2020-11-06 10:29:43 +01:00
usov_i
de81f2fd9f
Move cli.py into app folder
2020-11-06 10:28:43 +01:00
usov_i
b2fc2d604a
Updating for version 0.1.2
0.1.2
2020-11-05 17:27:42 +01:00
usov_i
78096efcef
Simplify ccl_io functions
2020-11-05 17:23:07 +01:00
usov_i
5b0f97959e
Simplify lorentz correction calculation
2020-11-05 15:48:02 +01:00
usov_i
8fb1c5f247
Fix lorentz correction
2020-11-05 15:00:07 +01:00
usov_i
58641ab94f
Fix #17
2020-11-05 14:55:25 +01:00
usov_i
a6bcb8ffa1
Strip proposal number string
2020-11-02 16:28:17 +01:00
usov_i
7b6e6bf396
Update prints in fitting functions
2020-11-02 16:20:02 +01:00
usov_i
45f295fcf8
Add pyzebra handler
...
* allow user to specify anatric path
2020-11-02 15:41:15 +01:00
usov_i
3c58fd2102
Add Lorentz Correction toggle
2020-11-02 13:54:38 +01:00
usov_i
abbaded278
Allow direct edit of export flag in scan_table
2020-11-02 12:07:24 +01:00
usov_i
fbe992c901
Deduplicate database initialization code
2020-11-02 10:50:07 +01:00
usov_i
dec282d1b7
Simplify peakfind and fit params handling
2020-11-02 10:31:28 +01:00
usov_i
4429823629
Simplify scan selection updates
2020-11-02 10:15:47 +01:00
usov_i
80fddb514a
Avoid selection of multiple indicies
2020-11-02 09:40:48 +01:00
usov_i
cfe9832c1e
Allow projection colormap values to be floats
2020-10-30 16:23:00 +01:00
usov_i
fd942672df
Rename number_of_measurements -> n_points
2020-10-30 15:58:47 +01:00
usov_i
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
usov_i
ce608f1b49
Allow manual data removal from export
2020-10-27 14:48:58 +01:00
usov_i
3eaf54eda3
Combine comm_export and load_1D modules
2020-10-27 13:24:31 +01:00
usov_i
a496267a9d
Simplify check for hkl/real indices
2020-10-27 11:55:56 +01:00
usov_i
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
usov_i
b28fe39bbb
Introduce experimental merge of 2 datasets
2020-10-26 16:47:28 +01:00
usov_i
42c6e6b921
Fix imports and indentation
2020-10-26 16:37:03 +01:00