yt.fields.derived_field.
DerivedField
(name, function, units=None, take_log=True, validators=None, particle_type=False, vector_field=False, display_field=True, not_in_all=False, display_name=None, output_units=None)[source]¶This is the base class used to describe a cell-by-cell derived field.
Parameters: | name : str
function : callable
units : str
take_log : bool
validators : list
particle_type : bool
vector_field : bool
display_field : bool
not_in_all : bool
display_name : str
output_units : str
|
---|
Methods