We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The Coordinate2D should support point meta data. But I don't fully understand yet how this works. Is this just an integer?
Coordinate2D
point meta
Should this only change the Coordinate2D: (x,y) +- (err_x,err_y)
(x,y) +- (err_x,err_y)
To: (x,y) +- (err_x,err_y) [integer]
(x,y) +- (err_x,err_y) [integer]
This would only imply adding an extra e.g. point_meta: Option<u16> to the Coordinate2D.
point_meta: Option<u16>
I don't know enough about this yet.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The
Coordinate2D
should supportpoint meta
data. But I don't fully understand yet how this works. Is this just an integer?Should this only change the
Coordinate2D
:(x,y) +- (err_x,err_y)
To:
(x,y) +- (err_x,err_y) [integer]
This would only imply adding an extra e.g.
point_meta: Option<u16>
to theCoordinate2D
.I don't know enough about this yet.
The text was updated successfully, but these errors were encountered: