gaia_cob_pmp.app.models.instrument

Classes

Instrument

Model for an instrument (e.g. telescope).

Module Contents

class gaia_cob_pmp.app.models.instrument.Instrument(*args, **kwargs)

Bases: django.db.models.Model

Model for an instrument (e.g. telescope).

class Type(*args, **kwds)

Bases: django.db.models.TextChoices

The allowed entries for the Type field.

Initialize self. See help(type(self)) for accurate signature.

ECHELLE
LONG_SLIT
FIBRE
IMAGING
name
type
spectral_resolution
observatory
is_valid
get_absolute_url() str
__str__() str
__repr__() str