spinlab 0.0.0__tar.gz → 0.0.2__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.
- spinlab-0.0.2/MANIFEST.in +1 -0
- {spinlab-0.0.0/SpinLab.egg-info → spinlab-0.0.2}/PKG-INFO +2 -1
- {spinlab-0.0.0 → spinlab-0.0.2/SpinLab.egg-info}/PKG-INFO +2 -1
- {spinlab-0.0.0 → spinlab-0.0.2}/SpinLab.egg-info/SOURCES.txt +1 -0
- {spinlab-0.0.0 → spinlab-0.0.2}/pyproject.toml +9 -2
- spinlab-0.0.2/spinlab/config/spinlab.cfg +321 -0
- spinlab-0.0.0/MANIFEST.in +0 -1
- {spinlab-0.0.0 → spinlab-0.0.2}/LICENSE.txt +0 -0
- {spinlab-0.0.0 → spinlab-0.0.2}/README.md +0 -0
- {spinlab-0.0.0 → spinlab-0.0.2}/SpinLab.egg-info/dependency_links.txt +0 -0
- {spinlab-0.0.0 → spinlab-0.0.2}/SpinLab.egg-info/top_level.txt +0 -0
- {spinlab-0.0.0 → spinlab-0.0.2}/setup.cfg +0 -0
- {spinlab-0.0.0 → spinlab-0.0.2}/spinlab/__init__.py +0 -0
- {spinlab-0.0.0 → spinlab-0.0.2}/spinlab/analysis/__init__.py +0 -0
- {spinlab-0.0.0 → spinlab-0.0.2}/spinlab/analysis/hydration.py +0 -0
- {spinlab-0.0.0 → spinlab-0.0.2}/spinlab/analysis/peaks.py +0 -0
- {spinlab-0.0.0 → spinlab-0.0.2}/spinlab/analysis/relaxation_fit.py +0 -0
- {spinlab-0.0.0 → spinlab-0.0.2}/spinlab/analysis/simulate_enhancement_profiles.py +0 -0
- {spinlab-0.0.0 → spinlab-0.0.2}/spinlab/config/__init__.py +0 -0
- {spinlab-0.0.0 → spinlab-0.0.2}/spinlab/config/config.py +0 -0
- {spinlab-0.0.0 → spinlab-0.0.2}/spinlab/constants/__init__.py +0 -0
- {spinlab-0.0.0 → spinlab-0.0.2}/spinlab/constants/constants.py +0 -0
- {spinlab-0.0.0 → spinlab-0.0.2}/spinlab/constants/mrProperties.py +0 -0
- {spinlab-0.0.0 → spinlab-0.0.2}/spinlab/constants/radicalProperties.py +0 -0
- {spinlab-0.0.0 → spinlab-0.0.2}/spinlab/core/__init__.py +0 -0
- {spinlab-0.0.0 → spinlab-0.0.2}/spinlab/core/base.py +0 -0
- {spinlab-0.0.0 → spinlab-0.0.2}/spinlab/core/coord.py +0 -0
- {spinlab-0.0.0 → spinlab-0.0.2}/spinlab/core/data.py +0 -0
- {spinlab-0.0.0 → spinlab-0.0.2}/spinlab/core/ufunc.py +0 -0
- {spinlab-0.0.0 → spinlab-0.0.2}/spinlab/core/util.py +0 -0
- {spinlab-0.0.0 → spinlab-0.0.2}/spinlab/fitting/__init__.py +0 -0
- {spinlab-0.0.0 → spinlab-0.0.2}/spinlab/fitting/general.py +0 -0
- {spinlab-0.0.0 → spinlab-0.0.2}/spinlab/io/__init__.py +0 -0
- {spinlab-0.0.0 → spinlab-0.0.2}/spinlab/io/bes3t.py +0 -0
- {spinlab-0.0.0 → spinlab-0.0.2}/spinlab/io/cnsi.py +0 -0
- {spinlab-0.0.0 → spinlab-0.0.2}/spinlab/io/delta.py +0 -0
- {spinlab-0.0.0 → spinlab-0.0.2}/spinlab/io/h5.py +0 -0
- {spinlab-0.0.0 → spinlab-0.0.2}/spinlab/io/load.py +0 -0
- {spinlab-0.0.0 → spinlab-0.0.2}/spinlab/io/load_csv.py +0 -0
- {spinlab-0.0.0 → spinlab-0.0.2}/spinlab/io/logs.py +0 -0
- {spinlab-0.0.0 → spinlab-0.0.2}/spinlab/io/mat.py +0 -0
- {spinlab-0.0.0 → spinlab-0.0.2}/spinlab/io/power.py +0 -0
- {spinlab-0.0.0 → spinlab-0.0.2}/spinlab/io/prospa.py +0 -0
- {spinlab-0.0.0 → spinlab-0.0.2}/spinlab/io/random.py +0 -0
- {spinlab-0.0.0 → spinlab-0.0.2}/spinlab/io/rs2d.py +0 -0
- {spinlab-0.0.0 → spinlab-0.0.2}/spinlab/io/save.py +0 -0
- {spinlab-0.0.0 → spinlab-0.0.2}/spinlab/io/specman.py +0 -0
- {spinlab-0.0.0 → spinlab-0.0.2}/spinlab/io/tnmr.py +0 -0
- {spinlab-0.0.0 → spinlab-0.0.2}/spinlab/io/topspin.py +0 -0
- {spinlab-0.0.0 → spinlab-0.0.2}/spinlab/io/vna.py +0 -0
- {spinlab-0.0.0 → spinlab-0.0.2}/spinlab/io/vnmrj.py +0 -0
- {spinlab-0.0.0 → spinlab-0.0.2}/spinlab/io/winepr.py +0 -0
- {spinlab-0.0.0 → spinlab-0.0.2}/spinlab/math/__init__.py +0 -0
- {spinlab-0.0.0 → spinlab-0.0.2}/spinlab/math/lineshape.py +0 -0
- {spinlab-0.0.0 → spinlab-0.0.2}/spinlab/math/pulses.py +0 -0
- {spinlab-0.0.0 → spinlab-0.0.2}/spinlab/math/relaxation.py +0 -0
- {spinlab-0.0.0 → spinlab-0.0.2}/spinlab/math/window.py +0 -0
- {spinlab-0.0.0 → spinlab-0.0.2}/spinlab/plotting/__init__.py +0 -0
- {spinlab-0.0.0 → spinlab-0.0.2}/spinlab/plotting/colors.py +0 -0
- {spinlab-0.0.0 → spinlab-0.0.2}/spinlab/plotting/general.py +0 -0
- {spinlab-0.0.0 → spinlab-0.0.2}/spinlab/plotting/image.py +0 -0
- {spinlab-0.0.0 → spinlab-0.0.2}/spinlab/plotting/stack_plot.py +0 -0
- {spinlab-0.0.0 → spinlab-0.0.2}/spinlab/processing/__init__.py +0 -0
- {spinlab-0.0.0 → spinlab-0.0.2}/spinlab/processing/align.py +0 -0
- {spinlab-0.0.0 → spinlab-0.0.2}/spinlab/processing/apodization.py +0 -0
- {spinlab-0.0.0 → spinlab-0.0.2}/spinlab/processing/average.py +0 -0
- {spinlab-0.0.0 → spinlab-0.0.2}/spinlab/processing/conversion.py +0 -0
- {spinlab-0.0.0 → spinlab-0.0.2}/spinlab/processing/fft.py +0 -0
- {spinlab-0.0.0 → spinlab-0.0.2}/spinlab/processing/helpers.py +0 -0
- {spinlab-0.0.0 → spinlab-0.0.2}/spinlab/processing/integration.py +0 -0
- {spinlab-0.0.0 → spinlab-0.0.2}/spinlab/processing/interpolation.py +0 -0
- {spinlab-0.0.0 → spinlab-0.0.2}/spinlab/processing/offset.py +0 -0
- {spinlab-0.0.0 → spinlab-0.0.2}/spinlab/processing/phase.py +0 -0
- {spinlab-0.0.0 → spinlab-0.0.2}/spinlab/reporting/__init__.py +0 -0
- {spinlab-0.0.0 → spinlab-0.0.2}/spinlab/version.py +0 -0
- {spinlab-0.0.0 → spinlab-0.0.2}/spinlab/widgets/__init__.py +0 -0
- {spinlab-0.0.0 → spinlab-0.0.2}/spinlab/widgets/align_widget.py +0 -0
- {spinlab-0.0.0 → spinlab-0.0.2}/spinlab/widgets/phase_widget.py +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
include spinlab/config/spinlab.cfg
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: spinlab
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.2
|
|
4
4
|
Summary: SpinLab - Bringing the Power of Python to NMR-EPR Spectroscopy
|
|
5
5
|
License-Expression: MIT
|
|
6
6
|
Keywords: ODNP,DNP,Spin,NMR,EPR
|
|
7
7
|
Classifier: Development Status :: 3 - Alpha
|
|
8
8
|
Classifier: Programming Language :: Python :: 3.10
|
|
9
9
|
Classifier: Programming Language :: Python :: 3.11
|
|
10
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
10
11
|
Requires-Python: >=3.10
|
|
11
12
|
Description-Content-Type: text/markdown
|
|
12
13
|
License-File: LICENSE.txt
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: spinlab
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.2
|
|
4
4
|
Summary: SpinLab - Bringing the Power of Python to NMR-EPR Spectroscopy
|
|
5
5
|
License-Expression: MIT
|
|
6
6
|
Keywords: ODNP,DNP,Spin,NMR,EPR
|
|
7
7
|
Classifier: Development Status :: 3 - Alpha
|
|
8
8
|
Classifier: Programming Language :: Python :: 3.10
|
|
9
9
|
Classifier: Programming Language :: Python :: 3.11
|
|
10
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
10
11
|
Requires-Python: >=3.10
|
|
11
12
|
Description-Content-Type: text/markdown
|
|
12
13
|
License-File: LICENSE.txt
|
|
@@ -19,6 +19,7 @@ spinlab/analysis/relaxation_fit.py
|
|
|
19
19
|
spinlab/analysis/simulate_enhancement_profiles.py
|
|
20
20
|
spinlab/config/__init__.py
|
|
21
21
|
spinlab/config/config.py
|
|
22
|
+
spinlab/config/spinlab.cfg
|
|
22
23
|
spinlab/constants/__init__.py
|
|
23
24
|
spinlab/constants/constants.py
|
|
24
25
|
spinlab/constants/mrProperties.py
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "spinlab"
|
|
3
|
-
version = "0.0.
|
|
3
|
+
version = "0.0.2"
|
|
4
4
|
description = "SpinLab - Bringing the Power of Python to NMR-EPR Spectroscopy"
|
|
5
5
|
readme = "README.md"
|
|
6
6
|
requires-python = ">=3.10"
|
|
@@ -8,14 +8,21 @@ classifiers = [
|
|
|
8
8
|
"Development Status :: 3 - Alpha",
|
|
9
9
|
"Programming Language :: Python :: 3.10",
|
|
10
10
|
"Programming Language :: Python :: 3.11",
|
|
11
|
+
"Programming Language :: Python :: 3.12",
|
|
11
12
|
]
|
|
12
13
|
license = "MIT"
|
|
13
14
|
license-files = ["LICENSE.txt"]
|
|
14
15
|
keywords = ["ODNP", "DNP", "Spin", "NMR", "EPR"]
|
|
15
16
|
|
|
16
17
|
[tool.setuptools.packages.find]
|
|
17
|
-
include = ["spinlab*"]
|
|
18
|
+
include = ["spinlab*", "spinlab"]
|
|
18
19
|
|
|
19
20
|
[build-system]
|
|
20
21
|
requires = ["setuptools", "numpy >= 2.0.0", "scipy>=1.14.0", "matplotlib>=3.9.0", "h5py>=3.11.0"]
|
|
21
22
|
build-backend = "setuptools.build_meta"
|
|
23
|
+
|
|
24
|
+
[tool.setuptools]
|
|
25
|
+
include-package-data = true
|
|
26
|
+
|
|
27
|
+
[tool.setuptools.package-data]
|
|
28
|
+
mypkg = ["*.cfg"]
|
|
@@ -0,0 +1,321 @@
|
|
|
1
|
+
[COLORS]
|
|
2
|
+
|
|
3
|
+
# Bruker Color Scheme
|
|
4
|
+
primary1 = #054169
|
|
5
|
+
primary2 = #0071BC
|
|
6
|
+
secondary1 = #737373
|
|
7
|
+
secondary2 = #A0A0A0
|
|
8
|
+
accent = #FF9300
|
|
9
|
+
|
|
10
|
+
# Legacy Bridge12 Color Scheme
|
|
11
|
+
# primary1 = #46812B
|
|
12
|
+
# primary2 = #67AE3E
|
|
13
|
+
# secondary1 = #4D4D4F
|
|
14
|
+
# secondary2 = #A7A9AC
|
|
15
|
+
# accent = #F37021
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
[SI_SCALING]
|
|
19
|
+
T = 1e12
|
|
20
|
+
G = 1e9
|
|
21
|
+
M = 1e6
|
|
22
|
+
k = 1e3
|
|
23
|
+
mm = 1e-3
|
|
24
|
+
u = 1e-6
|
|
25
|
+
n = 1e-9
|
|
26
|
+
p = 1e-12
|
|
27
|
+
|
|
28
|
+
[UNITS]
|
|
29
|
+
|
|
30
|
+
units = [T, G, Hz, s, K, J, A, V, W]
|
|
31
|
+
|
|
32
|
+
[CORE]
|
|
33
|
+
|
|
34
|
+
SpinData_max_print_attrs = 5
|
|
35
|
+
SpinData_print_values = False
|
|
36
|
+
|
|
37
|
+
[PLOTTING]
|
|
38
|
+
|
|
39
|
+
forwarded_pyplot_plots = [ semilogy, semilogx, polar, loglog, scatter, errorbar, step ]
|
|
40
|
+
fancyplot_label = FANCY_PLOT
|
|
41
|
+
fontsize_xlabel = 14
|
|
42
|
+
fontsize_ylabel = 14
|
|
43
|
+
|
|
44
|
+
[FANCY_PLOT:saturation_recovery]
|
|
45
|
+
|
|
46
|
+
ax.set_xlabel= Evolution Time T1 [s], fontsize = 14
|
|
47
|
+
ax.set_ylabel = Signal Intensity (a.u.), fontsize = 14
|
|
48
|
+
ax.set_title= Saturation Recovery
|
|
49
|
+
__marker = o
|
|
50
|
+
__fillstyle = none
|
|
51
|
+
|
|
52
|
+
[FANCY_PLOT:polarization_buildup]
|
|
53
|
+
|
|
54
|
+
ax.set_xlabel= Contact Time t$_c$ [s], fontsize = 14
|
|
55
|
+
ax.set_ylabel = Signal Intensity (a.u.), fontsize = 14
|
|
56
|
+
ax.set_title= Polarization Build-Up
|
|
57
|
+
__marker = o
|
|
58
|
+
__fillstyle = none
|
|
59
|
+
|
|
60
|
+
[FANCY_PLOT:sl_enhancement_profile_f]
|
|
61
|
+
|
|
62
|
+
ax.set_xlabel= Frequency [GHz], fontsize = 14
|
|
63
|
+
ax.set_ylabel = Spin Intensity (a.u.), fontsize = 14
|
|
64
|
+
ax.set_title= Spin Enhancement Profile
|
|
65
|
+
|
|
66
|
+
[FANCY_PLOT:eldor_profile]
|
|
67
|
+
|
|
68
|
+
ax.set_xlabel= Frequency [GHz], fontsize = 14
|
|
69
|
+
ax.set_ylabel = ELDOR Intensity (a.u.), fontsize = 14
|
|
70
|
+
ax.set_title= ELDOR Spectrum
|
|
71
|
+
|
|
72
|
+
[FANCY_PLOT:echo_decay]
|
|
73
|
+
|
|
74
|
+
ax.set_xlabel= Decay Time [s], fontsize = 14
|
|
75
|
+
ax.set_ylabel = Signal Intensity (a.u.), fontsize = 14
|
|
76
|
+
ax.set_title= Echo Decay
|
|
77
|
+
__marker = o
|
|
78
|
+
__fillstyle = none
|
|
79
|
+
|
|
80
|
+
[FANCY_PLOT:enhancements_P]
|
|
81
|
+
|
|
82
|
+
dim = Power
|
|
83
|
+
ax.set_xlabel= Microwave Power (dBm), fontsize = 14
|
|
84
|
+
ax.set_ylabel = Spin Enhancements, fontsize = 14
|
|
85
|
+
ax.set_title= Spin Enhancement Power Build-Up
|
|
86
|
+
__marker = o
|
|
87
|
+
__fillstyle = none
|
|
88
|
+
#ax.set_facecolor = #00ff00
|
|
89
|
+
#fig.set_facecolor = #ffff7f
|
|
90
|
+
|
|
91
|
+
[FANCY_PLOT:enhancements_PdBm]
|
|
92
|
+
|
|
93
|
+
ax.set_xlabel= Microwave Power (dBm), fontsize = 14
|
|
94
|
+
ax.set_ylabel = Spin Enhancements, fontsize = 14
|
|
95
|
+
ax.set_title= Spin Enhancement Power Build-Up
|
|
96
|
+
__marker = o
|
|
97
|
+
__fillstyle = none
|
|
98
|
+
|
|
99
|
+
[FANCY_PLOT:enhancements_PW]
|
|
100
|
+
|
|
101
|
+
set_coord_scaling = 1
|
|
102
|
+
ax.set_xlabel= Microwave Power (W), fontsize = 14
|
|
103
|
+
ax.set_ylabel = Spin Enhancement, fontsize = 14
|
|
104
|
+
ax.set_title = Spin Enhancement Power Build-Up
|
|
105
|
+
__marker = o
|
|
106
|
+
__fillstyle = none
|
|
107
|
+
|
|
108
|
+
[FANCY_PLOT:epr_spectrum]
|
|
109
|
+
|
|
110
|
+
ax.set_xlabel = Magnetic Field $B_{0}$ (mT), fontsize = 14
|
|
111
|
+
ax.set_ylabel = EPR Signal Intensity (a.u.), fontsize = 14
|
|
112
|
+
ax.set_title = EPR Spectrum
|
|
113
|
+
showpar_frequency = MF:{0:1.2f}
|
|
114
|
+
showpar_center_field = CF:{0:1.2f}
|
|
115
|
+
showpar_center_field_scaling = 0.1
|
|
116
|
+
showpar_modulation_amplitude = MA:{0:.2f}
|
|
117
|
+
showpar_nscans = NS:{0:1.0f}
|
|
118
|
+
showpar_temperature = TM:{0:1.0f}
|
|
119
|
+
|
|
120
|
+
[FANCY_PLOT:inversion_recovery]
|
|
121
|
+
|
|
122
|
+
ax.set_xlabel = Evolution Time T1 (s), fontsize = 14
|
|
123
|
+
ax.set_ylabel = NMR Amplitude [a.u.], fontsize = 14
|
|
124
|
+
ax.set_title = Inversion Recovery
|
|
125
|
+
dim = t1
|
|
126
|
+
__marker = o
|
|
127
|
+
__fillstyle = none
|
|
128
|
+
|
|
129
|
+
[SpinLAB_ATTRS_COMMON]
|
|
130
|
+
spinlab_attrs_data_info = [experiment_type, data_format, data_type]
|
|
131
|
+
spinlab_attrs_label = SpinLAB_ATTRS
|
|
132
|
+
|
|
133
|
+
[SpinLAB_ATTRS:prospa]
|
|
134
|
+
data_format = Prospa
|
|
135
|
+
data_type = NMR
|
|
136
|
+
scans = nrScans
|
|
137
|
+
frequency = b1Freq, MHz
|
|
138
|
+
power = None
|
|
139
|
+
center_field = None
|
|
140
|
+
sweep_field = None
|
|
141
|
+
repetition_time = repTime, ms
|
|
142
|
+
receiver_gain = rxGain
|
|
143
|
+
receiver_attenuation = None
|
|
144
|
+
conversion_time = None
|
|
145
|
+
time_constant = None
|
|
146
|
+
modulation_amplitude = None
|
|
147
|
+
modulation_frequency = None
|
|
148
|
+
temperature = None
|
|
149
|
+
|
|
150
|
+
[SpinLAB_ATTRS:topspin]
|
|
151
|
+
data_format = TopSpin
|
|
152
|
+
data_type = NMR
|
|
153
|
+
scans = scans
|
|
154
|
+
frequency = SFO1, MHz
|
|
155
|
+
power = None
|
|
156
|
+
center_field = None
|
|
157
|
+
sweep_field = None
|
|
158
|
+
repetition_time = None
|
|
159
|
+
receiver_gain = None
|
|
160
|
+
receiver_attenuation = None
|
|
161
|
+
conversion_time = None
|
|
162
|
+
time_constant = None
|
|
163
|
+
modulation_amplitude = None
|
|
164
|
+
modulation_frequency = None
|
|
165
|
+
temperature = None
|
|
166
|
+
|
|
167
|
+
[SpinLAB_ATTRS:delta]
|
|
168
|
+
data_format = Delta
|
|
169
|
+
data_type = NMR
|
|
170
|
+
scans = nt
|
|
171
|
+
frequency = nmr_frequency
|
|
172
|
+
power = None
|
|
173
|
+
center_field = None
|
|
174
|
+
sweep_field = None
|
|
175
|
+
repetition_time = repetition_time, ms
|
|
176
|
+
receiver_gain = recvr_gain
|
|
177
|
+
receiver_attenuation = None
|
|
178
|
+
conversion_time = None
|
|
179
|
+
time_constant = None
|
|
180
|
+
modulation_amplitude = None
|
|
181
|
+
modulation_frequency = None
|
|
182
|
+
temperature = temp
|
|
183
|
+
|
|
184
|
+
[SpinLAB_ATTRS:vnmrj]
|
|
185
|
+
data_format = VnmrJ
|
|
186
|
+
data_type = NMR
|
|
187
|
+
scans = nt
|
|
188
|
+
frequency = H1reffrq, MHz
|
|
189
|
+
power = None
|
|
190
|
+
center_field = None
|
|
191
|
+
sweep_field = sw
|
|
192
|
+
repetition_time = d1, s
|
|
193
|
+
receiver_gain = None
|
|
194
|
+
receiver_attenuation = None
|
|
195
|
+
conversion_time = None
|
|
196
|
+
time_constant = None
|
|
197
|
+
modulation_amplitude = None
|
|
198
|
+
modulation_frequency = None
|
|
199
|
+
temperature = temp
|
|
200
|
+
|
|
201
|
+
[SpinLAB_ATTRS:tnmr]
|
|
202
|
+
data_format = TNMR
|
|
203
|
+
data_type = NMR
|
|
204
|
+
scans = scans
|
|
205
|
+
frequency = nmr_frequency, MHz
|
|
206
|
+
power = None
|
|
207
|
+
center_field = None
|
|
208
|
+
sweep_field = sw
|
|
209
|
+
repetition_time = repeat_times
|
|
210
|
+
receiver_gain = receiver_gain
|
|
211
|
+
temperature = actual_temperature
|
|
212
|
+
|
|
213
|
+
[SpinLAB_ATTRS:specman]
|
|
214
|
+
data_format = SpecMan4EPR
|
|
215
|
+
data_type = EPR
|
|
216
|
+
scans = streams_scans
|
|
217
|
+
frequency = EPRMAIN_Frequency, GHz
|
|
218
|
+
power = None
|
|
219
|
+
center_field = None
|
|
220
|
+
sweep_field = sw
|
|
221
|
+
repetition_time = params_RepTime, ms
|
|
222
|
+
receiver_gain = None
|
|
223
|
+
receiver_attenuation = None
|
|
224
|
+
conversion_time = None
|
|
225
|
+
time_constant = None
|
|
226
|
+
modulation_amplitude = None
|
|
227
|
+
modulation_frequency = None
|
|
228
|
+
temperature = None
|
|
229
|
+
|
|
230
|
+
[SpinLAB_ATTRS:xepr]
|
|
231
|
+
data_format = XEPR
|
|
232
|
+
data_type = EPR
|
|
233
|
+
scans = nscans
|
|
234
|
+
frequency = frequency, GHz
|
|
235
|
+
power = power
|
|
236
|
+
attenuation = attenuation
|
|
237
|
+
pulse_attenuation = pulse_attenuation
|
|
238
|
+
center_field = center_field
|
|
239
|
+
sweep_field = SweepWidth
|
|
240
|
+
repetition_time = None
|
|
241
|
+
receiver_gain = None
|
|
242
|
+
receiver_attenuation = None
|
|
243
|
+
conversion_time = conversion_time
|
|
244
|
+
time_constant = time_constant
|
|
245
|
+
modulation_amplitude = modulation_amplitude
|
|
246
|
+
modulation_frequency = modulation_frequency
|
|
247
|
+
temperature = Temperature
|
|
248
|
+
|
|
249
|
+
[SpinLAB_ATTRS:xenon]
|
|
250
|
+
data_format = XENON
|
|
251
|
+
data_type = EPR
|
|
252
|
+
scans = nscans
|
|
253
|
+
frequency = frequency, GHz
|
|
254
|
+
power = power
|
|
255
|
+
attenuation = attenuation
|
|
256
|
+
pulse_attenuation = pulse_attenuation
|
|
257
|
+
center_field = center_field
|
|
258
|
+
sweep_field = SweepWidth
|
|
259
|
+
repetition_time = None
|
|
260
|
+
receiver_gain = None
|
|
261
|
+
receiver_attenuation = None
|
|
262
|
+
conversion_time = conversion_time
|
|
263
|
+
time_constant = time_constant
|
|
264
|
+
modulation_amplitude = modulation_amplitude
|
|
265
|
+
modulation_frequency = modulation_frequency
|
|
266
|
+
temperature = Temperature
|
|
267
|
+
|
|
268
|
+
|
|
269
|
+
[SpinLAB_ATTRS:winepr]
|
|
270
|
+
data_format = WinEPR
|
|
271
|
+
data_type = EPR
|
|
272
|
+
scans = JSD
|
|
273
|
+
frequency = MF, MHz
|
|
274
|
+
power = MP
|
|
275
|
+
center_field = HCF
|
|
276
|
+
sweep_field = GSI
|
|
277
|
+
repetition_time = None
|
|
278
|
+
receiver_gain = RRG
|
|
279
|
+
receiver_attenuation = None
|
|
280
|
+
conversion_time = RCT
|
|
281
|
+
time_constant = RTC
|
|
282
|
+
modulation_amplitude = RMA
|
|
283
|
+
modulation_frequency = None
|
|
284
|
+
temperature = TE
|
|
285
|
+
|
|
286
|
+
[SpinLAB_ATTRS:esp]
|
|
287
|
+
data_format = ESP
|
|
288
|
+
data_type = EPR
|
|
289
|
+
scans = JSD
|
|
290
|
+
frequency = MF, MHz
|
|
291
|
+
power = MP
|
|
292
|
+
center_field = HCF
|
|
293
|
+
sweep_field = GSI
|
|
294
|
+
repetition_time = None
|
|
295
|
+
receiver_gain = RRG
|
|
296
|
+
receiver_attenuation = None
|
|
297
|
+
conversion_time = RCT
|
|
298
|
+
time_constant = RTC
|
|
299
|
+
modulation_amplitude = RMA
|
|
300
|
+
modulation_frequency = None
|
|
301
|
+
temperature = TE
|
|
302
|
+
|
|
303
|
+
[SpinLAB_ATTRS:rs2d]
|
|
304
|
+
data_format = RS2D
|
|
305
|
+
data_type = NMR
|
|
306
|
+
scans = NUMBER_OF_AVERAGES
|
|
307
|
+
frequency = BASE_FREQ_1
|
|
308
|
+
power = P1_amp
|
|
309
|
+
attenuation = Tx_att
|
|
310
|
+
center_field = None
|
|
311
|
+
sweep_field = None
|
|
312
|
+
repetition_time = None
|
|
313
|
+
receiver_gain = RECEIVER_GAIN
|
|
314
|
+
receiver_attenuation = None
|
|
315
|
+
conversion_time = None
|
|
316
|
+
time_constant = None
|
|
317
|
+
modulation_amplitude = None
|
|
318
|
+
modulation_frequency = None
|
|
319
|
+
temperature = None
|
|
320
|
+
dwell_time = DWELL_TIME
|
|
321
|
+
|
spinlab-0.0.0/MANIFEST.in
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
include config/spinlab.cfg
|
|
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
|
|
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
|
|
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
|