Changes between Version 5 and Version 6 of sensors
- Timestamp:
- 10/19/10 15:45:05 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
sensors
v5 v6 1 1 = Sensor Models = 2 Here's the condensed list of s ensors that OSSIM supports:2 Here'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]. 3 3 4 4 {{{ 5 5 #!html 6 6 <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> 9 8 <tr><td>ALOS-PALSAR</td><td>ossimAlosPalsarModel</td><td>Requires ossim_plugin</td></tr> 10 11 9 <tr><td>Applanix</td><td>ossimApplanixEcefModel<br/>ossimApplanixUtmModel</td><td>Requires ossim_plugin</td></tr> 12 13 10 <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> 18 13 <tr><td>GeoEye-1</td><td>ossimRpcModel</td><td></td></tr> 19 14 <tr><td>Ikonos</td><td>ossimIkonosRpcModel</td><td></td></tr> … … 56 51 57 52 58 == Links ==53 == Related Links == 59 54 * [http://download.osgeo.org/ossim/docs/pdfs/SensorModeling.pdf OSSIM Sensor Modeling]