Skip to content

Releases: ngageoint/six-library

SIX-3.1.13

03 Aug 12:08
27f5877
Compare
Choose a tag to compare

SIX-3.1.12

29 Jun 21:48
f20d6da
Compare
Choose a tag to compare
  • 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.

SIX-3.1.11

13 May 16:12
440a2ca
Compare
Choose a tag to compare
  • Lastest coda-oss and nitro (updates from master, no new releases)
  • Fix bug in XML serializaton where doubles were given a class of xs::double (two :s) instead of xs:double.

SIX-3.1.10

03 May 21:52
b2751d6
Compare
Choose a tag to compare

SIX 3.1.9

24 Feb 15:29
29b1ba7
Compare
Choose a tag to compare

coda-oss version 2022-02-22

  • nitro version 2.10.8
  • replace KDTree std::complex<float> -> AMP8I_PHS8I conversion with a
    "math based" approach.
  • restore SIDD 2.0 AngleMagnitudeType, SIDD 3.0 is AngleZeroToExclusive360MagnitudeType
  • bugfix: "We found a bug/mistake/error in six.sicd/source/RadarCollection.cpp, specifically the function to rotate the Area\Plane\SegmentList block."

SIX-3.1.8

13 Dec 20:16
9ed21be
Compare
Choose a tag to compare
  • coda-oss 2021-12-13
  • nitro 2,10,7
  • write 8AMPI_PHSI files
  • update schema for SIDD 3.0

SIX-3.1.7

01 Nov 20:58
80f110c
Compare
Choose a tag to compare

Support reading and writing 8AMPI_PHSI files.

SIX-3.1.6

25 Aug 18:59
76471c3
Compare
Choose a tag to compare

Minor point release with fewer compiler warnings, C++17 improvements, and preliminary support (not yet active) for 8AMPI_PHSI pixel format.

This also updates coda-oss to 2021-08-25 and nitro to 2.10.5.

SIX-3.1.5

10 Jun 21:02
758f189
Compare
Choose a tag to compare

Update SIX with coda-oss release 2021-06-10 and nitro release 2.10.4.

SIX-3.1.4

06 Apr 17:03
3cf6745
Compare
Choose a tag to compare
  • Keep in-sync with latest coda-oss and nitro releases.
  • vts utility now built with VS2019; script now supports environment variables.
  • many more ErrorStatistics members are initialized to 0.0 instead of "uninitialized" (i.e., NaN/Inf) or entirely uninitialized.