Changes between Version 5 and Version 6 of sensors


Ignore:
Timestamp:
10/19/10 15:45:05 (14 years ago)
Author:
pborissow
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • sensors

    v5 v6  
    11= Sensor Models =
    2 Here's the condensed list of sensors that OSSIM supports:
     2Here's the condensed list of supported sensor models. A sensor model in OSSIM provides all of the mapping necessary to go from image line-sample to a 3D ray intersecting the elevation surface to produce a lat/lon/height. Sensor models are critical for performing [wiki:orthorectification].
    33
    44{{{
    55#!html
    66<table border="1" style="border-collapse: collapse" bordercolor="#FF0000" class="strpTable">
    7 <tr><th>Sensor Name/Platform</th><th>Sensor Model</th><th width="250">Notes</th></tr>
    8 
     7<tr><th>Platform/Sensor Name</th><th>Sensor Model</th><th width="250">Notes</th></tr>
    98<tr><td>ALOS-PALSAR</td><td>ossimAlosPalsarModel</td><td>Requires ossim_plugin</td></tr>
    10 
    119<tr><td>Applanix</td><td>ossimApplanixEcefModel<br/>ossimApplanixUtmModel</td><td>Requires ossim_plugin</td></tr>
    12 
    1310<tr><td>BuckEye</td><td>ossimBuckeyeSensor</td><td></td></tr>
    14 
    15 <tr><td>ERS-SAR</td><td>ossimErsSarModel</td><td></td></tr>
    16 <tr><td>Envisat-ASAR</td><td>ossimEnvisatAsarModel</td><td></td></tr>
    17 
     11<tr><td>ERS-SAR</td><td>ossimErsSarModel</td><td>Requires ossim_plugin</td></tr>
     12<tr><td>Envisat-ASAR</td><td>ossimEnvisatAsarModel</td><td>Requires ossim_plugin</td></tr>
    1813<tr><td>GeoEye-1</td><td>ossimRpcModel</td><td></td></tr>
    1914<tr><td>Ikonos</td><td>ossimIkonosRpcModel</td><td></td></tr>
     
    5651
    5752
    58 == Links ==
     53== Related Links ==
    5954 * [http://download.osgeo.org/ossim/docs/pdfs/SensorModeling.pdf OSSIM Sensor Modeling]