Skip to content

Commit

Permalink
Merge pull request #107 from echemdata/ml-evs/analog-in-fix
Browse files Browse the repository at this point in the history
Add `Analog IN <n>/V` columns to map
  • Loading branch information
chatcannon authored Mar 2, 2024
2 parents cd3eaae + a9be96b commit 7c37ea3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions galvani/BioLogic.py
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,7 @@ def MPTfileCSV(file_or_path):
11: ("<I>/mA", "<f8"),
13: ("(Q-Qo)/mA.h", "<f8"),
16: ("Analog IN 1/V", "<f4"),
17: ("Analog IN 2/V", "<f4"), # Probably column 18 is Analog IN 3/V, if anyone hits this error in the future
19: ("control/V", "<f4"),
20: ("control/mA", "<f4"),
23: ("dQ/mA.h", "<f8"), # Same as 7?
Expand Down

0 comments on commit 7c37ea3

Please sign in to comment.