Help for CATTP
PURPOSE
CATTP generates an XML tiepoint file concatenating two or more input tiepoint files
TAE COMMAND LINE FORMAT
CATTP INP=(intiefiles) OUT=outtie IMG=(inimgfiles)
where
intiefiles is two or more input tiepoint files
outtie is an output XML text file representing a set of tiepoints.
inimgfiles is two or more input image files
Examples
disp2tp intie.lis out.tie inimg.lis
OPERATION
CATTP generates an XML tiepoint file concatenating two or more
input tiepoint files. The associated image files MUST be provided
in the img parm.
Following is a minimal example of an XML tiepoint file:
<?xml version="1.0" encoding="UTF-8"?>
<tiepoint_file version="1.0">
<tiepoint_set>
<reference_frame name="FIXED" index1="22" />
<images>
<image unique_id="MLG_436644282DSR_S0220000MCAM01813M1" key="0" />
<image unique_id="MRG_436644282DSR_S0220000MCAM01813M1" key="1" />
</images>
<tiepoints>
<tie type="0" left_key="0" right_key="1">
<left line="71" samp="491" />
<projected line="145.984558" samp="138.428513" />
<right line="145.984558" samp="138.428513" />
<flags quality="1.0" interactive="0" />
</tie>
</tiepoints>
</tiepoint_set>
RESTRICTIONS
None known.
WRITTEN BY: W. L. Bunch
COGNIZANT PROGRAMMER: W. L. Bunch
REVISIONS:
Thu Sep 18 2014
Initial version
PARAMETERS:
INP
Input tiepoint files.
OUT
Output tiepoint file.
IMG
Input image files.
Cognizant Programmer: