% Contents: AVIRIS inverted reflectance data multipled by 10000 and stored as
% 16-bit integers.
% File type: BINARY 16-bit signed integer IEEE.
% Units: 10000 times reflectance factor
% Format: Band interleaved by pixel (channel, sample, line) with dimensions
% (224, 614, 512). The last scene may be less than 512. To
% calculate the number of lines divide the file size by 275,072
% bytes per line.
Band interleaved by pixel (BIP) is one of three primary methods for encoding image data for multiband raster images in the geospatial domain, such as images obtained from satellites. BIP is not in itself an image format, but is a method for encoding the actual pixel values of an image in a file. Images stored in BIP format have the first pixel for all bands in sequential order, followed by the second pixel for all bands, followed by the third pixel for all bands, etc., interleaved up to the number of pixels.
Develop a program to display this data