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

Image solving requires a catcache directory to function #7

Open
simonrw opened this issue Jan 31, 2014 · 1 comment
Open

Image solving requires a catcache directory to function #7

simonrw opened this issue Jan 31, 2014 · 1 comment
Labels

Comments

@simonrw
Copy link
Contributor

simonrw commented Jan 31, 2014

The image offset shifts are calculated from the cached wcsfit downloaded catalogues. On the first run this is not present, so the program fails.

@simonrw
Copy link
Contributor Author

simonrw commented Jan 31, 2014

I've added a terrible hack: when the cached data is not found, wcsfit is run to build an initial solution and the cache. The central shifting is then applied after the cache is present.

This obviously runs the limiting performance part of the code twice which is not a good idea.

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

No branches or pull requests

1 participant