Skip to content

ziotom78/Libsharp.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Libsharp

Build Status Codecov

This Julia package provides bindings to the libsharp2 library, written by Martin Reinecke.

We export the following job types for sharp_execute!.

SHARP_YtW                   # analysis
SHARP_MAP2ALM = SHARP_YtW   # analysis
SHARP_Y                     # synthesis
SHARP_ALM2MAP = SHARP_Y     # synthesis
SHARP_Yt                    # adjoint synthesis
SHARP_WY                    # adjoint analysis
SHARP_ALM2MAP_DERIV1        # synthesis of first derivatives

Libsharp uses its own OpenMP parallelization. Set the environmental variable OMP_NUM_THREADS to control the number of threads used.

About

Julia bindings to the libsharp library

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages