This is the base class used to describe a cell-by-cell derived field.
| Parameters: |
|
|---|
Methods
| check_available(data) | This raises an exception of the appropriate type if the set of |
| get_dependencies(*args, **kwargs) | This returns a list of names of fields that this field depends on. |
| get_label([projected]) | Return a data label for the given field, inluding units. |
| get_projected_units() | Return a string describing the units if the field has been projected. |
| get_source() | Return a string containing the source of the function (if possible.) |
| get_units() | Return a string describing the units. |
| particle_convert(data) |