File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff 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 ,
Original file line number Diff line number Diff 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 (
You can’t perform that action at this time.
0 commit comments