Skip to content
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

Open
fcivano opened this issue Feb 2, 2018 · 3 comments
Open

Non-circular/elliptical positional errors #6

fcivano opened this issue Feb 2, 2018 · 3 comments

Comments

@fcivano
Copy link

fcivano commented Feb 2, 2018

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

@fcivano fcivano changed the title Non circular positional errros Non circular positional erros Feb 2, 2018
@JohannesBuchner JohannesBuchner changed the title Non circular positional erros Non-circular/elliptical positional errors Feb 2, 2018
@JohannesBuchner
Copy link
Owner

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
means that the formulae would not work at the poles (haversine formula, etc). Something more generic (but similar) would have to be developed, which can digest ingredients like in the CSC, or those ingredients would
have to be transformed into the Pineau+17 formalism.

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.

@fxpineau
Copy link

fxpineau commented Oct 3, 2019

@JohannesBuchner (and @fcivano ) I am discovering this thread: better late than never.
The formalism I am using in the paper also consider a local tangential plane as described in 4.1.
So (RA, Dec) becomes (x, y). It works perfectly well at the poles, and one has to be careful at the non-aligned North directions for nearby sources near to the poles.

@JohannesBuchner
Copy link
Owner

btw, elliptical errors are implemented in NWAY, but not documented yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants