ewoksndreg.io.nexus.nxdata_image_stacks_metadata#
- ewoksndreg.io.nexus.nxdata_image_stacks_metadata(common_parent_url, image_stacks, top_nx_class='NXprocess', top_name='align', output_root_url=None)[source]#
- Parameters:
common_parent_url (
Union[str,DataUrl]) – URL to the common parent of all image stack URLs.image_stacks (
Dict[str,Union[str,DataUrl]]) – URL to image stacks.top_nx_class (
str) – NX_class of the parent group which needs to be renamed to top_name.top_name (
str) – New top HDF5 group name.output_root_url (
Union[str,DataUrl,None]) – output root URL.
- Return type:
Tuple[DataUrl,dict]- Returns:
output root URL and HDF5/NeXus metadata relative to the file root following the Silx dictdump schema.