-
Notifications
You must be signed in to change notification settings - Fork 73
Show Uncertainty Glyphs #2369
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
Show Uncertainty Glyphs #2369
Conversation
|
I'm going to add comments to explain the uncertainty glyph's variable naming soon. I wanted to get the builds going first. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems that the major "un-named" variables are qn and P. qn seems to be a discretization of q or Q from the paper. Does that match what see @RubioJr9? if so, maybe it would be better as q_i to be more consistent with the paper? p is a point/angle on the glyph, right? I think it's fine to leave it as p in that case.
I didn't see others that weren't part of loops.
I don't think it is a discretization. I think the qn variable is a measure of finite differences in each of the 6 degrees of freedom of the mean tensor. |
@jessdtate Just waiting on your approval on this one too |
-Added module to visualize tensor field uncertainty using glyphs
-Added uncertainty glyph builder class to tensor glyph builder file
-Added test network
-Moved some files from Core::Algorithm that should be in Graphics::Datatypes
Note: The glyph surface is not mathematically correct, so I put an experimental label in the module