In order for the HDF5 plugin to be able to write truly NeXus compatible files, we have identified the need for an additional feature which allow defining HDF5 hard links to specific datasets in the XML layout definition.
- The XSD schema will need to be extended with a "hardlink" element.
- The XML parsing code need to read this new "hardlink" element and add it to the internal structure of HdfElement (i.e. a new HdfElement subclass is required)
- The creation of the HDF5 file with all the elements need to be extended to support creating the hard links.
Reference comments in #28 and #29
Pull request #30 has added a comment where a 'default' hard-link to the main dataset need to go.
In order for the HDF5 plugin to be able to write truly NeXus compatible files, we have identified the need for an additional feature which allow defining HDF5 hard links to specific datasets in the XML layout definition.
Reference comments in #28 and #29
Pull request #30 has added a comment where a 'default' hard-link to the main dataset need to go.