astrometry / usermanual

Help for Astrometry.net: Issue tracking and the Missing Manual
http://astrometry.net/doc2
Other
3 stars 0 forks source link

Text files (list of X, Y) no longer supported? #6

Closed kevinalle closed 11 years ago

kevinalle commented 11 years ago

Hi, I've been using the API with lists of X, Y positions. It worked some days ago and recently stopped working. I also tried uploading via the webpage a text file with 2 columns of digits separated by whitespace, listing the X,Y positions of sources (as described in http://nova.astrometry.net/upload), and fails with:

File "process_submissions.py", line 488, in get_or_create_image
    raise Exception('This file\'s type is not supported.')
Exception: This file's type is not supported.

How can I use the API with text files? Thanks!!

dstndstn commented 11 years ago

Thanks for the report! Could you please attach an example file here?

dstndstn commented 11 years ago

example here https://gist.github.com/dstndstn/5161463

dstndstn commented 11 years ago

I put in some fixes for handling xylists via the web interface. Haven't checked the API yet. Could you please test out http://staging.astrometry.net ? Thanks!

kevinalle commented 11 years ago

Indeed, the API now works with xylists in staging. Do you think I can switch to nova soon? Thanks Dustin!!

dstndstn commented 11 years ago

I just updated nova.

kevinalle commented 11 years ago

works wonderfully, thanks