Skip to content

Commit

Permalink
Merge pull request #170 from observerly/docs/README/Usage
Browse files Browse the repository at this point in the history
docs: amend Usage in README.md in workspace root in @observerly/skysolve
  • Loading branch information
michealroberts authored Jan 18, 2025
2 parents 5b23754 + 9795c31 commit 49cecfa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,14 +131,14 @@ func main() {
return
}

solver.Sources = append(solver.Sources, sources...)

// Define the tolerances for the solver, we can adjust these as needed:
tolerance := solve.ToleranceParams{
QuadTolerance: 0.02,
EuclidianPixelTolerance: 10,
}

solver.Sources = append(solver.Sources, sources...)

// Extract the WCS solution, as well as the matches, from the solver:
wcs, matches, err := solver.Solve(tolerance, 3)
if err != nil {
Expand Down

0 comments on commit 49cecfa

Please sign in to comment.