majoplot 0.1.8__tar.gz → 0.1.9__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {majoplot-0.1.8 → majoplot-0.1.9}/PKG-INFO +1 -1
- {majoplot-0.1.8 → majoplot-0.1.9}/pyproject.toml +1 -1
- {majoplot-0.1.8 → majoplot-0.1.9}/src/majoplot/domain/importers/PPMS_Resistivity.py +3 -3
- {majoplot-0.1.8 → majoplot-0.1.9}/src/majoplot/domain/scenarios/PPMS_Resistivity/RT.py +5 -5
- {majoplot-0.1.8 → majoplot-0.1.9}/uv.lock +1 -1
- {majoplot-0.1.8 → majoplot-0.1.9}/.gitignore +0 -0
- {majoplot-0.1.8 → majoplot-0.1.9}/LICENSE +0 -0
- {majoplot-0.1.8 → majoplot-0.1.9}/README.md +0 -0
- {majoplot-0.1.8 → majoplot-0.1.9}/README.zh-CN.md +0 -0
- {majoplot-0.1.8 → majoplot-0.1.9}/TODO.md +0 -0
- {majoplot-0.1.8 → majoplot-0.1.9}/doc.zh-CN/Label.md +0 -0
- {majoplot-0.1.8 → majoplot-0.1.9}/doc.zh-CN/interactive_steps.md +0 -0
- {majoplot-0.1.8 → majoplot-0.1.9}/doc.zh-CN/main_design.md +0 -0
- {majoplot-0.1.8 → majoplot-0.1.9}/doc.zh-CN/note_of_labtalk.md +0 -0
- {majoplot-0.1.8 → majoplot-0.1.9}/src/majoplot/__init__.py +0 -0
- {majoplot-0.1.8 → majoplot-0.1.9}/src/majoplot/__main__.py +0 -0
- {majoplot-0.1.8 → majoplot-0.1.9}/src/majoplot/app/__init__.py +0 -0
- {majoplot-0.1.8 → majoplot-0.1.9}/src/majoplot/app/cli.py +0 -0
- {majoplot-0.1.8 → majoplot-0.1.9}/src/majoplot/app/gui.py +0 -0
- {majoplot-0.1.8 → majoplot-0.1.9}/src/majoplot/config.json +0 -0
- {majoplot-0.1.8 → majoplot-0.1.9}/src/majoplot/domain/base.py +0 -0
- {majoplot-0.1.8 → majoplot-0.1.9}/src/majoplot/domain/importers/VSM.py +0 -0
- {majoplot-0.1.8 → majoplot-0.1.9}/src/majoplot/domain/importers/XRD.py +0 -0
- {majoplot-0.1.8 → majoplot-0.1.9}/src/majoplot/domain/muti_axes_spec.py +0 -0
- {majoplot-0.1.8 → majoplot-0.1.9}/src/majoplot/domain/scenarios/VSM/ChiT.py +0 -0
- {majoplot-0.1.8 → majoplot-0.1.9}/src/majoplot/domain/scenarios/VSM/ChiT_onlyZFC.py +0 -0
- {majoplot-0.1.8 → majoplot-0.1.9}/src/majoplot/domain/scenarios/VSM/MT.py +0 -0
- {majoplot-0.1.8 → majoplot-0.1.9}/src/majoplot/domain/scenarios/VSM/MT_insert.py +0 -0
- {majoplot-0.1.8 → majoplot-0.1.9}/src/majoplot/domain/scenarios/VSM/MT_origin.py +0 -0
- {majoplot-0.1.8 → majoplot-0.1.9}/src/majoplot/domain/scenarios/VSM/MT_reliability_analysis.py +0 -0
- {majoplot-0.1.8 → majoplot-0.1.9}/src/majoplot/domain/scenarios/XRD/Compare.py +0 -0
- {majoplot-0.1.8 → majoplot-0.1.9}/src/majoplot/domain/utils.py +0 -0
- {majoplot-0.1.8 → majoplot-0.1.9}/src/majoplot/gui/__init__.py +0 -0
- {majoplot-0.1.8 → majoplot-0.1.9}/src/majoplot/gui/main.py +0 -0
- {majoplot-0.1.8 → majoplot-0.1.9}/src/majoplot/infra/plotters/matplot.py +0 -0
- {majoplot-0.1.8 → majoplot-0.1.9}/src/majoplot/infra/plotters/origin.py +0 -0
- {majoplot-0.1.8 → majoplot-0.1.9}/src/majoplot/infra/plotters/origin_utils/originlab_type_library.py +0 -0
- {majoplot-0.1.8 → majoplot-0.1.9}/tests/README.md +0 -0
- {majoplot-0.1.8 → majoplot-0.1.9}/tests/conftest.py +0 -0
- {majoplot-0.1.8 → majoplot-0.1.9}/tests/domain/test_data_ignore_outliers.py +0 -0
- {majoplot-0.1.8 → majoplot-0.1.9}/tests/domain/test_insert_axes_spec.py +0 -0
- {majoplot-0.1.8 → majoplot-0.1.9}/tests/domain/test_labeldict_group.py +0 -0
- {majoplot-0.1.8 → majoplot-0.1.9}/tests/domain/test_labelvalue.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: majoplot
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.9
|
|
4
4
|
Summary: Automates scenario-specific data preprocessing and plotting workflows for condensed-matter physics labs (OriginLab COM backend + Matplotlib for preview).
|
|
5
5
|
Project-URL: Homepage, https://github.com/ponyofshadows/majoplot
|
|
6
6
|
Project-URL: Source, https://github.com/ponyofshadows/majoplot
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "majoplot"
|
|
3
|
-
version = "0.1.
|
|
3
|
+
version = "0.1.9"
|
|
4
4
|
description = "Automates scenario-specific data preprocessing and plotting workflows for condensed-matter physics labs (OriginLab COM backend + Matplotlib for preview)."
|
|
5
5
|
readme = "README.md"
|
|
6
6
|
requires-python = ">=3.11"
|
|
@@ -15,9 +15,9 @@ ROW_HEADERS = 32
|
|
|
15
15
|
|
|
16
16
|
T = "Temperature (K)"
|
|
17
17
|
H = "Magnetic Field (Oe)"
|
|
18
|
-
R1, I1 = "Bridge 1
|
|
19
|
-
R2, I2 = "Bridge 2
|
|
20
|
-
R3, I3 = "Bridge 3
|
|
18
|
+
R1, I1 = "Bridge 1 Resistance (Ohms)", "Bridge 1 Excitation (uA)"
|
|
19
|
+
R2, I2 = "Bridge 2 Resistance (Ohms)", "Bridge 2 Excitation (uA)"
|
|
20
|
+
R3, I3 = "Bridge 3 Resistance (Ohms)", "Bridge 3 Excitation (uA)"
|
|
21
21
|
|
|
22
22
|
class PPMS_Resistivity:
|
|
23
23
|
instrument = "PPMS"
|
|
@@ -7,11 +7,11 @@ FIGSIZE = (8, 6)
|
|
|
7
7
|
|
|
8
8
|
T = "Temperature (K)"
|
|
9
9
|
H = "Magnetic Field (Oe)"
|
|
10
|
-
R = "
|
|
10
|
+
R = "Resistance (Ohms)"
|
|
11
11
|
RI ={
|
|
12
|
-
1: {"R":"Bridge 1
|
|
13
|
-
2: {"R":"Bridge 2
|
|
14
|
-
3: {"R":"Bridge 3
|
|
12
|
+
1: {"R":"Bridge 1 Resistance (Ohms)", "I":"Bridge 1 Excitation (uA)"},
|
|
13
|
+
2: {"R":"Bridge 2 Resistance (Ohms)", "I":"Bridge 2 Excitation (uA)"},
|
|
14
|
+
3: {"R":"Bridge 3 Resistance (Ohms)", "I":"Bridge 3 Excitation (uA)"},
|
|
15
15
|
}
|
|
16
16
|
|
|
17
17
|
class RT:
|
|
@@ -77,7 +77,7 @@ class RT:
|
|
|
77
77
|
labels=labels,
|
|
78
78
|
_headers=_headers,
|
|
79
79
|
points=s_points[:,0:2],
|
|
80
|
-
ignore_outliers=IgnoreOutlierSpec(min_gap_base=1e-
|
|
80
|
+
ignore_outliers=IgnoreOutlierSpec(min_gap_base=1e-4,min_gap_multiple=10),
|
|
81
81
|
))
|
|
82
82
|
|
|
83
83
|
return datas
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{majoplot-0.1.8 → majoplot-0.1.9}/src/majoplot/domain/scenarios/VSM/MT_reliability_analysis.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{majoplot-0.1.8 → majoplot-0.1.9}/src/majoplot/infra/plotters/origin_utils/originlab_type_library.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|