Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#2262 closed defect (fixed)

Load calibration data from geom file

Reported by: jmalik Owned by: potts@…
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 gpotts, 12 years ago

Resolution: fixed
Status: newclosed

Added the auto allocations for the metadata objects if not present during a save state. Added mutable because of the const method

comment:2 by gpotts, 12 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.