function shortarray
Returns an array with bitpix = 16 (all pixels are of type short). bscale will be set to 1.0, bzero to 0.0.
Syntax
result = short(array(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 bytearray
function longarray
function floatarray
function doublearray
function complexarray