User's Guide

LISTFIL

ADAPS list utilities

Function:

List the various image or informational files currently in the ADAPS system.

Parameters:

Subcommand -ARCH:
List the archive images. All of the files below the ADAPSARC directory structure matching *.arch will be included. These ADAPS archive images are waiting to be archived onto tape.

PRINT(TERM)
Output destination. The destination of the list of images or files.


  = TERM:       Terminal.  Output is sent to the
                user's  terminal.
  = LP:         Line printer.  Output is sent to
                the printer defined by $PRINTER.
  = Filename:   User supplied filename.  Output
                is sent to the user supplied file
                with the extension ".prt".
Subcommand -BROWSE:
List the browse images. All of the files in the ADAPSBRW directory matching *.brw will be included. Orbital stitched browse images are eventually archived onto tape, all other browse images are transferred to the GLIS data base management system.

PRINT(TERM)
Output destination. The destination of the list of images or files.


  = TERM:       Terminal.  Output is sent to the
                user's  terminal.
  = LP:         Line printer.  Output is sent to
                the printer defined by $PRINTER.
  = Filename:   User supplied filename.  Output
                is sent to the user supplied file
                with the extension ".prt".
Subcommand -INGEST:
List the ingest images. All of the files in the ADAPSING directory matching *.* will be included. These images are in the format supported by the CEOS station from which they were sent, and are waiting to be ingested into the AVHRR archive format supported at the EROS Data Center.

PRINT(TERM)
Output destination. The destination of the list of images or files.


  = TERM:       Terminal.  Output is sent to the
                user's  terminal.
  = LP:         Line printer.  Output is sent to
                the printer defined by $PRINTER.
  = Filename:   User supplied filename.  Output
                is sent to the user supplied file
                with the extension ".prt".
Subcommand -FAX:
List the facsimile images. All of the files in the ADAPSFAX directory will be included (both fac*.img and fax*.img). These files will be used to generate facsimile prints.

PRINT(TERM)
Output destination. The destination of the list of images or files.


  = TERM:       Terminal.  Output is sent to the
                user's  terminal.
  = LP:         Line printer.  Output is sent to
                the printer defined by $PRINTER.
  = Filename:   User supplied filename.  Output
                is sent to the user supplied file
                with the extension ".prt".
Subcommand -MICRO:
List the microfiche images. All of the files in the ADAPSMIC directory matching *.img will be included. These image files will be used to generate microfiche film.

PRINT(TERM)
Output destination. The destination of the list of images or files.


  = TERM:       Terminal.  Output is sent to the
                user's  terminal.
  = LP:         Line printer.  Output is sent to
                the printer defined by $PRINTER.
  = Filename:   User supplied filename.  Output
                is sent to the user supplied file
                with the extension ".prt".
Subcommand -DB:
List the database files. All of the files in the ADAPSDB directory matching *.* will be included. These files are used to generate and update data base records. The incomplete data base records found in ADAPSDBTMP are NOT listed.

PRINT(TERM)
Output destination. The destination of the list of images or files.


  = TERM:       Terminal.  Output is sent to the
                user's  terminal.
  = LP:         Line printer.  Output is sent to
                the printer defined by $PRINTER.
  = Filename:   User supplied filename.  Output
                is sent to the user supplied file
                with the extension ".prt".
Subcommand -EPHEM:
List the contents of the ephemeris file. The contents of the ephemeris file within the ADAPSTABLES directory is listed. This file's root name is composed of the specified satellite number and has a suffix of ".dat".

SATID
Satellite ID number

  = 15427: NOAA-09
  = 16969: NOAA-10
  = 19531: NOAA-11
  = 21263: NOAA-12
Subcommand -SCHED:
A brief listing of the master acquisition schedule will be generated.

PRINT(TERM)
Output destination. The destination of the list of images or files.


  = TERM:       Terminal.  Output is sent to the
                user's  terminal.
  = LP:         Line printer.  Output is sent to
                the printer defined by $PRINTER.
  = Filename:   User supplied filename.  Output
                is sent to the user supplied file
                with the extension ".prt".

Examples:

  1. LAS> listfil-arch print=archlist

    List all of the AVHRR archive images found below the ADAPSARC directory structure. The list will be contained within the file 'archlist.prt'.

  2. LAS> listfil-db print=dblist

    List all of the data base record files found in the ADAPSDB directory into the file 'dblist.prt'.

  3. LAS> listfil-ephem satid=15427

    The contents of the file '15427.dat' residing within the ADAPSTABLES directory will be printed to the standard output.

  4. LAS> listfil-sched print=lp

    A copy of the master acquisition schedule will be routed to the printer defined by the TAE variable PRINTER.

Description/Algorithm:

The appropriate list is generated and routed to the user specified destination.

Nonfatal Error Messages:

    None.

Fatal Error Messages:

    None.

User Notes:

    None.