load_common_meta¶
-
ndmapper.io.load_common_meta(*args, **kwargs)[source] [edit on github]¶ Open an existing file and return any meta-data common to all data groups (eg. a FITS primary header) as a dict-like (eg. PyFITS header) object.
Parameters: filename :
strName of an existing file from which to get the meta-data common to all groups of pixel data within that file.
Returns: dict-likeA meta-data dictionary or compatible object.