1313def convolve_map_with_gaussian_beam (pix_size_arcmin ,
1414 beam_size_fwhm_arcmin , map_to_convolve ):
1515 """
16- Convolve the map with a Gaussian beam.
16+ Convolve the map with a Gaussian beam
1717
1818 Parameters:
1919 ----------
@@ -37,7 +37,7 @@ def convolve_map_with_gaussian_beam(pix_size_arcmin,
3737
3838def f_sz (freq_ghz , T_CMB_K ):
3939 """
40- the leading order correction to blackbody from Compton scattering
40+ leading order correction to blackbody from Compton scattering
4141 see Eq 3.31 of https://background.uchicago.edu/~whu/thesis/chap3.pdf
4242
4343 Parameters:
@@ -65,7 +65,7 @@ def f_sz(freq_ghz, T_CMB_K):
6565def add_cmb_map_and_convolve (dT_map_uK , ps , pix_size_arcmin ,
6666 beam_size_fwhp_arcmin ):
6767 """
68- Add CMB to the dT map and convolve with beam.
68+ Add CMB to the dT map and convolve with beam
6969
7070 Parameters:
7171 ----------
@@ -109,7 +109,7 @@ def add_cmb_map_and_convolve(dT_map_uK, ps, pix_size_arcmin,
109109
110110def get_cls (ns , cosmo , lmax = 2000 ):
111111 """
112- Makes a cmb temperature map based on the given power spectrum.
112+ Makes a cmb temperature map based on the given power spectrum
113113
114114 Parameters:
115115 ----------
@@ -140,7 +140,7 @@ def get_cls(ns, cosmo, lmax=2000):
140140
141141def make_cmb_map (shape , pix_size_arcmin , ps , seed = None ):
142142 """
143- Makes a cmb temperature map based on the given power spectrum.
143+ Makes a cmb temperature map based on the given power spectrum
144144
145145 Parameters:
146146 ----------
@@ -165,4 +165,3 @@ def make_cmb_map(shape, pix_size_arcmin, ps, seed=None):
165165 omap = enmap .rand_map (shape ,wcs ,cov = ps , seed = seed )
166166
167167 return omap [0 ]
168-
0 commit comments