Skip to content

objectType ObservingMode

a configuration can be used to observe with.

classDiagram

        class ObservingMode{
        ivoa:string name
ivoa:string description

        }
        ObservingMode --> "1" ObservingPlatform : telescope
ObservingMode --> "1" Instrument : instrument
ObservingMode --> "1" Backend : backend
ObservingMode *-- "1" Filter : filter

link ObservingPlatform "../ObservingPlatform"
link Instrument "../Instrument"
link Backend "../Backend"
link Filter "../Filter"

Members

name type mult description
name ivoa:string human readable name for the mode
description ivoa:string human readable description
telescope ObservingPlatform
instrument Instrument
filter Filter The filter or frequency response that
backend Backend

References Detail

Containment

This is contained by ProposalCycle