reads subset of an ENVI BIL image
read_BIL_image_subset(
ImPath,
HDR,
Byte_Start,
lenBin,
nbLines,
Image_Format,
ImgFormat
)
path for the image
header information corresponding to the image
location of byte where to start reading in the image
number of elements to read
number of lines to read
type of data (INT/FLOAT)
should output be 2D or 3D (original image format)?
data corresponding to the subset in original 3D format