Skip to content

SIX-3.1.12

Choose a tag to compare

@JDanielSmith JDanielSmith released this 29 Jun 21:48
· 27 commits to master since this release
f20d6da
  • coda-oss version 2022-06-29

  • nitro version 2.10.10

  • 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::PVPBlock used std::map to store added PVP parameters instead of std::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() and getARPVelocityVector() methods to return vectors filled with constant values;
    these values are used when performing imageToSceneAdjustment.