Skip to content

objectType Telescope

extends ObservingPlatform

classDiagram

        class Telescope{
        ivoa:string name
proposal:WikiDataId wikiId
coords:RealCartesianPoint location

        }
        Telescope --|> ObservingPlatform

link ObservingPlatform "../ObservingPlatform"

Members

name type mult description
name ivoa:string telescope name
wikiId proposal:WikiDataId optional the wikidata id for the Telescope
location coords:RealCartesianPoint the location of the telescope

References Detail

This is referred to by TelescopeArrayMember, ObservingMode

Containment

This is contained by Observatory