next up previous contents
Next: Output Description Up: DEMASSIST Previous: DEMASSIST   Contents

Input Cards

DAC_IN_DEM $\textstyle \parbox{.75\linewidth}{
{\textrm{\it{filename}}}}$
$\textstyle \parbox{\MY}{filename of input DEM (gtopo30).
File is assumed to be...
... line-by-line.
See also internet links at Doris home page for available DEMs.}$



DAC_IN_FORMAT $\textstyle \parbox{0.75\linewidth}{
{\textrm{\it{{\underline{I2}} \ensuremath{\:\vert\:}I2\_BIGENDIAN \ensuremath{\:\vert\:}R4 \ensuremath{\:\vert\:}R8}}}}$
$\textstyle \parbox{\MY}{format of input DEM on file
(signed short for gtopo30,...
... header,
endianness of host platform is assumed, except for I2\_BIGENDIAN).
}$



DAC_IN_SIZE $\textstyle \parbox{0.75\linewidth}{
{\textrm{\it{{\underline{6000 4800}}}}}}$
$\textstyle \parbox{\MY}{Number of rows and columns of input DEM file.
Default is set to tile w020n90.DEM.}$



DAC_IN_DELTA $\textstyle \parbox{0.75\linewidth}{
{\textrm{\it{{\underline{0.00833333333333333333 \textnormal{[} {deltalon} \textnormal{]}}}}}}}$
$\textstyle \parbox{\MY}{Grid spacing of input DEM in decimal degrees, latitude longitude.
Default is equal gridspacing,
default set to tile w020n90.DEM.}$



DAC_IN_UL $\textstyle \parbox{0.75\linewidth}{
{\textrm{\it{{\underline{89.995833333333333 -19.995833333333333333333}}}}}}$
$\textstyle \parbox{\MY}{Coordinates of UL (upperleft) corner in decimal degrees...
...tile w020n90.DEM.
It is interpreted as max-latitude, min-longitude in source.}$



DAC_IN_NODATA $\textstyle \parbox{0.75\linewidth}{
{\textrm{\it{{\underline{-9999}}}}}}$
$\textstyle \parbox{\MY}{Identifier to ignore data in input DEM with this value.
Default is set to tile w020n90.DEM.}$



DAC_OUT_DEM $\textstyle \parbox{0.75\linewidth}{
{\textrm{\it{filename}}}}$
$\textstyle \parbox{\MY}{Request optional debug output to float file of input DE...
...,
cut to the interferogram window.
Info on these files is written as DEBUG.}$



DAC_OUT_DEMI $\textstyle \parbox{0.75\linewidth}{
{\textrm{\it{filename}}}}$
$\textstyle \parbox{\MY}{Request optional debug output to float file of interpol...
...M,
cut to the interferogram window.
Info on these files is written as DEBUG.}$



DAC_OUT_DEM_LP $\textstyle \parbox{0.75\linewidth}{
{\textrm{\it{demheight\_lp.raw}}}}$
$\textstyle \parbox{\MY}{Filename of output DEM height in radar coordinates.}$



Example input section:

c       ___         ___
comment ___DEMASSIST___
c
 DAC_IN_DEM        final_wanaF2835.dem
 DAC_IN_FORMAT     r4
 DAC_IN_SIZE       3601 3601
 DAC_IN_DELTA      0.000833333 0.000833333
 DAC_IN_UL         40  27                   // the center cn of UL corner p$
 DAC_IN_NODATA     -32768
 DAC_OUT_DEM      dem_dac.raw
c DAC_OUT_DEMI   demi_dac.raw
c DAC_OUT_DEM_LP   demLP_dac.raw



Leijen 2009-04-14