Changes between Version 17 and Version 18 of orthoigen


Ignore:
Timestamp:
Oct 14, 2010, 8:11:11 PM (14 years ago)
Author:
pborissow
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • orthoigen

    v17 v18  
    223223
    224224
     225== Clipping/Subsetting ==
     226orthoigen prives several methods for defining the output image extents:
     227
     228
     229 * '''cut-bbox-ll''' Specify the min lat and min lon and max lat and max lon. Coordinates must be specified in geographic/WGS84 regardless of the input source. Example:
     230{{{
     231ossim-orthoigen --cut-bbox-ll 39.404924571118 -81.99628476172565 41.42562799033801 -60.95369308905316 input.tif output.tif
     232}}}
     233 * '''cut-bbox-en''' Specify the min easting, min northing, max easting, max northing
     234 * '''cut-center-ll''' Specify the center cut in lat lon space. Must be used in conjunction with width/height.
     235
     236
     237
     238
     239
    225240== Histogram Operations ==
    226241The following histogram can be applied to the output image. These options require a histogram file (*.hist) exist for each of the input files (see [wiki:create-histo]).