autowisp.database.data_model.provenance.telescope_type module

Class Inheritance Diagram

Inheritance diagram of Column, DataModelBase, Float, String, TelescopeType

Define the telescope type dataset table for the pipeline

class autowisp.database.data_model.provenance.telescope_type.TelescopeType(**kwargs)[source]

Bases: DataModelBase

Inheritance diagram of autowisp.database.data_model.provenance.telescope_type.TelescopeType

The table describing the different telescope types.

f_ratio

The focal ratio of the telescope

focal_length

The focal length of the telescope in mm

id

A unique identifier for each row.

make

The make of the telescope

model

The model of the telescope

notes

The notes provided for the telescope type

telescopes
timestamp

When record was last changed

to_dict()[source]

Return dict representation of the telescope type.

version

The version of the telescope