Skip to content

xzackli/example_libsharp_C

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LibSharp Example (C)

This example code demonstrates how to set up and perform map2alm using LibSharp on a Healpix grid.

This uses the GitLab version. You can test the output of this code against

import healpy as hp
import numpy as np

hp.map2alm( 2*np.ones(hp.nside2npix(4)), lmax=4, mmax=4, iter=0 )

About

libsharp example usage

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published