You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am not getting the parsed fields of the CSSHPA DES in nitf_DESegment::subheader->subheaderFields. It looks like this is because of a name mismatch in the name of the DESID. My file has CSSHPA DES but the TRE plugin is only defined as CSSHPA. Looking at the NCDRD Specification CSSHPA DES is the correct value.
I am not getting the parsed fields of the CSSHPA DES in
nitf_DESegment::subheader->subheaderFields
. It looks like this is because of a name mismatch in the name of the DESID. My file hasCSSHPA DES
but the TRE plugin is only defined asCSSHPA
. Looking at the NCDRD SpecificationCSSHPA DES
is the correct value.Looking at:
nitro/modules/c/nitf/source/NitfReader.c
Line 837 in 033220f
nitro/modules/c/nitf/source/NitfReader.c
Line 1323 in 033220f
I don't see how this should work
Should the TRE plugin add the
CSSPHA DES
to the list or should the parsing code (referenced above) strip theDES
?Note: the TEST_DES plugin is using what looks to be the correct syntax of
TEST DES
andTEST_DES
The text was updated successfully, but these errors were encountered: