We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 308e0d1 commit f171632Copy full SHA for f171632
1 file changed
converter_app/options.py
@@ -1,3 +1,5 @@
1
+"""Array Constant definitions for dropdown select options"""
2
+
3
DATA_TYPES = (
4
'AIF',
5
'CIRCULAR DICHROISM SPECTROSCOPY',
@@ -55,7 +57,9 @@
55
57
'NANOMETERS',
56
58
'p/p0', # Normalaized dimension
59
'SECONDS',
60
+ 'Voltage in V',
61
'Voltage vs Ref',
62
+ 'Voltage vs Ref in V',
63
'wavelength (nm)',
64
)
65
@@ -64,6 +68,7 @@
68
'ACF (a.u.)',
69
'Ampere',
66
70
'ARBITRARY UNITS',
71
+ 'Current in A',
67
72
'COUNTS',
73
'DEGREES CELSIUS',
74
'DERIVATIVE WEIGHT',
0 commit comments