yt.lagos.EnzoStaticOutput.__init__

EnzoStaticOutput.__init__(filename, data_style=None, parameter_override=None, conversion_override=None, storage_filename=None)

This class is a stripped down class that simply reads and parses filename without looking at the hierarchy. data_style gets passed to the hierarchy to pre-determine the style of data-output. However, it is not strictly necessary. Optionally you may specify a parameter_override dictionary that will override anything in the paarmeter file and a conversion_override dictionary that consists of {fieldname : conversion_to_cgs} that will override the #DataCGS.

This Page