Skip to content

A simple routine to infer 3d (vector) displacements from unwrapped, geolocated InSAR data

License

Notifications You must be signed in to change notification settings

EJFielding/vector_disp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vector_disp

A simple routine to infer 3d (vector) displacements from unwrapped, geolocated InSAR data

requirements

  • Fortran 90 compiler (only tested on gfortran)
  • BLAS and LAPACK

installation

$ make

optionally:

$ make install [prefix=/install/directory]

If BLAS and LAPACK are not installed in your LD_LIBRARY_PATH:

$ make F90INCLUDE=-L/path/to/blas_lapack

usage

Copy vector_disp.cmd to a directory and fill out the necessary blanks. Then do:

$ vector_disp vector_disp.cmd

About

A simple routine to infer 3d (vector) displacements from unwrapped, geolocated InSAR data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Fortran 90.4%
  • Batchfile 8.4%
  • Makefile 1.2%