User's Guide

TPL2MTP

Converts a Tie Point Location file to a Merged Tie Point file

Function:

Converts a Tie Point Location file to a Merged Tie Point file.

Parameters:

INTL
Input tie point location file. This file contains the input tie points.

OUTMT
Output merged tie point file. This file contains the output tie points.

SWAPOPT("NO")
Swap option. The search and reference coordinates are swapped. This is used to prepare files for EDITCORR-BACKMATCH.


  = YES: Swapping performed
  = NO:  Swapping not performed

Examples:

  1. LAS> tpl2mtp intl=test outmt=output

    The input tie point location file TEST is converted to a merged tie point file and written to OUTPUT.

  2. LAS> tpl2mtp intl=temp outmt=points swapopt=yes

    The input tie point location file TEMP is converted to a merged tie point file. However, the search and reference points of the tie point file are swapped. This file is written to POINTS.

Description/Algorithm:

The input tie point file is read and converted into a merged tie point format. If SWAPOPT is set to YES, the search and reference points are switched (used to prepare tie point files for EDITCORR-BACKMATCH). Finally, the data is written to OUTMT.

Nonfatal Error Messages:

    None.

Fatal Error Messages:

  1. [tpl2mtp-fatal] Fatal error encountered

    A fatal error was encountered. The error message displayed immediately preceding this message is the specific error encountered.

User Notes:

  1. Tie point files may be produced by functions such as EDITTIE, TIEPTS, TRANCOORD, TIEMERGE, CORRELATE, and POLYFIT.