-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Column type 168 not implemented #37
Comments
This should be fixed in #38 There are a lot of unknown columns. We have only found ~50 out of at least 480! It's pretty easy to fix it if you have the .mtp exported. All I need to add a line at line 178 in Biologic.py with this: 168: ('Rcmp/Ohm', '<f4'), It just the column name from the .mpt and the data percision. I added some details to the error to help find the last known column and you can go through the .mtp and get the next column to get the name.
The precision is It would be great if you could help out with this if you find anymore. But if not another bug report like this would be great 👍 |
Ah, that kinda makes sense. However, I find that adding that line results in a new error |
This is seem like an error from pandas not galvani. It seem you might be passing the column names to the Dataframe with out including the the new "Rcmp" column. That's why using the this code is helpfull.
|
Ah, you're right. That was stupid -.- I also think I found two more missing columns: I've attached the relevant files if you'd like to verify that I got it right. If I got it right, I wouldn't mind helping out with it as I run into more missing columns, but I'm not sure I know how to since I basically just created this user on Github in order to contact you here :b |
Hi, sorry to bother you again, but I think I may have found another unimplemented feature which is now causing an error.
When I try to load in the attached file, I get "NotImplementedError: column type 168 not implemented".
I am having this same problem with all the data I have recorded today. I didn't update EC-lab or change the parameters of the technique so I find it really odd that the data from today cannot be loaded when all the older data files can.
files.zip
The text was updated successfully, but these errors were encountered: