Changes between Version 1 and Version 2 of rfc22_rpc


Ignore:
Timestamp:
Mar 28, 2008, 5:25:20 PM (16 years ago)
Author:
warmerdam
Comment:

correct some formatting issues.

Legend:

Unmodified
Added
Removed
Modified
  • rfc22_rpc

    v1 v2  
    2222metadata items in the "RPC" domain to identify the rational polynomials.
    2323
    24 * ERR_BIAS: Error - Bias. The RMS bias error in meters per horizontal axis of all points in the image (-1.0 if unknown)
    25 * ERR_RAND: Error - Random. RMS random error in meters per horizontal axis of each point in the image (-1.0 if unknown)
    26 * LINE_OFF: Line Offset
    27 * SAMP_OFF: Sample Offset
    28 * LAT_OFF: Geodetic Latitude Offset
    29 * LONG_OFF: Geodetic Longitude Offset
    30 * HEIGHT_OFF: Geodetic Height Offset
    31 * LINE_SCALE: Line Scale
    32 * SAMP_SCALE: Sample Scale
    33 * LAT_SCALE: Geodetic Latitude Scale
    34 * LONG_SCALE: Geodetic Longitude Scale
    35 * HEIGHT_SCALE: Geodetic Height Scale
    36 * LINE_NUM_COEFF (1-20): Line Numerator Coefficients. Twenty coefficients for the polynomial in the Numerator of the rn equation. (space separated)
    37 * LINE_DEN_COEFF (1-20): Line Denominator Coefficients. Twenty coefficients for the polynomial in the Denominator of the rn equation. (space separated)
    38 * SAMP_NUM_COEFF (1-20): Sample Numerator Coefficients. Twenty coefficients for the polynomial in the Numerator of the cn equation. (space separated)
    39 * SAMP_DEN_COEFF (1-20): Sample Denominator Coefficients. Twenty coefficients for the polynomial in the Denominator of the cn equation. (space separated)
     24 * ERR_BIAS: Error - Bias. The RMS bias error in meters per horizontal axis of all points in the image (-1.0 if unknown)
     25 * ERR_RAND: Error - Random. RMS random error in meters per horizontal axis of each point in the image (-1.0 if unknown)
     26 * LINE_OFF: Line Offset
     27 * SAMP_OFF: Sample Offset
     28 * LAT_OFF: Geodetic Latitude Offset
     29 * LONG_OFF: Geodetic Longitude Offset
     30 * HEIGHT_OFF: Geodetic Height Offset
     31 * LINE_SCALE: Line Scale
     32 * SAMP_SCALE: Sample Scale
     33 * LAT_SCALE: Geodetic Latitude Scale
     34 * LONG_SCALE: Geodetic Longitude Scale
     35 * HEIGHT_SCALE: Geodetic Height Scale
     36 * LINE_NUM_COEFF (1-20): Line Numerator Coefficients. Twenty coefficients for the polynomial in the Numerator of the rn equation. (space separated)
     37 * LINE_DEN_COEFF (1-20): Line Denominator Coefficients. Twenty coefficients for the polynomial in the Denominator of the rn equation. (space separated)
     38 * SAMP_NUM_COEFF (1-20): Sample Numerator Coefficients. Twenty coefficients for the polynomial in the Numerator of the cn equation. (space separated)
     39 * SAMP_DEN_COEFF (1-20): Sample Denominator Coefficients. Twenty coefficients for the polynomial in the Denominator of the cn equation. (space separated)
    4040
    4141These fields are directly derived from the document prospective GeoTIFF RPC document at:
     
    7171 * MAX_GCP_ORDER: the maximum order to use for GCP derived polynomials if possible.  The default is to autoselect based on the number of GCPs.  A value of -1 triggers use of Thin Plate Spline instead of polynomials.
    7272 * METHOD: may have a value which is one of GEOTRANSFORM, GCP_POLYNOMIAL, GCP_TPS, GEOLOC_ARRAY, RPC to force only one geolocation method to be considered on the source dataset.
    73 * RPC_HEIGHT: A fixed height to be used with RPC calculations.
     73 * RPC_HEIGHT: A fixed height to be used with RPC calculations.
    7474
    7575This replaces the older function which did not include support for