glass-dev / glass

Generator for Large Scale Structure
https://glass.readthedocs.io
MIT License
31 stars 7 forks source link

Rename `gaussian_gls` function to `discretized_cls` #131

Open ntessore opened 11 months ago

ntessore commented 11 months ago

The gaussian_gls() function does not compute "Gaussian" Gls as such, but rather applies the angular discretisation (lmax, ncorr, nside) to the Cls it is given. The function is also used as such by other functions, e.g. lognormal_gls(), where the current name makes little sense. The function should therefore be renamed to discretized_cls() to better reflect its purpose.