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
proposal:InstrumentKind kind

        }
        Instrument *-- SpectralWindowSetup : frequencyCoverage

link SpectralWindowSetup "../SpectralWindowSetup"

Members

name type mult description
name ivoa:string the instrument name - human readable
description ivoa:string optional short human readable description
wikiId 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
frequencyCoverage SpectralWindowSetup the frequency range that the instrument covers

References Detail

This is referred to by ObservingConfiguration