Skip to content

Commit

Permalink
Change default centroider back to Cedar
Browse files Browse the repository at this point in the history
  • Loading branch information
brickbots committed Mar 5, 2024
1 parent bdde209 commit a8b206b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/PiFinder/solver.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

# Select method used for star detection and centroiding. True for cedar-detect,
# False for Tetra3.
USE_CEDAR_DETECT = False
USE_CEDAR_DETECT = True


def solver(shared_state, solver_queue, camera_image, console_queue, is_debug=False):
Expand Down

0 comments on commit a8b206b

Please sign in to comment.