Documentation ¶
Index ¶
- func AddToRunningAverage(img *gocv.Mat)
- func GetRunningAverage() (gocv.Mat, error)
- func ImageChanged(img *gocv.Mat) bool
- func RADecToHoriz(RA, Dec, latitude, longitude float64) (h *coord.Horizontal)
- func ResetRunningAverage(img *gocv.Mat)
- type AppConfig
- type Client
- type Hub
- type Recorder
- type State
- type Toolbox
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddToRunningAverage ¶
func GetRunningAverage ¶
func ImageChanged ¶
func RADecToHoriz ¶
func RADecToHoriz(RA, Dec, latitude, longitude float64) (h *coord.Horizontal)
func ResetRunningAverage ¶
Types ¶
type AppConfig ¶
type AppConfig struct { Location struct { Latitude float64 Longitude float64 } GoTo struct { LimitingMagnitude float64 } Paths struct { VSOP87 string Web string Recordings string } Settings struct { Debug bool } }
func LoadAppConfig ¶
func LoadAppConfig() (appConfig AppConfig)
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client is a middleman between the websocket connection and the hub.
type Recorder ¶
type Recorder struct {
// contains filtered or unexported fields
}
func (*Recorder) Initialize ¶
Click to show internal directories.
Click to hide internal directories.