yt.geometry.coordinates.cylindrical_coordinates module

class yt.geometry.coordinates.cylindrical_coordinates.CylindricalCoordinateHandler(ds, ordering=None)[source]

Bases: CoordinateHandler

property axis_id
property axis_name
convert_from_cartesian(coord)[source]
convert_from_cylindrical(coord)[source]
convert_from_spherical(coord)[source]
convert_to_cartesian(coord)[source]
convert_to_cylindrical(coord)[source]
convert_to_spherical(coord)[source]
property data_projection
property data_transform
distance(start, end)
property image_axis_name
name: str = 'cylindrical'
property period
pixelize(dimension, data_source, field, bounds, size, antialias=True, periodic=False, *, return_mask=False)[source]
pixelize_line(field, start_point, end_point, npoints)[source]
sanitize_center(center, axis)[source]
sanitize_depth(depth)
sanitize_width(axis, width, depth)[source]
setup_fields(registry)[source]
property x_axis
property y_axis