objectType Observatory
extends proposal:Organization
An organisation that can perform astronomical observations
classDiagram
class Observatory{
ivoa:anyURI homePage
}
Observatory --|> Organization
Observatory *-- "1..*" Telescope : telescopes
Observatory *-- "1..*" Instrument : instruments
Observatory *-- "1..*" Backend : backends
Observatory *-- "0..*" TelescopeArray : arrays
link Organization "../../proposal/Organization"
link Telescope "../Telescope"
link Instrument "../Instrument"
link Backend "../Backend"
link TelescopeArray "../TelescopeArray"
Members
name | type | mult | description |
---|---|---|---|
homePage | ivoa:anyURI | optional | the home page for the Observatory |
telescopes | Telescope | 1 or more | the telescopes that the observatory controls |
instruments | Instrument | 1 or more | the instruments that are available for the telescopes |
backends | Backend | 1 or more | the backends that exist |
arrays | TelescopeArray | 0 or more | any arrays of telescopes that typically operate together |
References Detail
This is referred to by proposal:Person, ProposalCycle Has contained reference(s) Telescope in the containment hierarchy.