merge¶
-
astropy.utils.metadata.
merge
(left, right, merge_func=None, metadata_conflicts='warn', warn_str_func=<function _warn_str_func at 0x7f8e51df8c80>, error_str_func=<function _error_str_func at 0x7f8e51df8d08>)[source]¶ Merge the
left
andright
metadata objects.This is a simplistic and limited implementation at this point.