Skip to content

basic tools for reading geoid models (represented by spherical harmonic coefficients)

Notifications You must be signed in to change notification settings

jgte/spherical-harmonic-sythesis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Matlab basic Spherical Harmonic Sythesis tools

Example:

  • load the coefficients:

[i,header]=load_icgem('ggm05g.gfc.txt');

  • convert to geoid height:

g=mod_convert(i,'non-dim','geoid',header.earth_gravity_constant,header.radius);

  • perform synthesis with 1 degree samplint at the equator:

[long,lat,grid_out]=mod_sh_synth(g,0,360);

  • plot the geoid height above the Earth mean radius of the model:

plot(long*180/pi,grid_out-header.radius);

About

basic tools for reading geoid models (represented by spherical harmonic coefficients)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages