Help for MOCSUMMARY

PURPOSE:
MOCSUMMARY is a VICAR program which produces the Roll Contents Summary frame
for the Mars Observer photographic products. The output of this program gives 
a textual summary of images data included on the film roll.  Information such 
as range of product ids, frame_ids, images's starting spacecraft event times 
in UTC, along with information on what masked images were film recorded for a 
second time on the roll is given in the output.

When MOCSUMMARY is invoked on the command line, the mode of operation is 
determined by the subcommand which is used.  If the AUTO subcommand is 
invoked, MOCSUMMARY shall retrieve all the information from the input 
production table and its label file. If the MANUAL subcommand is invoked,
the information shall be provided by the user through the command line.
EXECUTION:
 
For AUTO mode :

mocsummary-auto table="/home/dev/ffm/momask/summary.tab"             label="/home/dev/ffm/momask/summary.lbl"             out=/mo1/ffm/mocsummary1.out             mrps_id=("1111111","2222222","3333333","4444444","5555555",                      "6666666","7777777","8888888","9999999","1010101")

For MANUAL mode :

mocsummary-manual out=/mo1/ffm/mocsummary2.out             mrps_id=("1111111","2222222","3333333","4444444","5555555",                      "6666666","7777777","8888888","9999999","1010101")             first_frame_id="R001T000"             last_frame_id="R002F002"             product_id = ("03n00229","03r00231","03b00232","03r00234",                           "03b00235","03n00230","03n00230","03n00232",                           "03n00232","03r00234","03n00237","03r00234",                           "03n00238","03b00235","03n00239")            start_time = ("1996-05-18T01:59:59.000z",                          "1996-05-18T02:59:59.000z",                          "1996-05-18T03:59:59.000z",                          "1996-05-18T04:59:59.000z",                          "1996-05-18T05:59:59.000z",                          "1996-05-18T06:59:59.000z",                          "1996-05-18T07:59:59.000z",                          "1996-05-18T08:59:59.000z",                          "1996-05-18T09:59:59.000z",                          "1996-05-18T10:59:59.000z",                          "1996-05-18T11:59:59.000z",                          "1996-05-18T12:59:59.000z",                          "1996-05-18T13:59:59.000z",                          "1996-05-18T14:59:59.000z",                          "1996-05-18T15:59:59.000z") 
PROGRAM HISTORY:

Written by:                   Florance Moss
Current cognizant programmer: Florance Moss
                              7-Sep-1993
Revisions: 	None


PARAMETERS:


TABLE

File specification name for Mars Observer Systematic production table.

LABEL

File specification name for label describing the production table.

OUT

Output file name.

BCKGRD

Background gray scale of masked images.

MRPS_ID

MRPS rerun ID. .SUBCMD MANUAL Input information manually.

OUT

Output file name.

BCKGRD

Background gray scale of masked images.

MRPS_ID

MRPS rerun ID.

FIRST_FRAME_ID

First frame on the film roll.

LAST_FRAME_ID

Last frame on the film roll.

PRODUCT_ID

Product IDs on the roll.

START_TIME

Spacecraft Event Time in UTC for each product id.

See Examples:


Cognizant Programmer: