mango.core.mtype

class mango.core.mtype(name)

Image type for mango Dds distributed array objects.

Methods

__init__(name)
fileNameBase(( (mtype)arg1) -> str :) Returns the file name prefix associated with data of this mtype.
getScipyDtypeStr(( (mtype)arg1) -> str :) Returns numpy.dtype string associated with the basic-type of this obj:mtype.
maskValue(( (mtype)arg1) -> object :) Returns the value which is the default mask-value for images of this obj:mtype.
name(( (mtype)arg1) -> str :) Returns the name of this obj:mtype object.
range(( (mtype)arg1) -> tuple :) Returns the (min,max) tuple which is the inclusive range of non-mask data for image of this obj:mtype.
shortName(( (mtype)arg1) -> str :) Returns the short-name of this mtype object.

Attributes

dtype Returns numpy.dtype object associated with the basic-type of this mtype.

Previous topic

mango.core.Dds.subd_h

Next topic

mango.core.mtype.__init__

This Page