Skip to content

objectType ObservingConfiguration

A particular observation combination that is possible

classDiagram

        class ObservingConfiguration{

        }
        ObservingConfiguration --> Telescope : telescope
ObservingConfiguration --> Instrument : instrument
ObservingConfiguration --> Backend : backend

link Telescope "../Telescope"
link Instrument "../Instrument"
link Backend "../Backend"

Members

name type mult description
telescope Telescope
instrument Instrument
backend Backend

References Detail