reads a subset from a binary image

read_bin_subset(
  Byte_Start,
  nbLines,
  lenBin,
  ImPath,
  ImBand,
  jpix,
  nbChannels,
  Image_Format
)

Arguments

Byte_Start

numeric. location of byte where to start reading in the image

nbLines

numeric. number of lines to read

lenBin

numeric. number of elements to read

ImPath

character. path for the image

ImBand

numeric. bands of interest

jpix

numeric. number of columns in the image

nbChannels

numeric. total number of channels in the image

Image_Format

character. type of data (INT/FLOAT)

Value

data corresponding to the subset in original 3D format