You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1# if n=m=0 we compute the hit count, beceause it is useful to combine h maps later on
@@ -189,22 +186,18 @@ def _build_nobs_matrix(
189
186
n: int,
190
187
m: int,
191
188
nside: int,
192
-
obs: Observation,
193
-
pointings: npt.ArrayLike,
194
189
pixidx: npt.ArrayLike,
195
190
polang: npt.ArrayLike,
196
-
detector_index: int,
197
-
hwp_angle: npt.ArrayLike,
191
+
hwp_angle: npt.ArrayLike|None,
198
192
time_mask: npt.ArrayLike,
199
-
output_coordinate_system: CoordinateSystem,
200
-
pointings_dtype=np.float64,
201
193
202
194
) ->npt.ArrayLike:
203
195
"""Build the nobs matrix for all detectors and pixels, it has shape (Npix,3) and contains the accumulated spin terms and hit counts of each pixel for the considered detector."""
0 commit comments