shxarray.core.shcomputebase#

class shxarray.core.shcomputebase.SHComputeBackendBase#

Bases: object

Base class providing the calling interface for more compute intensive Spherical harmonic operations. The backend can be implemented in another module and registered as an entry_point in the pyproject.toml filei according to e.g.:

[project.entry-points.”shxarray.computebackends”] yourbackend = “yourpackage.module:SHComputeBackendclass”

analysis(*argv)#
lonlat_grid(nmax)#
synthesis(*argv)#