ANSI-C program: msk_pt.c
NAME
msk_pt - generate a point list and mask vector using a raster
image mask
SYNOPSIS
msk_pt <plist1> <pmask1> <mask>
<plist2> <pmask2> <rlks2> <azlks>
<plist1> | (input) point list 1 (int) (enter - for none) |
<pmask1> | (input) point data stack of mask values (uchar pmask[i]=0 excludes point i) (enter - for none) |
<mask> | (input) raster image file (8-bit/pixel Sun raster or
BMP format) points located in regions set to 0 are masked out |
<plist2> | (output) point list 2 (int) |
<pmask2> |
(output) output
mask, matches length of plist1 if plist2 is not
specified |
<rlks> | mask file range looks relative to the point SLC coordinates |
<azlks> | mask file azimuth looks relative to the point SLC coordinates |
INSTALLATION
Source code msk_pt.c in ./IPTA/src, executable version msk_pt in
./IPTA/bin
DESCRIPTION
msk_pt is a program that
is used to select subsets of points from a point list based upon
a raster mask file. It can also be used to modify or generate a
mask based on a raster image mask file. The mask image is
an 8-bit/pixel Sun raster or BMP format file. Often the
mask image is derived from a multi-look image. Since the point
coordinates are in SLC coordinates (range looks = 1, azimuth
looks = 1) the number of range and azimuth looks of the image
used to derive the mask are required as input on the command
line.
© Copyrights for Documentation, Users Guide and Reference Manual by Gamma Remote Sensing, 2005.
UW, CW, TS, last change 4-Jan-2005.