gaia_cob_pmp.app.models.source_gaia_info

Classes

SourceGaiaInfo

Additional details from Gaia for the source.

Module Contents

class gaia_cob_pmp.app.models.source_gaia_info.SourceGaiaInfo(*args, **kwargs)

Bases: django.db.models.Model

Additional details from Gaia for the source.

Implemented as separate model to allow for either new telescopes to be added later, or this data to vary over time.

source
is_valid
gaia_id
parallax
parallax_error
pmra
pmra_error
pmdec
pmdec_error
phot_g_mean_mag
bp_rp
radial_velocity
radial_velocity_error
astrometric_excess_noise
astrometric_excess_noise_sig
__str__() str
__repr__() str
class Meta
verbose_name = 'Gaia Info'