Skip to content

Commit

Permalink
Change deafult ang_dist
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Sommani committed Feb 6, 2024
1 parent 0ab8c4c commit ef1a25f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skymap_scanner/server/start_scan.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def __init__(
# Attributes necessary for the pointed scan with SplineMPE.
# If the reco isn't SplineMPE, they don't affect the scanner.
self.online_ra_dec = None
self.ang_dist = 3.
self.ang_dist = 4.

if reco_algo == "splinempe":
particle_name_possibilities = ["OnlineL2_SplineMPE", "l2_online_SplineMPE"]
Expand Down

0 comments on commit ef1a25f

Please sign in to comment.