SIX Release Notes
Version 3.1.15; March 13, 2023
- coda-oss version 2023-03-10
- nitro version 2.10.13
- CPHD 1.1.0 fixes.
- Fixed
slantToImagePartials()
not operating in slant plane. - Final C++11 🤞🏻 release; future releases will be C++14 from main.
Version 3.1.14; August 30, 2022
- coda-oss version 2022-08-30
- nitro version 2.10.12
- Routines that "traffic" in XML strings (e.g.,
parseDataFromString()
ortoXMLString()
) now usestd::u8string
(actuallycoda_oss::u8string
) instead ofstd::string
. - Fixed memory leak in
ComplexXMLParser
. - Files in six/projects/csm/external/csm-3.0.4 are unchanged (almost!) from CSM 3.0.4.
Final C++11 release 🤞🏻; future releases will be C++14 from main.
Version 3.1.13; August 2, 2022
- coda-oss version 2022-08-02
- nitro version 2.10.11
- Better handling of optional error fields
vtsSetEnv
command
Version 3.1.12; June 29, 2022
-
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
.
Version 3.1.11; May 13, 2022
- Lastest coda-oss and nitro (updates from master, no new releases)
- Fix bug in XML serializaton where
double
s were given a class ofxs::double
(two:
s) instead ofxs:double
.
Version 3.1.10; May 3, 2022
- coda-oss version 2022-05-03
- nitro version 2.10.9
- improve performance of AMP8I_PHS8I reading.
Version 3.1.9; February 22, 2022 (aka 2/22/22)
- 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."
Version 3.1.8; December 13, 2021
- coda-oss version 2021-12-13
- nitro version 2.10.7
- write 8AMPI_PHSI files
- update schema for SIDD 3.0
February 2022, Dan Smith Maxar