Skip to content

Commit f171632

Browse files
feat: additionnal axes options for CV (#73)
* add more X and Y options for CV --------- Co-authored-by: PiTrem <pierre.tremouilhac@kit.edu>
1 parent 308e0d1 commit f171632

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

converter_app/options.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
"""Array Constant definitions for dropdown select options"""
2+
13
DATA_TYPES = (
24
'AIF',
35
'CIRCULAR DICHROISM SPECTROSCOPY',
@@ -55,7 +57,9 @@
5557
'NANOMETERS',
5658
'p/p0', # Normalaized dimension
5759
'SECONDS',
60+
'Voltage in V',
5861
'Voltage vs Ref',
62+
'Voltage vs Ref in V',
5963
'wavelength (nm)',
6064
)
6165

@@ -64,6 +68,7 @@
6468
'ACF (a.u.)',
6569
'Ampere',
6670
'ARBITRARY UNITS',
71+
'Current in A',
6772
'COUNTS',
6873
'DEGREES CELSIUS',
6974
'DERIVATIVE WEIGHT',

0 commit comments

Comments
 (0)