Skip to content

Thomas-Loudis/georb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GEORB_logo_bbw_2024

Gravity and precisE ORBit determination system

GEORB is a software for Precise Orbit Determination (POD) of Low Earth Orbiters (LEOs) and satellite gravity missions, gravity field recovery and orbit design of future space missions. 

Initiated in 2007 and released as open source in 2022, GEORB is designed as a versatile tool to support academic research in satellite geodesy and orbital mechanics, as well as industrial applications in Earth observation and space exploration. GEORB specialises in analysis of satellite gravity missions' data and simulation of future space gravity missions, supporting missions such as the Gravity Recovery And Climate Experiment (GRACE) and contributing to the preparation of the upcoming ESA/NASA Mass-Change and Geosciences International Constellation (MAGIC) mission. The current release delivers data products of precise orbits, calibrated accelerometer data and time-variable gravity field models for the NASA/GFZ’ GRACE Follow-On mission.

Data Products (major):

  • Precise Orbit data
  • Gravity Field models
  • Calibration of on-board accelerometer data
  • Orbit simulation data

Cite GEORB:

Thomas Loudis Papanikolaou (2023). GEORB: Release for precise orbit determination of low Earth orbiters and satellite gravity missions, Software Impacts, doi: https://doi.org/10.1016/j.simpa.2023.100502.


Data Products:

Precise orbit data and Gravity field models for GRACE Follow-On mission. VBN. doi: 10.5278/8b4d5e8d-0010-4461-a58e-b5b39637bd51

DORUS time-variable gravity field models. VBN. doi: 10.5278/b9644d2d-697f-4b73-bf73-c79582e6572b


Guide: Instructions for configuration and data requirements

GEORB can be executed through applying the following steps:

  1. Set the configuration files located in the folder '../config/'. Description of the configurable parameters is provided within the config files.

main_config.in :: Master Configuration file for setting the basic modes

orbit_model.in :: Configuration file for the orbit modelling and methods

ic_config.in :: Initial Consditions file for setting the list of the Satellites/Objects along with the Initial Epoch per object

cd config/
edit main_config.in
cd ..
cd config/
edit orbit_model.in
cd ..
cd config/
edit ic_config.in
cd ..
  1. Download the models' data required by executing the script file georb_data_models.m stored in the folder '../scripts/'. The data will be save in the folder '../data/'.
cd scripts/
georb_data_models
  1. Satellite Missions data are required when operating in the 'orbit missions mode' and other modes requiring satellite data.

The current release supports the GRACE missions.

Data of the GRACE Follow-On and GRACE missions can be accessed from the official data centers servers as follows:

JPL/NASA: https://podaac.jpl.nasa.gov/GRACE-FO

GFZ: https://isdc.gfz-potsdam.de/grace-fo-isdc/

The GRACE/GRACE-FO data need to be stored in the folder '../data/'

  1. Execute the GEORB main script georb_main.m in the folder '../main/'
cd main/
georb_main
  1. The computed restuls are written to output data (ascii) files saved in the folder '../data_output/'