SIX-3.1.12
·
27 commits
to master
since this release
-
coda-oss version 2022-06-29
-
Support
OTHER.*polarization values in XML from SIDD 3.0/SICD 1.3 -
Updated to CSM 3.0.4.
-
Implements the back-end C++ changes from #351.
- Support writing multiple CPHD channels to file from a single wideband buffer.
- Support 1-, 2-, and 4-byte datatypes within the
PVPBlock. All user-defined PVP were hard-coded to 8-byte types before. - Make
cphd::PVPBlockusedstd::mapto store added PVP parameters instead ofstd::unordered_map;
this was needed to support older versions of SWIG. - Fix signal datatype in PVP to be 8-byte integer according to the CPHD v1.x spec. Was set to double previously.
-
Fix
getARPVector()andgetARPVelocityVector()methods to return vectors filled with constant values;
these values are used when performingimageToSceneAdjustment.