Skip to content

Commit

Permalink
Now try radius=2
Browse files Browse the repository at this point in the history
  • Loading branch information
mrosseel committed Oct 22, 2024
1 parent 8429089 commit d7d962e
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 @@ -219,7 +219,7 @@ def solver(
solved |= solution

# Calculate SQM
measured_sqm = sqm.calculate(solved["FOV"], centroids, solution, np_image, radius=3)
measured_sqm = sqm.calculate(solved["FOV"], centroids, solution, np_image, radius=2)
solved["SQM"] = measured_sqm

total_tetra_time = t_extract + solved["T_solve"]
Expand Down

0 comments on commit d7d962e

Please sign in to comment.