Skip to content

yunjunz/GeodMod

 
 

Repository files navigation

Geodetic modelling software in Matlab

1. Installation

1.1 Download

git clone https://github.com/geodesymiami/GeodMod.git

1.2 Setup environment path

Add the following to your ~/.cshrc:

alias matlab              '/Applications/MATLAB_R2017a.app/bin/matlab'  #adjust for your own version
setenv GEODMOD_HOME       ~/development/matlab/GeodMod
setenv GEODMOD_TESTDATA   ~/insarlab/test/geodmod
setenv GEODMOD_TESTBENCH  ~/insarlab/test/geodmod_testbench

1.3 Setup matlab path

Add the following to your startup.m file for Matlab to initiate the configuration:

%% Setting for GeodMod
disp('Setting paths for geodmod...')
run( [ getenv('GEODMOD_HOME') filesep 'addpath_geodmod'] )

2. Test Run

Start matlab program from terminal to initiate the environment variables defined above.

matlab
>>geodmod Darwin.min

Releases

No releases published

Packages

No packages published

Languages

  • MATLAB 67.4%
  • Jupyter Notebook 25.0%
  • Fortran 2.7%
  • C++ 2.5%
  • C 2.1%
  • M 0.3%