Skip to content

Commit

Permalink
feat: add type Params to solve module in @observerly/skysolve
Browse files Browse the repository at this point in the history
feat: add type Params to solve module in @observerly/skysolve
  • Loading branch information
michealroberts committed Dec 15, 2024
1 parent 4e44d41 commit 67d924e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions pkg/solve/solve.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,17 @@ type PlateSolver struct {
}

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

type Params struct {
Data []float32
Width int
Height int
PixelScaleX float64
PixelScaleY float64
ADU int32
ExtractionThreshold float64
Radius float64
Sigma float64
}

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

0 comments on commit 67d924e

Please sign in to comment.