reads a subset from a binary image
read_bin_subset(
Byte_Start,
nbLines,
lenBin,
ImPath,
ImBand,
jpix,
nbChannels,
Image_Format
)
numeric. location of byte where to start reading in the image
numeric. number of lines to read
numeric. number of elements to read
character. path for the image
numeric. bands of interest
numeric. number of columns in the image
numeric. total number of channels in the image
character. type of data (INT/FLOAT)
data corresponding to the subset in original 3D format