Easiest way to get the output from sep.extract in J2000 coordinates #145
Unanswered
HannoSpreeuw
asked this question in
Q&A
Replies: 1 comment
-
|
It sounds like what you want is a plate solve, image in point coordinates out. That problem is solved in a couple steps:
This library is for doing step 1 alone. To do steps 2 and 3, you want something along the lines of Astrometry.net, for which there exists a convenient looking python library to perform any specific tasks you might want: https://github.com/neuromorphicsystems/astrometry |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What would be the easiest way to get the output of sep.extract in an astronomical coordinate system, like J2000? It seems all output from sep.extract is in pixel coordinates.
I guess the positions of sources from sep.extract could be converted from pixel coordinates to J2000 using an Astropy routine. Might not be superfast, but okay.
More difficult to convert would be errors and ellipse parameters.
Source Extractor does, however, provide for this.
Beta Was this translation helpful? Give feedback.
All reactions