Skip to content

objectType Instrument

An instrument that can be attached to a telescope - e.g. CCD, Radio Receiver

classDiagram

        class Instrument{
        ivoa:string name
ivoa:string description
proposal:WikiDataId wikiId
ivoa:anyURI reference
proposalManagement:InstrumentKind kind

        }

Members

name type mult description
name ivoa:string the instrument name - human readable
description ivoa:string optional short human readable description
wikiId proposal:WikiDataId optional the wikidata id for the Instrument
reference ivoa:anyURI optional a URL that points to a more detailed description of the instrument
kind InstrumentKind the kind of instrument

References Detail

This is referred to by ObservingMode

Containment

This is contained by Observatory