×

INDI Library v2.0.7 is Released (01 Apr 2024)

Bi-monthly release with minor bug fixes and improvements

Online plate solver not working for me

  • Posts: 211
  • Thank you received: 23
I am trying to get a NUC set up with indi & Ekos (on top of ubuntu 16.04lts). I have it close but can't get the online plate solve to work. Even tried using my own api key. With verbose enabled I see (x's are redacted):
2016-12-04T09:35:09 Error downloading http://nova.astrometry.net/api/upload - server replied: INTERNAL SERVER ERROR
2016-12-04T09:35:09 Uploading file...
2016-12-04T09:35:09 Authentication to astrometry.net is successful. Session: 6ovmao6q0828w2mvqlzixxxxxxxxxx
2016-12-04T09:35:09 {"message":"authenticated user: jamie@xxxxxx.com","session":"6ovmao6q0828w2mvqlzixxxxxxxxxx","status":"success"}
2016-12-04T09:35:09 Image received.
2016-12-04T09:35:08 Capturing image...
2016-12-04T09:35:03 Idle.

Uploading as jpeg, using gse that I built (end-goal is offline solve)
for the install I did:
sudo apt-get install libcairo2-dev libnetpbm10-dev netpbm \
                        libpng12-dev libjpeg-dev python-numpy \
                        python-pyfits python-dev zlib1g-dev \
                        libbz2-dev swig libcfitsio-dev
 
wget http://astrometry.net/downloads/astrometry.net-latest.tar.gz
tar xzf astrometry.net-latest.tar.gz
cd astrometry.net-*
 
make
make py
make extra
sudo make install

which puts the gse stuff in /usr/local/astrometry/
doest this work for anyone? any tips?

EDIT: I should add that I am using the simulator with GSC working
Last edit: 7 years 4 months ago by Jamie Smith.
7 years 4 months ago #12909

Please Log in or Create an account to join the conversation.

  • Posts: 211
  • Thank you received: 23
OK - I solved my own problem. Offline didn't work either, was getting a sage error.

Long story short - it appears that the --no-fits2fits option doesn't/no longer exists. removing it from my command got me on my way
7 years 4 months ago #12910

Please Log in or Create an account to join the conversation.

yes I will remove it as well, it was dropped from recent astrometry.net builds
7 years 4 months ago #12911

Please Log in or Create an account to join the conversation.

Time to create page: 0.284 seconds