DaceClass

class astroquery.dace.DaceClass[source]

Bases: BaseQuery

DACE class to access DACE (Data Analysis Center for Exoplanets) data based in Geneva Observatory

Methods Summary

query_radial_velocities(*args, **kwargs)

Queries the service and returns a table object.

query_radial_velocities_async(object_name)

Get radial velocities data for an object_name.

transform_data_as_dict(json_data)

Internally DACE data are provided using protobuff.

Methods Documentation

query_radial_velocities(*args, **kwargs)

Queries the service and returns a table object.

Get radial velocities data for an object_name. For example : HD40307

Parameters:
object_namestr

The target you want radial velocities data

Returns:
tableA Table object.
query_radial_velocities_async(object_name)[source]

Get radial velocities data for an object_name. For example : HD40307

Parameters:
object_namestr

The target you want radial velocities data

Returns:
responsea requests.Response from DACE
static transform_data_as_dict(json_data)[source]

Internally DACE data are provided using protobuff. The format is a list of parameters. Here we parse these data to give to the user something more readable and ignore the internal stuff