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

Not able to verify known good WCS solutions #5

Open
EAlexJ opened this issue Apr 27, 2023 · 5 comments
Open

Not able to verify known good WCS solutions #5

EAlexJ opened this issue Apr 27, 2023 · 5 comments

Comments

@EAlexJ
Copy link

EAlexJ commented Apr 27, 2023

Hello Joe, Hello Cameron,
I have spent some time getting to grips with Astrometry and the fastrometry package as my tool of choice. While working on some files of my own I ran into issues, namely fastrometry not being able to produce meaningful results after finding pse sources. The files used are of high enough quality to do meaningful astrometry, yet I did not manage to reproduce result from a different pipeline that was used to come up with a solution. In fact, every file from the source im working on failed.
Judging from the very useful debug outputs included in the package, things go wrong when setting the intermediate points.

You can find one of the files im struggling with here.

Any help is appreciated.
-Eyck

@user29A
Copy link
Owner

user29A commented Apr 27, 2023

Hi Eyck,

With the CCDLAB implementation I am able to get this solution:

CD1_1 = -4.0920544817e-05 / WCS rotation and scaling matrix
CD1_2 = 3.3299290755e-06 / WCS rotation and scaling matrix
CD2_1 = -2.3589855261e-06 / WCS rotation and scaling matrix
CD2_2 = -4.261630523e-05 / WCS rotation and scaling matrix
CDELT1 = 0.14780091 / WCS plate scale on axis 1 (arcsec per pixel)
CDELT2 = 0.15365356 / WCS plate Scale on axis 2 (arcsec per pixel)
CROTA1 = 4.65222082 / WCS field rotation angle on axis 1 (degrees)
CROTA2 = 3.16832068 / WCS field rotation angle on axis 2 (degrees)

Do those values look OK?

For fastrometry, the problem for these images is likely that the default options settings aren't appropriate, as the stars are quite "large". Trying this additional setting:

-kernelrad 21

That should help the PSE, which is likely why there was a problem with setting the intermediate points. The default kernelrad is only 2, so needing to go to 21 is a huge difference.

Let us know if that helps.

Joe

@EAlexJ
Copy link
Author

EAlexJ commented Apr 28, 2023

The values look okay, but I am not able to reproduce your results whatsoever. I am checking out CCDLAB at the moment to try and find some values this way but Id like to only rely on the fastrometry pipeline in the end.

@user29A
Copy link
Owner

user29A commented May 1, 2023

Yes definitely. I didn't try out variations on fastrometry yet myself - did you try the kernelrad argument?

List of all of the options is here:

https://github.com/user29A/fastrometry/wiki/Usage-and-Options

I think you can also get that list with fastrometry -h

@cam92473
Copy link
Collaborator

cam92473 commented May 1, 2023 via email

@EAlexJ
Copy link
Author

EAlexJ commented May 2, 2023

I was using fastrometry 1.0.10 and just upgraded to 1.0.12. I actually do have some success with some of the files im working with now! I will report back with my findings and if the results I am getting are actually useful.

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