write_yaml#

gammapy.utils.scripts.write_yaml(dictionary, filename, logger=None, sort_keys=True)[source]#

Write YAML file.

Parameters
dictionarydict

Python dictionary

filenamePath

Filename

loggerLogger

Logger

sort_keysbool

Whether to sort keys.