Skip to content

Commit d4d1994

Browse files
Jammy2211Jammy2211
authored andcommitted
stuff
1 parent be670fa commit d4d1994

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

autoarray/dataset/imaging/dataset.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -504,6 +504,10 @@ def apply_sparse_operator(
504504
Whether to use JAX to compute W-Tilde. This requires JAX to be installed.
505505
"""
506506

507+
logger.info(
508+
"IMAGING - Setting Up Sparse Operator For low Memory Pixelizations."
509+
)
510+
507511
sparse_operator = (
508512
inversion_imaging_util.ImagingSparseOperator.from_noise_map_and_psf(
509513
data=self.data,

autoarray/dataset/interferometer/dataset.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ def apply_sparse_operator(
198198
if nufft_precision_operator is None:
199199

200200
logger.info(
201-
"INTERFEROMETER - Computing W-Tilde; runtime scales with visibility count and mask resolution, CPU run times may exceed hours."
201+
"INTERFEROMETER - Computing NUFFT Precision Operator; runtime scales with visibility count and mask resolution, CPU run times may exceed hours."
202202
)
203203

204204
nufft_precision_operator = self.psf_precision_operator_from(

0 commit comments

Comments
 (0)