autowisp.astrometry.astrometry_net_client module

Class Inheritance Diagram

Inheritance diagram of Client, HTTPError, MIMEApplication, MIMEBase, MIMEMultipart, MalformedResponse, Request, RequestError, URLError
class autowisp.astrometry.astrometry_net_client.Client(apiurl='https://nova.astrometry.net/api/')[source]

Bases: object

Inheritance diagram of autowisp.astrometry.astrometry_net_client.Client
annotate_data(job_id)[source]
Parameters:

job_id – id of job

Returns:

return data for annotations

default_url = 'https://nova.astrometry.net/api/'
galex_plot(outfn, wcsfn, wcsext=0)[source]
get_url(service)[source]
job_status(job_id, justdict=False)[source]
jobs_by_tag(tag, exact)[source]
login(apikey)[source]
myjobs()[source]
overlay_plot(service, outfn, wcsfn, wcsext=0)[source]
sdss_plot(outfn, wcsfn, wcsext=0)[source]
send_request(service, args={}, file_args=None)[source]

service: string args: dict

sub_status(sub_id, justdict=False)[source]
submission_images(subid)[source]
upload(fn=None, **kwargs)[source]
url_upload(url, **kwargs)[source]
exception autowisp.astrometry.astrometry_net_client.MalformedResponse[source]

Bases: Exception

exception autowisp.astrometry.astrometry_net_client.RequestError[source]

Bases: Exception

autowisp.astrometry.astrometry_net_client.json2python(data)[source]