Using the readBin Function, I tried to open .bin files obtained from National Snow & Ice Data Center (NSIDC).
However I didn't understand how to get the data from .bin files.
.bin file information :
The file format consists of a 300-byte descriptive header followed by a two-dimensional array of one-byte values containing the data. The file header is composed of:
• a 21-element array of 6-byte character strings that contain information such as polar stereographic grid characteristics
• a 24-byte character string containing the file name
• a 80-character string containing an optional image title
• a 70-byte character string containing ancillary information such as data origin, data set creation date, etc