Home
last modified time | relevance | path

Searched refs:rotate_map_alms (Results 1 – 3 of 3) sorted by relevance

/dports/science/healpix/Healpix_3.50/src/healpy/healpy/test/
H A Dtest_rotator.py62 rotate_map1_rotate_map_alms = gal2ecl.rotate_map_alms(map1, lmax=lmax)
/dports/science/healpix/Healpix_3.50/src/healpy/
H A DCHANGELOG.rst18 * Implemented `hp.Rotator.rotate_map_alms` and `hp.Rotator.rotate_map_pixel` to rotate maps in sphe…
/dports/science/healpix/Healpix_3.50/src/healpy/healpy/
H A Drotator.py391 def rotate_map_alms(self, m, use_pixel_weights=True, lmax=None, mmax=None): member in Rotator