Changes between Version 24 and Version 25 of orthoigen


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

--

Legend:

Unmodified
Added
Removed
Modified
  • orthoigen

    v24 v25  
    208208 * '''srs''': Allows users to specify a PCS or EPSG code for the output image. For example, to set the output projection to NAD83/UTM zone 12N, specify the following:
    209209{{{
    210 orthoigen --srs EPSG:26912 <input files> <output>
     210ossim-orthoigen --srs EPSG:26912 <input files> <output>
    211211}}}
    212212 * '''geo''': Sets the output projection to WGS84. This is identical to "--srs EPSG:4326". Example:
    213213{{{
    214 orthoigen --geo <input files> <output>
     214ossim-orthoigen --geo <input files> <output>
    215215}}}
    216216
    217217 * '''wkt''': Sets the output projection using well known text (wkt). Example:
    218218{{{
    219 orthoigen --wkt GEOGCS["WGS 84",DATUM["WGS_1984",SPHEROID["WGS 84",6378137,298.257223563,AUTHORITY["EPSG","7030"]],AUTHORITY["EPSG","6326"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.01745329251994328,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4326"]] <input files> <output>
     219ossim-orthoigen --wkt GEOGCS["WGS 84",DATUM["WGS_1984",SPHEROID["WGS 84",6378137,298.257223563,AUTHORITY["EPSG","7030"]],AUTHORITY["EPSG","6326"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.01745329251994328,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4326"]] <input files> <output>
    220220}}}
    221221
    222222 * '''input-proj''': Sets the output projection the input file. If multiple input files are supplied, orthoigen will use the projection of the first image in the image chain. Example:
    223223{{{
    224 orthoigen --input-proj <input files> <output>
     224ossim-orthoigen --input-proj <input files> <output>
    225225}}}
    226226
    227227 * Other methods:
    228228{{{
    229 orthoigen --utm <input files> <output>
    230 orthoigen --geo-scaled <latitude> <input files> <output>
    231 orthoigen --view-template view_template/utm_8.kwl <input files> <output>
     229ossim-orthoigen --utm <input files> <output>
     230ossim-orthoigen --geo-scaled <latitude> <input files> <output>
     231ossim-orthoigen --view-template view_template/utm_8.kwl <input files> <output>
    232232}}}
    233233
     
    283283     ''If no format is specified the default is JPG. Otherwise user can specify "PNG".''[[BR]]
    284284     ''keys off file extension - kml or kmz.''
    285 
    286    * ossim-orthoigen <srcFile> <outputFile>[[BR]]
    287      ''creates a product using the passed in src file.''
    288 
    289    * ossim-orthoigen --srs <<outputFrame/Projection> <sourceFile> <outputFile>[[BR]]
    290      ''creates a product that specifies an output reference frame/projection'' ''(e.g. "--srs EPSG:4326")'' [[BR]]
    291 
    292 
    293    * ossim-orthoigen --hist-std-stretch <standardDeviation> <sourceFile> <outputFile> [[BR]]
    294      ''perform a linear contrast stretch using a standard deviation (1, 2, or 3 std deviations).''
     285 
    295286
    296287   * orthoigen /data/sanfran_ccf/foo.ccf /data/sanfran_map/sanfran_map.tif output/blend.jpg --combiner-type ossimBlendMosaic -t 512 --utm