SHCoeff2

class erwans3.Astro_tools.SHCoeff2(clm, lmax=None, mmax=None, unit=None)

Bases: object

Object containing spherical harmonic coefficient that represent a full sky map.

Attributes Summary

alm

clm

coeffs

lmax

unit

Methods Summary

from_map(skymap[, lmax, mmax])

get_clm()

getlm()

plot([nside])

rotate(rot[, copy])

to_hpxmap([nside])

Attributes Documentation

alm
clm
coeffs
lmax
unit

Methods Documentation

classmethod from_map(skymap, lmax: int = 0, mmax=None)
get_clm()
getlm()
plot(nside=None)
rotate(rot, copy: bool = True)
to_hpxmap(nside=None)