-
Notifications
You must be signed in to change notification settings - Fork 26
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
Plotting error box #39
Comments
@tboch and @bmatthieu3 asked me to comment this issue.
For each error, one could add an extra parameter I can provide you with Rust code making the various conversions from/to ellipse/symmetric error/covariance matrix/... For more details, see section 4.2 of this paper. |
The API plotting catalogues could be enable to plot individual error boxes for any plotted source.
The API could look like ( just an example, not a requirement)
error_columns
is an array which dimension denotes the type of error:err_columns=[pos_err]
: plots a circle with the value of the columnpos_err
as radius.err_columns=[pos_ra, pos_dec]
: plots a vertical ellipse with the value of the columnpos_ra
andpos_dec
as axes.err_columns=[major_axis, minor_axis, angle]
: plots an ellipse withmajor_axis
andminor_axis
as axes oriented followingangle
from the east of the North (convention)The text was updated successfully, but these errors were encountered: