The optical/hyperspectral L1B data acquired by any of the spaceborne sensor has radiance values. This shouldn't be directly used for estimating any of the indices in order to characterize an area. Rather, the reflectance values provide an accurate scenario in retrieving the geophysical properties of the surface.
Utilizing the reflectance rescaling coefficients of the Landsat OLI data (as mentioned in the products metadata file, .MTL), it's radiance (DN values) can be converted into TOA reflectance by employing the following equation:
pA' =Mp*Qcal + Ap
where:
pA' = TOA reflectance without any correction for sun angle.
Mp = Reflectance multiplicative rescaling factor
specified for each of the corresponding spectral band (REFLECTANCE_MULT_BAND_x, where x is the band number, as in the metadata).
Ap = Reflectance additive rescaling factor specified for each of the corresponding spectral band (REFLECTANCE_ADD_BAND_x, where x is the band number, as in metadata).
Qcal = Quantized and calibrated radiance DN values of the OLI data.
In order to correct TOA Reflectance for sun angle, the following needs to be executed:
pA = pA'/cos(zenith) = pA'/sin(elevation)
where,
pA = Corrected TOA Reflectance
elevation = Local sun elevation angle in degrees (SUN_E LEVATION, as in metadata).
zenith = Local solar zenith angle; zenith = (90 - elevation).
In this, you will find all the solar angles (elevation or zenith) with respect to the scene centre. However, for an even more accurate Reflectance calculations, per pixel solar angle should be utilized. Unfortunately, you won't find these parameters for Landsat 8 products. Atmospheric correction can be performed by utilizing the radiative transfer codes of FLAASH, ATCOR, QUAC, etc. Among all the techniques, FLAASH provides a reliable output as it incorporates a more detailed view of aerosol content and water retrieval parameters.
Pan sharpening can be done by integrating the high resolution Panchromatic (PAN) band image with the low resolution spectral data in order to produce the qualities of both (spatial and spectral) in one. You can use IDL console of ENVI software in order to process this step. If you are more comfortable with the tool, ENVI Classic and ERDAS Imagine provides an interactive way to perform this step. Moreover, you can use other image processing softwares like ILWIS, EnMAP-Box, etc.
I would recommend to use ENVI package and QGIS to perform processing of Satellite images along with geospatial and geostatistical analysis.
Befor you start atmospheric correction please perpend the following notes
you should know accurate meaning of DN,Radiance and Reflectance
Digital sensors record the intensity of electromagnetic radiation (ER) from each spot viewed on the Earth’s surface as a digital number (DN) for each spectral band. The exact range of DN that a sensor utilises depends on its radiometric resolution. For example, a sensor such as Landsat MSS measures radiation on a 0-63 DN scale whilst Landsat TM measures it on a 0-255 scale. Although the DN values recorded by a sensor are proportional to upwelling ER (radiance), the true units are W m-2 ster-1 µm-1 (Box 3.1).
The majority of image processing has been based on raw DN values in which actual spectral radiances are not of interest (e.g. when classifying a single satellite image). However, there are problems with this approach. The spectral signature of a habitat (say seagrass) is not transferable if measured in digital numbers. The values are image specific - i.e. they are dependent on the viewing geometry of the satellite at the moment the image was taken, the location of the sun, specific weather conditions, and so on. It is generally far more useful to convert the DN values to spectral units.
This has two great advantages:
1) a spectral signature with meaningful units can be compared from one image to another. This would be required where the area of study is larger than a single scene or if monitoring change at a single site where several scenes taken over a period of years are being compared.
2) there is growing recognition that remote sensing could make effective use of “spectral libraries” - i.e. libraries of spectral signatures containing lists of habitats and their reflectance (see Box 3.1).
While spectral radiances can be obtained from the sensor calibration, several factors still complicate the quality of remotely sensed information. The spectral radiances obtained from the calibration only account for the spectral radiance measured at the satellite sensor. By the time ER is recorded by a satellite or airborne sensor, it has already passed through the Earth’s atmosphere twice (sun to target and target to sensor).
thanks for your response there is problem about Pansharpening, as you know i used pan band and NN method after FLAASH and rescaling but my data values get above 1 (i think the accepted range is between 0-1).
Pan sharpening uses spatial information in the high-resolution grayscale band and color information in the multispectral bands to create a high-resolution color image, essentially increasing the resolution of the color information in the data set to match that of the panchromatic band.
the Level 2 Surface Reflectance products CAN be downloaded for free from the Earth Explorer (USGS) website, contrary to what was stated above. I assume that the USGS either uses the equation they suggest for converting DN to reflectance............or a better one. The results are not without other challenges, but you can get them for free.
Surface Reflectance Level-2 data products can be ordered through the following pages:
USGS Earth Resources Observation and Science (EROS) Center Science Processing Architecture (ESPA) On Demand Interface
To begin the order, upload a text file (*.txt) listing one Landsat Level-1 product or MODIS granule identifier on each line. Scene identifiers can be found in the search results on EarthExplorer or GloVis.
After uploading the scene list text file, a number of options can be selected, including:
Source products (Original input Level-1 product or metadata)
Top of atmosphere reflectance, surface reflectance (SR), or band 6 top of atmosphere brightness temperature products
Surface reflectance-based spectral indices (NDVI, NDMI, NBR, SAVI, EVI)
Customizable output options: data format, reprojection, modifying the image extents, and pixel resizing
Intercomparison and output product statistics plotting
All orders submitted through ESPA are processed within 2-5 days, depending on the size of the order and the backlog already in the system. Email notifications are sent after the order is placed, and also after the data is processed and ready to download. *Note: Data requested through ESPA are not accessible using the EarthExplorer interface or Bulk Download Application (BDA).
EarthExplorer
Surface Reflectance (SR) data for individual scenes can be selected using EarthExplorer. These requests will be sent to the ESPA On-Demand interface for processing and data delivery.
please tell me how can i download landsat 8 sourface reflectance from USGS?