-
Notifications
You must be signed in to change notification settings - Fork 6
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
Can't use the editUserdata function: editUserdata(userdata) - Unrecognized function or variable 'tr2' #66
Comments
There seems to be a couple of issues with [tr2, isVertUsed] = editTriangulation(tr2); should be: [tr2, isVertUsed] = editTriangulation(tr); Another is that |
Good spot, yes, get3dfaces.m was missing; added now. Note that editUserdata only changes the geometry, and not the contents of Therefore, if you try for example to run Instead if you try Workarounds are to
Note however that |
Thanks for the input @drsewilliams and @p-j-smith! To contextualize this ticket, I was interested in removing valve areas etc. as a data cleaning step before comparing CVs in the ventricle. I ended up with a work-around, but am curious if this was an intended (or unintended) usecase for the editUserdata function? Do you think adjusting the geometry would significantly change the CVs if we reinterpolated the surface values from the new mesh? From what I've understood of this method, CVs are locally accurate, so removing mesh vertices associated with non-physiologic CVs/tissue shouldn't appreciably affect the CV's calculated in well sampled areas. |
Hello,
I am trying to use the editUserdata function, but keep getting the following error on both the openep_demo data as well as my own CARTO-exported data.
Thanks in advance for the support!
The text was updated successfully, but these errors were encountered: