-
Notifications
You must be signed in to change notification settings - Fork 7
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
Installation and usage issues #12
Comments
Dear @ppissias, First of all, thank you for your great effort. Can you send me 3-4 sample fits files to [email protected] to repeat the problem and to help you better? Best wishes. |
Hi @yucelkilic
Many thanks, |
Dear @ppissias, Glad you solved the problem. When you using A-Track, I suggest you run it with the "--skip-mpcreport" argument for now. For example;
Otherwise, you may have some problems with the mpcreport part, so you can skip it. On the other hand, A-Track only supports monochrome images, you are right. Actually, the A-Track runs on catalog files produced by the sextractor and can work with all input files that SExtractor accepts. I suggest you set "solve_field = False" and "reject_area = False" in "atrack.config" file. If you already have WCS in your images, 'ALPHA_J2000', 'DELTA_J2000' information will be extracted by the source extractor and A-Track will be able to read it easily and you should also see this information in the result list of detected moving objects. I hope I could help. If you have any other problems or suggestions, please write at any time. Best wishes, |
Thanks Yucel, Regarding WCS data, the images are already "plate solved" using a local astrometry engine or by nova.astrometry.net
Apologies, since I am not an expert on this but would this be enough ? Thanks! |
Hi!
I am trying to install and test A-Track and I have encountered some issues:
I used an Ubuntu 20 image with python 3.8.5 and run the installation script and the installation finished successfully.
I am running Ubuntu in VirtualBox and have allocated 4 CPUs to it and 2 Gigs of memory.
Then on trying to run it I encountered the following issues:
In order to understand what was the issue, I created this simple file to see what is the problem
and then I run it and I got thie exception
after copying astrolib from https://github.com/yucelkilic/astrolib
after sudo pip3 instlal ccdproc
after sudo pip3 install sep
after a manual installation of
https://github.com/megalut/sewpy
I received no more errors.
But then when I try to run A-track I get the following exception :
Any help would be appreciated.
Thanks!
The text was updated successfully, but these errors were encountered: