Level 2 Help for UNMOSAIC

INP

Input image filename.  INP may be an SSI UDR or merged UDR of an OCM.
INP may be a full-frame or summation-mode image.


DIR

DIR specifies the disk and directory in which the output UDRs are to be stored.
   DIR=VMS_GLL:[SSI.UDR]	(working mission storage)
   DIR=GLL:[SSI.UDR]            (local VMS disk)
.VAR CATUSR
User's Unix ID:
  CATUSER=aaa     (required, case sensitive)
.VAR CATPW
User's Sybase password:
  CATPW=aaaxxx    (required, case sensitive)
.VAR CATSRV
Name of catalog server:
  CATSRV=MIPSDB1  (the default, case sensitive)
.VAR CATDB
Name of catalog database:
  CATDB=devCat    (the default, case sensitive)


AREAS

        AREAS=(sclk1,sl1,ss1,el1,es1,                 sclk2,sl2,ss2,el2,es2,                 sclk3,sl3,ss3,el3,es3,                 ...............
               sclkN,slN,ssN,elN,esN)
AREAS specifies the areas corresponding to the elements (exposure) of the
mosaic.  Each area is specified by 5 integers: spacecraft clock
(100*RIM+MOD91), starting line, starting sample, ending line, and
ending sample).


UPDATE

Controls updating of the ssiRaw table of the Galileo Catalog.  Normally, a
new record is created for each output image.
.VAR PARENTSCLK
Starting Spacecraft Clock of the parent image.  Normally, this value is 
obtained from the file name of the parent image specified in the
INP user parameter; however, this is only possible if the file is of the
standard naming format: s<sclk>. where  is considered to
be the 10 characters right before the period (.).  Should the 10 characters be
non-numerical, meaning the file name is not of the standard format, the program
will require both the PARENTSCLK and PARENTRAWNUM parameters to be specifed.

see also PARENTRAWNUM
.VAR PARENTRAWNUM
The raw number or version number of the parent image.  Normally, this value is
obtained from the file name of the parent image specified in the INP user
parameter; however, this is only possible if the file is of the standard naming
format: s<sclk>. where  is considered to be the integer
value positioned right before the end of INP string.  Should the INP string not 
end with an integer, meaning the file name is not of the standard format, the
program will require both the PARENTSCLK and PARENTRAWNUM parameters to be
specifed.

see also PARENTSCLK
.VAR PARTITION
Spacecraft Clock partition.  For Phase 2, the partition is the left-most
element of the Spacecraft: 1/012345678.81.9.0 has partition=1.
The partition defaults for 1 for Phase 1.

.VAR DEBUG
'DEBUG causes diagnostic messages to be printed (for debugging the program).