Level 2 Help for MOSPLOT
INP
All inputs are IBIS tabular files.
SEDR.INT made by program VGRIBIS
This is an IBIS file containing the SEDR for
each frame in the mosaic.
( required as first input )
MATCH.INT made by program MANMATCH
This is an IBIS file containing the tiepoints
connecting the frames in the mosaic.
( optional )
GROUND.INT made by program GETGCP
This is an IBIS file containing the locations and
lat,lon coordinates of ground control points.
NOTE: if ground.int is provided it must follow
match.int.
( optional )
GEOM.IMG made for program GEOMA.
This is a geometric correction file. It is
required if the input files are IMAGE space
(un-geometric-corrected) images.
( optional )
NOTE on the order of the inputs:
All the inputs but SEDR.INT are optional. They may
occur in any order provided that:
1. SEDR.INT is first.
2. If GROUND.INT is provided it must follow MATCH.INT.
OUT
The overlap ibis file.( optional )
two columns output:
col1=first frame number of a pair
col2=second frame number of a pair
The frame numbers run from 1 to N beginning with the
first entry in the SEDR.INT file created by program
VGRIBIS and ending with the Nth entry.
PLOTOUT
This variable is used to specify the name of the output PostScript filename.
If a filename is not specufued, the the filename will default to 'mosplot.psf'.
PLOTFMT
Output plot format
GNUPLOT or EPS
PROJECT
Specifies the project as GLL,VIKOR,MAR10,VGR-1,VGR-2,MAR-9
Only used if the input images are
in image space and the project is GLL.
EXAG
The exaggeration factor used in plotting tiepoint
residuals. The default is to exaggerate the length
of the tiepoint residuals by a factor of 10,
ie: exag=10.0
NEW
To select the new SEDR OMmatrix which was created by program
OMCOR and stored in columns 21-23 in the SEDR.INT file.
Default is to select the OLD SEDR OMmatrix stored in
columns 8-10 of SEDR.INT.
PRINT
To print the contents of all files read and written
except for the geom file.
INCR
Specifies the spacing in pixels between points selected
at equal intervals around the border of the pictures
for generaton of the footprint plots. NOTE: the routine
INSIDE has a limit of 25 such points. Default is 133 ,
and should the user not change any of INCR, NL nor NS while
processing GLL summation mode, then INCR will be defaulted
to 66.
NL
Specifies the number of lines in each image going into
the mosaic. Default is 800, and should the user not change
any of INCR, NL nor NS while processing GLL summation mode,
then NL will be defaulted to 400.
NS
Specifies the number of samples in each image going into
the mosaic. Default is 800, and should the user not change
any of INCR, NL nor NS while processing GLL summation mode,
then NS will be assigned to 400.
OBJECT
Specifies that the images going into the mosaic are
geometrically corrected (object space). The default is
IMAGE or un-corrected.
LATLON
Specifies the center of projection for an oblique
stereographic projection plot of only the area contained
within the mosaic. If LATLON is not specified the plot
will be in latitude/longitude and contain the whole planet.
Use of latlon will avoid problems at the poles and
around the prime meridian. see the EXAMPLE
AREA
Specifies a portion of the stereographic projection to plot.
The default is to plot all the area containing the images.
AREA is followed by 4 numbers indicating:
upper line, lower line, left sample, right sample.