Skip to content

insar-dev/gmtsar

This branch is 243 commits behind gmtsar/gmtsar:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

00acf7d · Nov 12, 2020
Aug 14, 2016
Nov 12, 2020
Nov 5, 2020
Sep 5, 2019
Aug 5, 2019
Aug 11, 2020
Aug 14, 2016
Aug 15, 2017
Aug 7, 2015
Aug 15, 2017
Jan 4, 2020
Aug 7, 2015
Aug 7, 2015
Aug 10, 2015
Aug 7, 2015
Aug 18, 2017
Aug 7, 2015
Dec 31, 2019
Aug 7, 2015

Repository files navigation

INSTRUCTIONS FOR INSTALLING AND RUNNING GMTSAR

INSTALL

  1. Go to the GMTSAR WIKI and follow the instructions. http://gmt.soest.hawaii.edu/projects/gmt5sar/wiki

  2. Download orbit files for just ERS and ENVISAT. The other satellites have orbits distributed with the data. https://topex.ucsd.edu/gmtsar/downloads/

  3. Go to the gmtsar directory and enter:

    autoconf
    
  4. Configure GMTSAR: Run the configure script. To see all options, run

    ./configure --help
    

    Most users will simply run

    ./configure --with-orbits-dir=<orbitsdir> --prefix=<installdir>
    

    For example, you might run

    ./configure --with-orbits-dir=/usr/local/orbits
    
  5. To build all executables, type

    make
    make install
    
  6. test the commands: gmt, esarp, xcorr, conv, gmtsar.csh, etc. If using C-shell you may have to type rehash first. If this does not work then make sure the is in your system $PATH or $path.

RUN

  1. GET DATA. There is an example data set at our website: https://topex.ucsd.edu/gmtsar/downloads/

Uncompress the file and then unpack with tar.

  1. ORGANIZE the DISK. The standard GMTSAR run has the following directories.

raw SLC topo intf

raw - contains the original data.

SLC - contains the single look complex images derived from the raw data.

topo - contains a digital elevation model for the area in geographic and ultimately radar coordinates.

intf - contains subdirectories with the possible interferograms (only 1 for this example).

  1. MAKE DEM

Go to the following web site and construct a file dem.grd that encloses the SAR frame. https://topex.ucsd.edu/gmtsar/demgen

Place the file dem.grd in the /topo directory.

  1. EXAMPLE RUNS

There are complete examples for each data type at the following web site: https://topex.ucsd.edu/gmtsar/downloads/

Releases

No releases published

Packages

No packages published

Languages

  • C 81.9%
  • Shell 10.7%
  • C++ 2.0%
  • Roff 1.3%
  • CMake 1.3%
  • M4 1.0%
  • Other 1.8%