USGS

Isis 2 Documentation


lomarkfid Documentation

lomarkfid - Mark the fiducials in a Lunar Orbiter cube
This program will attempt to label the fiducials
in a Lunar Orbiter cube file.  Using the seed as
the starting point, the program writes the
fiducial id every FIDGAP pixels above the fiducial
on the top and below the fiducial on the bottom.
If the image does not have room at the top for the
labels then the program writes the labels below
the marks.  Likewise if the image does not have
room at the bottom for the labels, the program
writes the labels above the marks.

Programmer: Debbie A. Cook, U.S.G.S., Flagstaff, AZ


ParmDescriptionDefault
FROM
Input cube file name
  (default extension is .cub)
NONE
TO
Output cube file name
  (default extension is .cub)
NONE
TSEED
Top seed id (2A)
NONE
TSAMP
Sample position of top seed
NONE
TLINE
Line position of top seed
NONE
BSEED
Bottom seed id (2A)
NONE
BSAMP
Sample position of bottom seed
NONE
BLINE
Line position of bottom seed
NONE
DN
DN of label pixels
254
FIDGAP
Size of fiducial gap in pixels
221

ADDITIONAL NOTES:

ParmDescription
FROM
Input cube file name.  If the file extension is omitted,
then ".cub" will be assumed.
TO
Output cube file name.  If the file extension is omitted,
then ".cub" will be assumed.
TSEED
This value is the Lunar Orbiter fiducial identifier for
the first fiducial on the top to mark.  The high res
fiducials are numbered from right to left and the medium
res fiducials are numbered from left to right.  The
program calculates the remaining positions by stepping
FIDGAP samples in the appropriate direction for the
instrument.
TSAMP
This is the sample position corresponding to TSEED.
TLINE
This is the line position of corresponding to TSEED.
BSEED
This value is the Lunar Orbiter fiducial identifier for
the first fiducial on the bottom to mark.  The high res
fiducials are numbered from right to left and the medium
res fiducials are numbered from left to right.  The
program calculates the remaining positions by stepping
FIDGAP samples in the appropriate direction for the
instrument.
BSAMP
This is the sample position corresponding to BSEED.
BLINE
This is the line position of corresponding to BSEED.
DN
The labels will have this DN value.
FIDGAP
The program will use this value to space fiducial
positions starting from the seed position sample.

Last updated: May 26 2005
File: pdfs2.html

Contact us online at the Isis Support Center: http://isisdist.wr.usgs.gov

ISIS Documentation Home Page