/GeodMod

Geodetic Modeling Software in Matlab

Primary LanguageMATLABBSD 2-Clause "Simplified" LicenseBSD-2-Clause

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