-
Notifications
You must be signed in to change notification settings - Fork 15
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
Non-circular/elliptical positional errors #6
Comments
The short answer is that NWAY currently only supports circular answers. I was looking into how hard it would be to include elliptical errors. Reading the CSC information http://cxc.harvard.edu/csc/why/err_ellipse_msc.html, they use local tangential planes, which is defined at the ra/dec position and oriented along the local declination axis. The error ellipse is given with major and minor axis angular size and direction relative to the plane. In Pineau+17, the necessary formulae are developed which could extend NWAY to elliptical errors, but as far as I understand their formalism, they use a equidistant projection and keep working in RA/Dec, which Either way, we would be interested to include it eventually once it is clear how to do it; it will be needed for eROSITA. For a short-term solution, a circular error of radius=sqrt(ra_err^2+dec_err^2), should suffice for Chandra. |
@JohannesBuchner (and @fcivano ) I am discovering this thread: better late than never. |
btw, elliptical errors are implemented in NWAY, but not documented yet. |
Hi, we are working with a Chandra X-ray catalog where we have elliptical positional errors rather than circular positional errors. Is there a way we could use them? Thanks
The text was updated successfully, but these errors were encountered: