LibMISB/Supported Standards/MISB 0601.17: Difference between revisions

From RidgeRun Developer Wiki
No edit summary
Line 9: Line 9:


* '''Tag 5: ''' is defined in section 8.5 of the standard1:
* '''Tag 5: ''' is defined in section 8.5 of the standard1:
[[File:ST0601.17 Tag 5 section 8.5.png|600px|thumb|center|Tag  5 MISB 0601.17]]


* '''The tag 5 standard: ''' defines the Software value to use the float32 format and the uint16 format for the KLV value. This means that the input value used in LibMISB for this particular tag must be a float32 value, and the uint16 KLV value will be calculated by the library. To give other example, Tag 34, defined in section 8.34, is used to indicate if icing was detected at the aircraft location, a value of 0 means that the detector is off, 1 means that no icing was detected and a value of 2 means that icing was detected. For this reason the format expected by LibMISB for Tag 34 is of uint8 type as defined by the standard.
* '''The tag 5 standard: ''' as indicated in the MISB 0601.17 document section 8.5, tag 5 defines the Software value to use the float32 format and the uint16 format for the KLV value. This means that the input value used in LibMISB for this particular tag must be a float32 value, and the uint16 KLV value will be calculated by the library. To give other example, Tag 34, defined in section 8.34, is used to indicate if icing was detected at the aircraft location, a value of 0 means that the detector is off, 1 means that no icing was detected and a value of 2 means that icing was detected. For this reason the format expected by LibMISB for Tag 34 is of uint8 type as defined by the standard.
 
* '''Important: ''' all the supported items (tags) follow the MISB documentation.


=== Supported Items ===
=== Supported Items ===

Revision as of 16:35, 17 February 2025



Previous: Supported Standards Index Next: Supported_Standards/MISB_0903





MISB 0601.17

The standard is supported by libmisb according to NSG Standards Registry MISB 0601.17 which provides the MISB 0601.17 documentation pdf

The LibMiSB supported tags follow the formats defined in the standard (MISB 0601.17 documentation pdf), as an example:

  • Tag 5: is defined in section 8.5 of the standard1:
Tag 5 MISB 0601.17
  • The tag 5 standard: as indicated in the MISB 0601.17 document section 8.5, tag 5 defines the Software value to use the float32 format and the uint16 format for the KLV value. This means that the input value used in LibMISB for this particular tag must be a float32 value, and the uint16 KLV value will be calculated by the library. To give other example, Tag 34, defined in section 8.34, is used to indicate if icing was detected at the aircraft location, a value of 0 means that the detector is off, 1 means that no icing was detected and a value of 2 means that icing was detected. For this reason the format expected by LibMISB for Tag 34 is of uint8 type as defined by the standard.
  • Important: all the supported items (tags) follow the MISB documentation.

Supported Items

Tags supported from 1 to 96, 104 and 123, with the following exceptions:

  • 73: MISB ST 0806 RVT Local Set metadata items
  • 81: Location of earth-sky horizon in the Imagery
  • 95: SAR Motion Imagery Local Set

Extensions can be added upon request.


Previous: Supported Standards Index Next: Supported_Standards/MISB_0903