Skip to content

Commit

Permalink
Multipass mapmaking support. Mostly translation of cuts degrees of fr…
Browse files Browse the repository at this point in the history
…eedom between different sample rates. Also replaced some tab indentation with space-indentation.
  • Loading branch information
amaurea committed Aug 30, 2023
1 parent 2d608f2 commit 716b209
Show file tree
Hide file tree
Showing 2 changed files with 329 additions and 238 deletions.
1 change: 0 additions & 1 deletion python/proj/wcs.py
Original file line number Diff line number Diff line change
Expand Up @@ -592,7 +592,6 @@ def get_active_tiles(self, assembly, assign=False):
q_native = self._cache_q_fp_to_native(assembly.Q)
# This returns a G3VectorInt of length n_tiles giving count of hits per tile.
hits = np.array(projeng.tile_hits(q_native, assembly.dets))
print("hits", hits)
tiles = np.nonzero(hits)[0]
hits = hits[tiles]
if assign is True:
Expand Down
Loading

0 comments on commit 716b209

Please sign in to comment.