function bytearray

Returns an array with bitpix = 8 (all pixels are of type unsigned char). bscale will be set to 1.0, bzero to 0.0.

Syntax
result = bytearray(X [, Y [, Z]])

Arguments
X:   An integer number specifying the length of the first dimension.
Y:   An integer number specifying the length of the second dimension.
Z:   An integer number specifying the length of the third dimension.


See also
function fits
function shortarray
function longarray
function floatarray
function doublearray
function complexarray