Set new pixel-index bounds for an array ARY_SBNDK
The bounds of an array section cannot be altered while it is mapped for access through the identifier supplied to this routine.
The bounds of a base array cannot be altered while any part of it is mapped for access (i.e. even through another identifier).
The array’
s pixel values (if defined) will be retained for those pixels which lie within both the old and
new bounds. Any pixels lying outside the new bounds will be lost (and cannot later be recovered by
further changes to the array’
s bounds). Any new pixels introduced where the new bounds extend
beyond the old ones will be assigned the "
bad"
value, and the subsequent value of the bad-pixel flag
will reflect this.
If the bounds of a base array are to be altered and retention of the existing pixel values is not required, then a call to ARY_RESET should be made before calling this routine. This will eliminate any processing which might otherwise be needed to retain the existing values. This step is not necessary with an array section, where no processing of pixel values takes place.