.. _readnn5block: readnn5block ************ There are 2 forms of this command. :code:`readnn5block(image name, filename, x, y, z, block width, block height, block depth)` =========================================================================================== Reads a block of an NN5 dataset. This command cannot be used in the distributed processing mode. If you need it, please contact the authors. Arguments --------- image name [input] ~~~~~~~~~~~~~~~~~~ **Data type:** string Name of image in the system. filename [input] ~~~~~~~~~~~~~~~~ **Data type:** string Name (and path) of the dataset to read. x [input] ~~~~~~~~~ **Data type:** integer X-coordinate of the first pixel to read. y [input] ~~~~~~~~~ **Data type:** integer Y-coordinate of the first pixel to read. z [input] ~~~~~~~~~ **Data type:** integer Z-coordinate of the first pixel to read. block width [input] ~~~~~~~~~~~~~~~~~~~ **Data type:** integer Width of block to read. block height [input] ~~~~~~~~~~~~~~~~~~~~ **Data type:** integer Height of block to read. block depth [input] ~~~~~~~~~~~~~~~~~~~ **Data type:** integer Depth of block to read. :code:`readnn5block(image name, filename, position, block size)` ================================================================ Reads a block of an NN5 dataset. This command cannot be used in the distributed processing mode. If you need it, please contact the authors. Arguments --------- image name [input] ~~~~~~~~~~~~~~~~~~ **Data type:** string Name of image in the system. filename [input] ~~~~~~~~~~~~~~~~ **Data type:** string Name (and path) of the dataset to read. position [input] ~~~~~~~~~~~~~~~~ **Data type:** 3-component integer vector Coordinates of the first pixel to read. block size [input] ~~~~~~~~~~~~~~~~~~ **Data type:** 3-component integer vector The size of the block to read.