Skip to content

Commit

Permalink
feat: add Features property to Asterism struct in @observerly/skysolve
Browse files Browse the repository at this point in the history
feat: add Features property to Asterism struct in @observerly/skysolve
  • Loading branch information
michealroberts committed Oct 31, 2024
1 parent a260b6b commit 229a5c5
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions pkg/astrometry/astrometry.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ package astrometry

import (
"github.com/observerly/iris/pkg/photometry"
"github.com/observerly/skysolve/pkg/geometry"
)

/*****************************************************************************************************************/
Expand All @@ -24,9 +25,10 @@ type ICRSEquatorialCoordinate struct {
/*****************************************************************************************************************/

type Asterism struct {
A photometry.Star
B photometry.Star
C photometry.Star
A photometry.Star
B photometry.Star
C photometry.Star
Features geometry.InvariantFeatures
}

/*****************************************************************************************************************/

0 comments on commit 229a5c5

Please sign in to comment.