gmtsar.sh

Introduction

Use the links in the table of contents to the left to access the documentation.



Functions

__link_ERSCEOS_gmtsar
__link_N1E1E2_gmtsar
create_env_gmtsar

__link_ERSCEOS_gmtsar


Parameters
$1

path to ERS-1/2 SAR dataset in CEOS format

$2

target folder (will be created if it doesn't exist)

Return Value

0 on success, 1 on failure.

Discussion

__link_ERSCEOS_gmtsar() is an internal function that links (with .ldr and .dat extension) the ERS-1/2 SAR dataset in CEOS format in the folder provided as second argument to be used with GMTSAR.

Updated:
Thursday, January 09, 2014

__link_N1E1E2_gmtsar


Parameters
$1

path to (A)SAR dataset in .N1 , .E1 or .E2 format

$2

target folder (will be created if it doesn't exist)

Return Value

0 on success, 1 on failure.

Discussion

__link_N1E1E2_gmtsar() is an internal function that links (with the extension .baq) the Envisat ASAR (.N1) and ERS-1/2 SAR dataset (.E1 or .E2) in the folder provided as second argument to be used with GMTSAR.

Updated:
Thursday, January 09, 2014

create_env_gmtsar


Parameters
$1

path to the master dataset

$2

path to the slave dataset

$3

target folder (will be created if it doesn't exist) - e.g. runtime

Return Value

0 on success, 1 on failure.

Discussion

create_env_gmtsar() is a public function that links a master and a slave dataset in the folder provided as third argument to be used with GMTSAR. The function will create a new folder named 'raw'

Updated:
Thursday, January 09, 2014