Path: Orbit/GravityModels
% Load the LP150Q Lunar gravity model. The model is normalized. -------------------------------------------------------------------------- Form: gravityModel = LoadLP150Q( fileName ) -------------------------------------------------------------------------- ------ Inputs ------ fileName (1,:) Filename ------- Outputs ------- gravityModel (.) Data structure .name (1,:) Model name .mu (1,1) Gravitational constant (km^3/sec^2) .a (1,1) Model earth radius (km) .c (n,n) Cosine coefficients .s (n,n) Sine coefficients .isNormalized (1,1) Boolean --------------------------------------------------------------------------
Common: General/StringToTokens
Back to the Orbit Module page