slabinterface

Slab.getattribute(name)

Get the attribute name.

Slab.setattribute(name, value)

Set the attribute name to value.

Slab.createattribute(name, value)

Create an attribute and set its name to value.

Slab.deleteattribute(name)

Delete the named attribute.

Slab.listattributes()

Return a list of attribute names.

Slab.listdimattributes(dim)

List the legal axis field names.

Slab.getdimattribute(dim, field)

Get the attribute named field from the dim’th dimension.

Slab.showdim()

Show the dimension attributes and values.

Slab.listdimnames()

Return a list of the names of the dimensions.

Slab.listall([all])

Get list of info about this slab.

Slab.info([flag, device])

Write info about slab; include dimension values and weights if flag

cdms_bounds2cu_bounds(b)

Bounds are len(v) by 2 in cdms but len(v)+1 in cu