Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
maxwest-uw authored Dec 14, 2022
1 parent 12b0417 commit 8e93e48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ image = koffi.ImageMetadata(filename)
skybot_objects = koffi.skybot_search_frame(image)

# JPL Horizons = get all possible objects in given image.
jpl_objects = koffi.jpl.search_frame(image)
jpl_objects = koffi.jpl_search_frame(image)
```

We can also use koffi to check against a list of provided sources; the search functions will return a list of matches.
Expand Down

0 comments on commit 8e93e48

Please sign in to comment.