Microscopy Image Browser  1.233
All Classes Files Functions Variables Pages
getXMLheader.m File Reference

Read XML header for the HDF5 formats (for example, Fiji Big Data Viewer) More...

Functions

function [
img_info ,
metaStr ] = 
getXMLheader (filename)
 Read XML header for the HDF5 formats (for example, Fiji Big Data Viewer) More...
 

Detailed Description

Read XML header for the HDF5 formats (for example, Fiji Big Data Viewer)

Function Documentation

function [ img_info , metaStr ] = getXMLheader (   filename)

Read XML header for the HDF5 formats (for example, Fiji Big Data Viewer)

Parameters
filenamename of the file: myfile.xml
Return values
img_infocontainers.Map with metadata
  • img_info(Format) contains format of the HDF5 file, "bdv.hdf5" for Fiji BDV
metaStra contents of the XML file formatted as Matlab structure

Examples:

[img_info, metaStr] = getXMLheader('c:\data\mydataset.xml'); // read xml file

References xml2struct().

Referenced by getImageMetadata().

Here is the call graph for this function:

Here is the caller graph for this function: