We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bfde26 commit 5c4f7bbCopy full SHA for 5c4f7bb
autoarray/inversion/inversion/imaging/sparse.py
@@ -54,7 +54,7 @@ def __init__(
54
def psf_weighted_data(self):
55
return inversion_imaging_util.psf_weighted_data_from(
56
weight_map_native=self.dataset.sparse_operator.weight_map.array,
57
- kernel_native=self.psf.stored_native,
+ kernel_native=self.psf.kernel.native,
58
native_index_for_slim_index=self.data.mask.derive_indexes.native_for_slim,
59
xp=self._xp,
60
)
0 commit comments