Skip to content

Commit

Permalink
Increase astrometry.net search radius to 20 deg
Browse files Browse the repository at this point in the history
  • Loading branch information
albireox committed Apr 4, 2024
1 parent d46258c commit c560291
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lvmguider/transformations.py
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ def solve_locs(

lower_bound = 0.8 # Pixel scale hints (arcsec/pixel)
upper_bound = 1.2
radius = 5 # Search radius in degrees
radius = 20 # Search radius in degrees

if full_frame:
midX, midZ = config["xz_full_frame"] # Middle of full Frame
Expand Down

0 comments on commit c560291

Please sign in to comment.