yt.lagos.AMROrthoRayBase

class yt.lagos.AMROrthoRayBase(axis, coords, fields=None, pf=None, **kwargs)

Dimensionality is reduced to one, and an ordered list of points at an (x,y) tuple along axis are available.

Methods

clear_cache() Clears out all cache, freeing memory.
clear_data() Clears out all data from the AMRData instance, freeing memory.
convert(datatype) This will attempt to convert a given unit to cgs from code units.
get_data([fields, in_grids])
get_field_parameter(name[, default]) This is typically only used by derived field functions, but
has_field_parameter(name) Checks if a field parameter is set.
has_key(key) Checks if a data field already exists.
keys()
save_object(name[, filename]) Save an object.
select_grid_indices(level)
select_grids(level) Return all grids on a given level.
set_field_parameter(name, val) Here we set up dictionaries that get passed up and down and ultimately
write_out(filename[, fields, format])

Previous topic

yt.lagos.AMRGridCollectionBase.write_out

Next topic

yt.lagos.AMROrthoRayBase.clear_cache

This Page