Documentation ¶
Index ¶
- type OffsetConfig
- type Star
- type Starmap
- func (sm Starmap) AddStar(s ...Star)
- func (sm Starmap) Compress() Starmap
- func (sm Starmap) Copy() Starmap
- func (sm Starmap) FindOffset(sm2 Starmap) (OffsetConfig, float64)
- func (sm Starmap) GetOverlap(sm2 Starmap) float64
- func (sm Starmap) IntersectWithStar(x, y float64) bool
- func (sm Starmap) Offset(x, y float64) Starmap
- func (sm Starmap) Rotate(deg float64) Starmap
- func (sm Starmap) ToImage() *image.NRGBA64
- func (sm Starmap) WriteFile(filename string) error
- type Starmaps
- type Stars
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OffsetConfig ¶
OffsetConfig is the description on how to rotate/translate the stars
type Starmap ¶
func (Starmap) Compress ¶
Compress several stars into appropriate bigger stars. Find neighboring stars and add them together.
func (Starmap) FindOffset ¶
func (sm Starmap) FindOffset(sm2 Starmap) (OffsetConfig, float64)
func (Starmap) GetOverlap ¶
func (Starmap) IntersectWithStar ¶
type Starmaps ¶
type Starmaps []Starmap
func (Starmaps) CorrectPixels ¶
func (Starmaps) CorrectPixelsSlow ¶
func (Starmaps) VisualizeDifference ¶
Click to show internal directories.
Click to hide internal directories.