User's Guide

MICRO_CF

Recreate microfiche ColorFire request

Function:

Reads the image from the microfiche backup tape and produces a ColorFire request for it. This procedure should be used if an error occurred creating the ColorFire print.

Parameters:

IMGTYPE(AMER)
Type of image. The type of images to process. An "A" on the label on the backup tape indicates AMER, while an "H" indicates WORLD. For example, if the label says "Micro MH957-MH980", IMGTYPE is HRPT.

  = AMER:  North America HRPT images.
  = WORLD: World-wide HRPT and LAC images.

START
Starting microfiche number. The starting microfiche number of the image contained on the backup tape. For example, for label "Micro MH957-MH980", START is 957.

Example:

  1. LAS> micro_cf imgtype=world start=957

    The image will be read from the backup tape for microfiche MH957-MH980. A ColorFire request will be made for the image.

Description/Algorithm:

The microfiche image is read from the backup tape into the ADAPSIMG directory, and a request for the ColorFire is generated. The image is left on disk, allowing the ColorFire manager program to remove it.

Nonfatal Error Message:

    None.

Fatal Error Messages:

    None.

User Notes:

    None.