Skip to content
Snippets Groups Projects
Commit 16af3d32 authored by Axel Schnitger's avatar Axel Schnitger
Browse files

Update the documentation.

parent 7745aaf4
No related branches found
No related tags found
No related merge requests found
...@@ -18,12 +18,12 @@ recovery using GRACE type satellite observations. ...@@ -18,12 +18,12 @@ recovery using GRACE type satellite observations.
<!-- vim-markdown-toc GitLab --> <!-- vim-markdown-toc GitLab -->
* [Requirements](#requirements) - [Requirements](#requirements)
* [Installation](#installation) - [Installation](#installation)
* [Usage](#usage) - [Usage](#usage)
* [Performance](#performance) - [Performance](#performance)
* [Files](#files) - [Files](#files)
* [Contributors](#contributors) - [Contributors](#contributors)
<!-- vim-markdown-toc --> <!-- vim-markdown-toc -->
...@@ -40,7 +40,7 @@ Toolbox](https://de.mathworks.com/help/distcomp/). ...@@ -40,7 +40,7 @@ Toolbox](https://de.mathworks.com/help/distcomp/).
## Installation ## Installation
Download gracetools as a zip file and extract it somewhere on your computer. Download GRACETOOLS as a zip file and extract it somewhere on your computer.
- [**gracetools.zip**](https://gitlab.aei.uni-hannover.de/geoq/gracetools/-/archive/master/gracetools-master.zip) - [**gracetools.zip**](https://gitlab.aei.uni-hannover.de/geoq/gracetools/-/archive/master/gracetools-master.zip)
...@@ -148,14 +148,15 @@ days of observation, each iteration takes about 1h 10min. ...@@ -148,14 +148,15 @@ days of observation, each iteration takes about 1h 10min.
- `plmsp.m`- fully normalized associated Legendre functions for all degree and - `plmsp.m`- fully normalized associated Legendre functions for all degree and
order but in a single points order but in a single points
- `readACC.m`- Read GRACE ACC1B - `readACC.m`- Read GRACE ACC1B
- `readGFC.m`- Read GFC file - `readGFC.m`- Read Gravity Field Coefficients (GFC file)
- `readGNV.m`- Read GRACE GNV1B - `readGNV.m`- Read GRACE GNV1B
- `readKBR.m`- Read GRACE KBR1B - `readKBR.m`- Read GRACE KBR1B
- `readSCA.m`- Read GRACE SCA1B - `readSCA.m`- Read GRACE SCA1B
- `Ri2e.m`- returns the rotation matrix from an inertial frame to an - `Ri2e.m`- returns the rotation matrix (only Z-rotation) from an inertial
Earth-fixed coordinate system frame to an Earth-fixed coordinate system
- `Ri2e_dot.m`- returns the derivative of the rotation matrix from inertial - `Ri2e_dot.m`- returns the derivative of the rotation matrix (only Z-rotation)
frame to an Earth-fixed Earth-centered coordinate system from inertial
frame to an Earth-fixed coordinate system
- `save_vars2continue_itr.m`- save all important variables of a gravity - `save_vars2continue_itr.m`- save all important variables of a gravity
estimation estimation
- `vec2cs.m`- rearranges a vector shaped set of spherical harmonic coefficients - `vec2cs.m`- rearranges a vector shaped set of spherical harmonic coefficients
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment