Displays tie point files to terminal, disk, or printer
Displays tie point selection files, merged tie point files, and tie point location files. It provides the options of printing the file on the line printer, on the user's terminal, or to a text file.
- INTS
- Input tie point selection file. The tie point selection file to be printed.
- LISTOPT("ON","ON","OFF","OFF","OFF","OFF")
- List options. The following fields in the tie point selection file may be turned "ON" or "OFF" in the resulting report:
Image Coordinates Geographic/Projection/User-defined Coordinates Elevation of the point Zoom factor used in point selection Tie point selection file header information Correlation Parameters for each point
- INLT(--)
- Labeled table file. This file contains map identifiers and parameters in a labeled table format. The file contains a map id, the latitude/longitude of the upper-left corner, lower-right corner, a verify point, as well as other information needed to register the map. If this parameter is NULL, the map information is not reported. The format of the file is given in the User Notes section.
- PTID(--)
- Point identifier(s). The point identifiers of the tie points to be reported. If this parameter is NULL, all tie points are reported.
- PRINT(TERM)
- Output destination. The output destination of the tie point report. The available output destinations are:
= 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".
- INMT
- Input merged tie point file. The merged tie point file to be printed.
- LISTOPT("ON","ON","OFF","OFF","OFF","OFF","OFF")
- List options. The following fields in the merged tie point file may be turned "ON" or "OFF" in the resulting report:
Reference Image Coordinates Search Image Coordinates Geographic/Projection/User-defined Coordinates Elevation of the point Zoom factor used in point selection Tie point selection file header information Correlation Parameters for each point
- INLT(--)
- Labeled table file. This file contains map identifiers and parameters in a labeled table format. The file contains a map id, the latitude/longitude of the upper-left corner, lower-right corner, a verify point, as well as other information needed to register the map. If this parameter is NULL, the map information is not reported. The format of the file is given in the User Notes section.
- PTID(--)
- Point identifier(s). The point identifiers of the tie points to be reported. If this parameter is NULL, all tie points are reported.
- PRINT(TERM)
- Output destination. The output destination of the tie point report. The available output destinations are:
= 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".
- INTL
- Input tie point location file. The tie point location file to be printed.
- LISTOPT("ON","ON","OFF","OFF","OFF","ON","OFF","OFF")
- List options. The following fields in the tie point location file may be turned "ON" or "OFF" in the resulting report:
Reference Image Coordinates Search Image Coordinates Geographic/Projection/User-defined Coordinates Elevation of the point Zoom factor used in point selection Point active flag field Tie point selection file header information Correlation Parameters for each point
- INLT(--)
- Labeled table file. This file contains map identifiers and parameters in a labeled table format. The file contains a map id, the latitude/longitude of the upper-left corner, lower-right corner, a verify point, as well as other information needed to register the map. If this parameter is NULL, the map information is not reported. The format of the file is given in the User Notes section.
- PTID(--)
- Point identifier(s). The point identifiers of the tie points to be reported. If this parameter is NULL, all tie points are reported.
- PRINT(TERM)
- Output destination. The output destination of the tie point report. The available output destinations are:
= 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".
All the contents of the tie point selection file REF are displayed on the terminal. A listing of map parameters is also given.
The contents of the merged tie point file MERGED.OUT are displayed on the terminal and printed on a printer. All tie points are listed.
Two tie point records (p1 and p2) are read from the tie point location file FIT.OUT and are displayed on the terminal and printed on a printer. A full report, listing all file contents for the two tie points, is given, including the parameters of the map used to obtain the two tie points.
The header and tie point records contained in the tie point file are displayed on the terminal and, optionally, are printed on a printer or written to a text file. The user may select fields to report, resulting in flexible reporting options. The default report for each subcommand lists the most commonly used information. The full report gives all information contained for each point and also includes map parameter information, if such information is used.
The error message displayed immediately preceding this message is the specific error that was encountered. Processing is terminated.
; "MAPFILE","Map identifier parameter file"; "ID","C","Unique map identifier",1,20 "UNITS","I4","Coordinate unit code 4=deg 6=xy",1,1 "UL_Y","R8","Upper left Y/latitude coordinate",1,1 "UL_X","R8","Upper left X/longitude coordinate",1,1 "LR_Y","R8","Lower right Y/latitude coordinate",1,1 "LR_X","R8","Lower right X/longitude coordinate",1,1 "VER_Y","R8","Verify pt Y/latitude coordinate",1,1 "VER_X","R8","Verify pt X/longitude coordinate",1,1 "NPTS_Y","I4","Number of tics in Y",1,1 "NPTS_X","I4","Number of tics in X",1,1 "SCALE","I4","Map scale in 1:x",1,1 "DATUM","C","Map datum",1,80 "TYPE","C","Map type",1,80 "DATE","C","Map date",1,10 "DESC","C","Map description",1,80;