Scales a Tie Point Location (TPL) file's active search and reference coordinates.
Scales a Tie Point Location (TPL) file's active search and reference coordinates. The input file's active search and reference coordinates are scaled by a user-specified scale factor. The resulting coordinates are written to an output TPL file.
- INTL
- Input tie point location file. The tie point location file that contains coordinates which are to be scaled.
- OUTTL
- Output tie point location file. The tie point location file that contains the scaled coordinates.
- SCALFACT(2.0)
- Scale factor. The scale factor that the INTL's active search and reference coordinates are to be scaled by.
The active search and reference coordinates in TPLFILE;TPL will be scaled by a default scale factor of 2.0. The resulting coordinates will be written to OUTFILE;TPL.
The active search and reference coordinates in TPLFILE;TPL will be scaled by a factor of 3.4. The resulting coordinates will be written to OUTFILE;TPL.
OUTTL is opened and the header information from INTL is copied into it. The active search and reference coordinates are multiplied by SCALFACT and written to OUTTL.
The error message that is displayed immediately preceding this message is the specific error encountered. Processing continues.
The error message that is displayed immediately preceding this message is the specific error encountered. Processing is terminated.