Ticket #2101 (closed defect: fixed)
Sar model patches found in ossim_plugins/ossim location from Emmanuel
| Reported by: | gpotts | Owned by: | potts@… |
|---|---|---|---|
| Priority: | normal | Milestone: | OSSIM 2.0 |
| Component: | Algorithms/Functionality | Version: | OMAR 1.8.6 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
And finally the Sar models. I included the full ossim_plugins/ossim directory as there is significant change. The modifications in ossim trunk between revision 17643 and now are not covered.
Quick summary: - Add support for the optical sensor Formosat. I'm not very happy with the way it was done: the code has a lot in common with Spot and should be shared, but that would require to change the organization of the Spot metadata in ossim. - Additional metadata for Radarsat2 and TerrasarX (radiometric calibration) - virtual destructor in Palsar - Optimization of the Hermite interpolator for the orbits (was 95% of the time for orthorectification of SAR, speedup 10x). There is still some room for improvement (make hermite a member of platform position to avoid some computation that is common between all points for example). - Several additional classes to help with coordinates, calibration, etc.
Let me know if you have any trouble with all this.


