Changes between Version 22 and Version 23 of orthoigen


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

--

Legend:

Unmodified
Added
Removed
Modified
  • orthoigen

    v22 v23  
    179179}}}
    180180
     181== Entry Decoding and Band Selection ==
     182orthoigen allows users to specify which entry and which bands to use in the input file(s). This is possible via the --enable-entry-decoding argument. Example:
     183{{{
     184ossim-orthoigen.exe --enable-entry-decoding image.ntf|0|3,2,1 output.tif
     185}}}
     186This will create a product from image0 that uses bands 3, 2, and 1.
     187
     188Note that the band selection is optional. Example:
     189{{{
     190ossim-orthoigen.exe --enable-entry-decoding image.ntf|0 output.tif
     191}}}
     192This will create a product from image0 that uses bands 1, 2, and 3.
    181193
    182194
     
    280292     ''creates a product that specifies an output reference frame/projection'' ''(e.g. "--srs EPSG:4326")'' [[BR]]
    281293
    282    * ossim-orthoigen.exe --cut-bbox-ll <minLat> <minLon> <maxLat> <maxLon> --enable-entry-decoding <"sourceFile|0|1,2,3"> <outputFile> [[BR]]
    283     ''creates a product from image0 that uses bands 1, 2, and 3. Also specifies the bounding box coordinates of the source AOI''
    284294
    285295   * ossim-orthoigen --hist-std-stretch <standardDeviation> <sourceFile> <outputFile> [[BR]]