Releases: ngageoint/six-library
Releases · ngageoint/six-library
SIX-3.1.13
- coda-oss version 2022-08-02
- nitro version 2.10.11
- Better handling of optional error fields
vtsSetEnv
command
SIX-3.1.12
-
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::PVPBlock
usedstd::map
to 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
.
SIX-3.1.11
SIX-3.1.10
- coda-oss version 2022-05-03
- nitro version 2.10.9
- improve performance of AMP8I_PHS8I reading.
SIX 3.1.9
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 isAngleZeroToExclusive360MagnitudeType
- 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
- coda-oss 2021-12-13
- nitro 2,10,7
- write 8AMPI_PHSI files
- update schema for SIDD 3.0
SIX-3.1.7
Support reading and writing 8AMPI_PHSI files.
SIX-3.1.6
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
Update SIX with coda-oss release 2021-06-10 and nitro release 2.10.4.
SIX-3.1.4
- 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 to0.0
instead of "uninitialized" (i.e., NaN/Inf) or entirely uninitialized.