Replies: 3 comments
-
The data format (!) had been introduced long time ago (when we used Matlab) and electrodes started from 1, 0 being infinite electrodes. This is still the case.
When working inside Python, one starts counting from zero, -1 being infinite.
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Ok, I convert my data to zero bases and the remote electrode -1 (I have a pole-dipole) array.
|
Beta Was this translation helpful? Give feedback.
0 replies
-
In the files the remote needs to be 0!
Only if you compute in Python it is -1, if you save it, it will be 0 again.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am making few data input for ERT inversion. I am not sure anymore, if in the data section(# a,b,m,n) you refer to the electrodes using zero based or 1-based format?
AFAIK, coming from bert, you had 1-based. I see now that when you create scheme in pygimli, are zero-based.
Then, what is the numbering of the remote electrode (0 or -1)?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions