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

problem with installation #11

Open
tk575 opened this issue Apr 8, 2019 · 6 comments
Open

problem with installation #11

tk575 opened this issue Apr 8, 2019 · 6 comments
Assignees

Comments

@tk575
Copy link

tk575 commented Apr 8, 2019

Hello, I followed the step-by-step described for installation, however when I use the command: python3 atrack.py fits_dir "the following message appears: Python can not import alipy. Make sure alipy is installed". The problem is that I have alipy installed correctly. could you help me with this problem? Is there any documentation available? Thank you!

@yucelkilic
Copy link
Contributor

Hi @tk575,

Could you please give the following commands in terminal,

$ python3

import alipy
from alipy import pysex

Then, please send us the output.

@tk575
Copy link
Author

tk575 commented Apr 8, 2019

Hello, thank you for your response.

The output is:

Python 3.6.8 |Anaconda, Inc.| (default, Dec 30 2018, 01:22:34)
[GCC 7.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.

import alipy
from alipy import pysex
Traceback (most recent call last):
File "", line 1, in
ImportError: cannot import name 'pysex'

@akdeniz-uzay akdeniz-uzay deleted a comment from tolga-phd Apr 8, 2019
@yucelkilic
Copy link
Contributor

It seems that you do not have pysex module. Maybe you have installed alipy package from another source. Maybe you should install alipy package again?

Download and install astroasciidata:

git clone https://github.com/japs/astroasciidata.git
cd astroasciidata
sudo python3 setup.py install

Download and install Alipy:

git clone https://github.com/akdeniz-uzay/alipy.git
cd alipy
sudo python3 setup.py install

@yucelkilic yucelkilic self-assigned this Apr 8, 2019
@tk575
Copy link
Author

tk575 commented Apr 8, 2019

Hi, I reinstalled the packages, following their recommendations and it worked! Another question is whether there is any way to detect only one object of interest (an asteroid for example) by specifying the coordinates (x, y) in the first image and obtaining the (x, y) coordinates for the other images, reducing the Computational time?...

@yucelkilic
Copy link
Contributor

Hi @tk575,

Unfortunately, it is not possible with the A-Track. Our primary purpose is to detect unknown moving objects without any human intervention. Maybe you should check @rankinstudio's Asteroid_Detector.

@yucelkilic yucelkilic changed the title problem with instalation problem with installation Apr 9, 2019
@tk575
Copy link
Author

tk575 commented Apr 9, 2019

Thank you @yucelkilic for your help.

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

2 participants