abstract objectType ObservingPlatform
base type of a telescope or array of telescopes
classDiagram
class ObservingPlatform{
}
Telescope --|> ObservingPlatform
TelescopeArray --|> ObservingPlatform
link Telescope "../Telescope"
link TelescopeArray "../TelescopeArray"
Members
name | type | mult | description |
---|---|---|---|
References Detail
This is referred to by TelescopeArrayMember, ObservingMode