transpose#

rlemasklib.RLEMask.transpose()[source]#

Transpose the mask, i.e. swap the axes such that columns become rows and vice versa.

Returns:

A new RLEMask object

Return type:

RLEMask

Examples

.T ==

See also

T() for the transpose of the mask as a property.