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
Task Background
ST 1303 implements array packing (matrix representation). That isn't exposed to users directly, but is used by ST1002 (which we need for #167 ), ST1601 (Georegistration - see #168) and other places, including the upcoming MIMD (ST1902, etc).
Task Background
ST 1303 implements array packing (matrix representation). That isn't exposed to users directly, but is used by ST1002 (which we need for #167 ), ST1601 (Georegistration - see #168) and other places, including the upcoming MIMD (ST1902, etc).
ST 1303.2 is the current version.
Completion criteria
Floating Point (
float
,double
) 1D decodingFloating Point (
float
,double
) 2D decodingBoolean 1D decoding
Boolean 2D decoding
Signed Integer (
long
) 1D decodingSigned Integer (
long
) 2D decodingUnsigned Integer (
long
) 1D decodingUnsigned Integer (
long
) 2D decodingFloating Point (
float
,double
) 1D encodingRun length encodingFloating Point (
float
,double
) 2D encodingRun length encodingBoolean 1D encoding
Run length encodingBoolean 2D encoding
Signed Integer (
long
) 1D encodingRun length encodingSigned Integer (
long
) 2D encodingRun length encodingUnsigned Integer (
long
) 1D encodingRun length encodingUnsigned Integer (
long
) 2D encodingRun length encoding[X] Solid unit test coverage (#391)
[X] Javadocs complete (#391)
[ ] Provide review matrix feedback to MISB[ ] Update implementation post approval of ST 1303.2Implementation Notes and Ideas
While MDAP support higher numbers of dimensions, 1D and 2D matrices are enough for now.
The text was updated successfully, but these errors were encountered: