Skip to content

Commit

Permalink
provide min nside to choose_pixels_to_reconstruct
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Sommani committed Feb 5, 2024
1 parent 9aaa9d7 commit 2b853be
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions skymap_scanner/server/start_scan.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,9 @@ def pixel_already_sent(pixel: Tuple[icetray.I3Int, icetray.I3Int]) -> bool:
# find pixels to refine
LOGGER.info(f"Looking for refinements for {nside_subprogression}...")
#
if self.online_ra_dec is not None:
nside_subprogression = NSideProgression(self.min_nside:0)

pixels_to_refine = choose_pixels_to_reconstruct(
self.nsides_dict,
nside_subprogression,
Expand Down

0 comments on commit 2b853be

Please sign in to comment.