dstndstn / astrometry.net

Astrometry.net -- automatic recognition of astronomical images
http://astrometry.net
Other
662 stars 186 forks source link

MInimum install needed to access API - through client #167

Closed TFT-Ben closed 4 years ago

TFT-Ben commented 4 years ago

Hi, Looking into implementing nova.astrometry.net, ideally through the client.py module Do I only need this module to access the API through it or is there a more complex install required? Not looking to do any solving locally. Cheers

dstndstn commented 4 years ago

client.py is intentionally independent of everything else.

On Tue, Sep 17, 2019 at 5:52 PM Ben Cartwright notifications@github.com wrote:

Hi, Looking into implementing nova.astrometry.net, ideally through the client.py module Do I only need this module to access the API through it or is there a more complex install required? Not looking to do any solving locally. Cheers

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/dstndstn/astrometry.net/issues/167?email_source=notifications&email_token=AAIEH7JQS5OIRJIEVXC2ZYLQKFGRXA5CNFSM4IXVPI32YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HL7DXYA, or mute the thread https://github.com/notifications/unsubscribe-auth/AAIEH7ODYBQMIRC5WJMO2A3QKFGRXANCNFSM4IXVPI3Q .

TFT-Ben commented 4 years ago

Excellent, I will drop that in in its own folder and see where I get to. Thank you!