objectType Point
extends Field
Single point on the sky
classDiagram
class Point{
coords:Point centre
}
Point --|> Field
link Field "../Field"
Members
name | type | mult | description |
---|---|---|---|
centre | coords:Point |
References Detail
This is referred to by Observation
Containment
This is contained by ObservingProposal