How can I read the img file to extract the information of radiance from that file?

2 views (last 30 days)
I have the file name "f110515t01p00r06rdn_c_sc01_ort_img" which is the image file and can be opened in the ENVI software. I want to open this file to get the information about the hyperpsectral radiance value.
How can I do this?

Answers (1)

Vidip
Vidip on 20 Dec 2023
I understand that you want to open and access the hyperpsectral radiance values from the "f110515t01p00r06rdn_c_sc01_ort_img" file in MATLAB.
The hypercube function reads hyperspectral data and returns a hypercube object. The object contains the hyperspectral data cube and its related properties. Use the object functions to remove or select a desired hyperspectral band, assign new pixels values, generate coloured image, and write hyperspectral data to the ENVI (environment for visualizing images) file format.
For further information, refer to the documentation link below:

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!