The number of electrodes in the generated 10-10 System is insufficient, lacking the outermost ring compared to the standard 10-10 electrode placement.
-
@lucky_lin thanks for your post. We will add the other points in an upcoming release.
In the meantime (as a workaround), you could add intermediate points like AF5 using a Python code like this
import XCoreModeling as xcm line = xcm.GeodesicPath(skin_surface, [AF7_pos, AF3_pos]) wires = xcm.GetWires(line) curve = wires[0].GetGeometry(True) interval = curve.ParameterRange AF5_pos = curve.Eval(0.5 * (interval.Start + interval.End)) -
@lucky_lin thanks for your post. We will add the other points in an upcoming release.
In the meantime (as a workaround), you could add intermediate points like AF5 using a Python code like this
import XCoreModeling as xcm line = xcm.GeodesicPath(skin_surface, [AF7_pos, AF3_pos]) wires = xcm.GetWires(line) curve = wires[0].GetGeometry(True) interval = curve.ParameterRange AF5_pos = curve.Eval(0.5 * (interval.Start + interval.End))
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login
