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
Computes L1 norms of wavelet transform coefficients at different scales for a HEALPix map. The wavelet transform is performed using the undecimated wavelet transform.
@@ -598,11 +605,13 @@ def get_norm_wtl1_sphere(
598
605
Mask : array_like, optional
599
606
Mask indicating where we have observations. Only pixels where Mask != 0 are considered.
600
607
min_snr : float, optional
601
-
Minimum value for binning. If None, uses the minimum value in the normalized coefficients.
608
+
Minimum value for binning. If None, uses the minimum value in the coefficients.
602
609
max_snr : float, optional
603
-
Maximum value for binning. If None, uses the maximum value in the normalized coefficients.
610
+
Maximum value for binning. If None, uses the maximum value in the coefficients.
604
611
path : str, optional
605
612
Path to the directory for temporary files. Default is "/.".
613
+
normalize_energy : bool, optional
614
+
If True, normalize wavelet coefficients by their energy. Default is False.
606
615
607
616
Returns
608
617
-------
@@ -617,7 +626,6 @@ def get_norm_wtl1_sphere(
617
626
nbins=40
618
627
619
628
# Perform undecimated wavelet transform on the spherical map
0 commit comments