NITRO (NITFio, "R" is a ligature for "Fi") is a full-fledged, extensible library solution for reading and writing the National Imagery Transmission Format (NITF), a U.S. DoD standard format. It is written in cross-platform C, with bindings available for other languages.
GNU Lesser General Public License v3.0
62
stars
38
forks
source link
`EXISTENCE_MASK` Field in BANDSB TRE Displays as 0 Despite Setting Values #611
I am experiencing an issue with the EXISTENCE_MASK field in the BANDSB TRE of a SNIP file, where the allocated field size appears to be insufficient.
Problems:
Setting EXISTENCE_MASK Values Not Working:
When attempting to set values for the EXISTENCE_MASK field in BANDSB TRE of SNIP files, the assigned values are not being recognized. Despite setting numerical values for EXISTENCE_MASK, it consistently displays as 0 when the TREs are printed.
Insufficient Space for EXISTENCE_MASK in BANDSB TRE:
The EXISTENCE_MASK field in the BANDSB TRE of SNIP files is allocated only 4 characters of space. This limitation poses a problem as it doesn't accommodate larger numerical values, causing potential data truncation or loss.
I am experiencing an issue with the
EXISTENCE_MASK
field in the BANDSB TRE of a SNIP file, where the allocated field size appears to be insufficient.Problems:
Setting EXISTENCE_MASK Values Not Working: When attempting to set values for the EXISTENCE_MASK field in BANDSB TRE of SNIP files, the assigned values are not being recognized. Despite setting numerical values for EXISTENCE_MASK, it consistently displays as 0 when the TREs are printed.
Insufficient Space for EXISTENCE_MASK in BANDSB TRE: The EXISTENCE_MASK field in the BANDSB TRE of SNIP files is allocated only 4 characters of space. This limitation poses a problem as it doesn't accommodate larger numerical values, causing potential data truncation or loss.
Questions:
How can the issue of the EXISTENCE_MASK field displaying as 0 despite setting valid numerical values be addressed?
Is there a method to extend the space allocated for the EXISTENCE_MASK field in the BANDSB TRE to support larger numerical values?