#2262 closed defect (fixed)
Load calibration data from geom file
Reported by: | jmalik | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | OSSIM 2.0 |
Component: | Algorithms/Functionality | Version: | OMAR 1.8.8 |
Severity: | major | Keywords: | |
Cc: |
Description
For QB and Ikonos, calibration metadata where not loaded from a "tif+geom" file.
The following patch fixes it : http://hg.orfeo-toolbox.org/OTB/rev/f392430b984f
Similar behavior is already implemented for other sensors (spot5, formosat).
Change History (2)
comment:1 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 13 years ago
Modified to remove the mutable requirements to allocate the metadata parsers in the save states. We now allocate them during construction so there should always exist a metadata parser and the mutables are now gone.
Note:
See TracTickets
for help on using tickets.
Added the auto allocations for the metadata objects if not present during a save state. Added mutable because of the const method