-
Notifications
You must be signed in to change notification settings - Fork 5
Description
I'm not sure if you plan to support suffix items within PDS3 labels. These are based on the original ISIS2 capability to support side-planes, top-planes, bottom-planes, etc.
https://viewer.mars.asu.edu//planetview/inst/themis/I14818018#P=I14818018&T=2 (download the RDR).
A good figure to show an idealized example is here -- see Section 2.3.2 of this SDPSIS https://static.mars.asu.edu/pds/ODTSDP_v1/document/sdpsis.pdf#page=11
but it doesn't show the data is actually interleaved with the main "SPECTRAL_QUBE" array. For the suffix data, I guess is just becomes a simple array (or maybe just a binary table).
Note the ASU Davinci routine load_pds supports suffix loads: http://davinci.asu.edu/index.php?title=load_pds Not sure if source code is available for Davinci?
FYI, support for these types of interleaved data was removed from the ISIS3+ format and no longer allowed in PDS4. This type of data will need to fixed (pull-apart) for PDS4 migration. Not sure how this will look (e.g. multiple arrays, main array with table, ...)?