Skip to content

Latest commit

 

History

History
43 lines (36 loc) · 1.71 KB

python-classes.md

File metadata and controls

43 lines (36 loc) · 1.71 KB
title keywords sidebar permalink summary toc folder
pysh.shclasses
spherical harmonics, classes, python, pyshtools
mydoc_sidebar
python-classes.html
This module provides classes for working with spherical harmonic coefficients, gridded data, Slepian functions, and localized multitaper spectral analyses.
true
mydoc
<style> table:nth-of-type(n) { display:table; width:100%; } table:nth-of-type(n) th:nth-of-type(2) { width:75%; } </style>

Generic classes

Class name Description
SHCoeffs Class for spherical harmonic coefficients.
SHGrid Class for global gridded data.
SHWindow Class for localized spectral analyses.
Slepian Class for Slepian functions.
SlepianCoeffs Class for Slepian expansion coefficients.
SHGradient Class for the two horizontal components of the gradient of a scalar.

Classes for gravity fields

| SHGravCoeffs | Class for gravitational potential spherical harmonic coefficients. | | SHGravGrid | Class for global gridded gravitational field data. | | SHGravTensor | Class for the gravity field tensor and eigenvalues. | | SHGeoid | Class for the geoid. |

Classes for magnetic fields

| SHMagCoeffs | Class for magnetic potential spherical harmonic coefficients. | | SHMagGrid | Class for global gridded magnetic field data. | | SHMagTensor | Class for the magnetic field tensor and eigenvalues. |