ATMOSPHERIC CORRECTION – HYPERSPECTRAL DATA Course: Special Topics in Remote Sensing & GIS Mirza Muhammad Waqar Contact: +92-21-34650765-79.

Slides:



Advertisements
Similar presentations
Tutorial 3 Refractor assignment, Analysis, Modeling and Statics
Advertisements

Major Operations of Digital Image Processing (DIP) Image Quality Assessment Radiometric Correction Geometric Correction Image Classification Introduction.
Resolution.
Class 8: Radiometric Corrections
Radiometric and Geometric Errors
Remote sensing in meteorology
La Parguera Hyperspectral Image size (250x239x118) using Hyperion sensor. INTEREST POINTS FOR HYPERSPECTRAL IMAGES Amit Mukherjee 1, Badrinath Roysam 1,
Multiple Criteria for Evaluating Land Cover Classification Algorithms Summary of a paper by R.S. DeFries and Jonathan Cheung-Wai Chan April, 2000 Remote.
Hyperspectral Imagery
16/06/20151 Validating the AVHRR Cloud Top Temperature and Height product using weather radar data COST 722 Expert Meeting Sauli Joro.
A Novel 2D To 3D Image Technique Based On Object- Oriented Conversion.
ESTEC July 2000 Estimation of Aerosol Properties from CHRIS-PROBA Data Jeff Settle Environmental Systems Science Centre University of Reading.
Digital Imaging and Remote Sensing Laboratory Mixed Pixels and Spectral Unmixing 1 Spectral Mixtures areal aggregate intimate Linear mixing models (areal.
Chapter 12 Spatial Sharpening of Spectral Image Data.
Spectral contrast enhancement
1 Image Pre-Processing. 2 Digital Image Processing The process of extracting information from digital images obtained from satellites Information regarding.
Image Classification and its Applications
Quick Review of Remote Sensing Basic Theory Paolo Antonelli CIMSS University of Wisconsin-Madison Benevento, June 2007.
Remote Sensing Image Rectification and Restoration
Raster Data Chapter 7. Introduction  Vector – discrete  Raster – continuous  Continuous –precipitation –elevation –soil erosion  Regular grid cell.
Computer Graphics Texture Mapping
ARSF Data Processing Consequences of the Airborne Processing Library Mark Warren Plymouth Marine Laboratory, Plymouth, UK RSPSoc 2012 – Greenwich, London.
Resolution Resolution. Landsat ETM+ image Learning Objectives Be able to name and define the four types of data resolution. Be able to calculate the.
刘瑶.  Introduction  Method  Experiment results  Summary & future work.
OpenDAP Server-side Functions for Multi-Instrument Aggregation ESIP Session: Advancing the Power and Utility of Server-side Aggregation Jon C. Currey (NASA),
Digital Image Processing GSP 216. Digital Image Processing Pre-Processing – Correcting for radiometric and geometric errors in data Image Rectification.
Course: Introduction to RS & DIP
Estimating Water Optical Properties, Water Depth and Bottom Albedo Using High Resolution Satellite Imagery for Coastal Habitat Mapping S. C. Liew #, P.
GEOSTATISICAL ANALYSIS Course: Special Topics in Remote Sensing & GIS Mirza Muhammad Waqar Contact: EXT:2257.
What is an image? What is an image and which image bands are “best” for visual interpretation?
Radiometric Correction and Image Enhancement Modifying digital numbers.
Clear sky Net Surface Radiative Fluxes over Rugged Terrain from Satellite Measurements Tianxing Wang Guangjian Yan
7 elements of remote sensing process 1.Energy Source (A) 2.Radiation & Atmosphere (B) 3.Interaction with Targets (C) 4.Recording of Energy by Sensor (D)
Lecture 3 The Digital Image – Part I - Single Channel Data 12 September
February 3 Interpretation of Digital Data Bit and Byte ASCII Binary Image Recording Media and Formats Geometric corrections Image registration Projections.
Digital Image Processing Definition: Computer-based manipulation and interpretation of digital images.
Remote Sensing and Image Processing: 4 Dr. Hassan J. Eghbali.
Facilitating Access to EOS Data at the NSIDC DAAC Siri Jodha Singh Khalsa ECS Science Coordinator for the National Snow and Ice Data Center, Distributed.
Slide 1 NATO UNCLASSIFIEDMeeting title – Location - Date Satellite Inter-calibration of MODIS and VIIRS sensors Preliminary results A. Alvarez, G. Pennucci,
Hyperspectral remote sensing
Under the direction of Rudolf Husar
H 2 O retrieval from S5 NIR K. Weigel, M. Reuter, S. Noël, H. Bovensmann, and J. P. Burrows University of Bremen, Institute of Environmental Physics
SPATIAL FILTERS Course: Introduction to RS & DIP Mirza Muhammad Waqar Contact: EXT:2257 RG610.
Applying Pixel Values to Digital Images
Satellite Derived Bathymetry GEBCO Cookbook
Change Detection Goal: Use remote sensing to detect change on a landscape over time.
Sub pixelclassification
Interactions of EMR with the Earth’s Surface
NOTE, THIS PPT LARGELY SWIPED FROM
Remote Sensing Imagery Types and Sources GIS Management and Implementation GISC 6383 October 27, 2005 Neil K. Basu, Janice M. Jett, Stephen F. Meigs Jr.,
Stennis Space Center Time Series Product Tool Don Prados Computer Sciences Corp. John C. Stennis Space Center USDA Forest Service, Asheville, NC September.
Performing Quantitative Analysis with Remotely Sensed Imagery in ENVI
Electro-optical systems Sensor Resolution
# x pixels Geometry # Detector elements Detector Element Sizes Array Size Detector Element Sizes # Detector elements Pictorial diagram showing detector.
TARGET FINDING WITH SAM AND BANDMAX Course: Special Topics in Remote Sensing & GIS Mirza Muhammad Waqar Contact:
Orbits and Sensors Multispectral Sensors. Satellite Orbits Orbital parameters can be tuned to produce particular, useful orbits Geostationary Sun synchronous.
Selected Hyperspectral Mapping Method
Retrieval of Land Surface Temperature from Remote Sensing Thermal Images Dr. Khalil Valizadeh Kamran University of Tabriz, Iran.
Hyperspectral Sensing – Imaging Spectroscopy
LAND COVER CLASSIFICATION WITH THE IMPACT TOOL
Digital Data Format and Storage
Hyperspectral Remote Sensing
The ROLO Lunar Calibration System Description and Current Status
Verifying the DCC methodology calibration transfer
Spatial Analysis: Raster
Hyperspectral Image preprocessing
Image Information Extraction
Satellite data Marco Puts
Spatial Analysis: Raster
Hyperspectral Remote Sensing
Presentation transcript:

ATMOSPHERIC CORRECTION – HYPERSPECTRAL DATA Course: Special Topics in Remote Sensing & GIS Mirza Muhammad Waqar Contact: EXT:2257 RG712

Outlines  Hyperspectral Data  Hyperspectral vs Multispectral Data Analysis  Hyperspectral Mapping Techniques  Spectral Angle Mapper  Matched Matching Spectral Feature Fitting Binary Encoding (BE)  Complete Linear Spectral Unmixing  Match Filtering

Format of Remote Sensing Image Data  BSQ => Band Sequential  Image data (pixel number and line number) of each band are separately arranged  BIL => Band Interleaved by Line  Line data are arranged in the order of band number and repeated with respect to line number  BIP => Band interleaved by pixel  A set of multi-band data with respect to each pixel arranged spatially by pixel number and line number

 For colour image output, BSQ format would be convenient because three bands will be assigned to R(red), G(green) and B(blue).  However BIP format would be better for classification by a maximum likelihood classifier because multi-band data are required pixel by pixel for the multi-variable processing.  BIL would be a compromise between BSQ and BIP. Format of Remote Sensing Image Data

Re-calibration of Hyperspectral Data  1. VNIR Bands (1-70)  FIX(100.0*(float(b1)/40.0)+0.5)  This will be the VNIR bands converted to absolute radiance and scaled by 100. The output file type is BSQ.  2. SWIR Bands (71-242)  FIX(100.0*(float(b2)/80.0)+0.5)  This will be the SWIR bands converted to absolute radiance and scaled by 100. Again the output type is BSQ.

 3. Combine VNIR and SWIR Radiance  After successful conversion, VNIR and SWIR Radiance files will be combine together for further processing  4. Attach the Wavelength Header  Normally while conversion, wavelength information is lost  By editing header file of radiance, wavelength can be attach again Re-calibration of Hyperspectral Data

Fixing Bad Pixels  In pushbroom sensors such as Hyperion, poorly calibrated detectors in the VNIR or SWIR arrays will leave vertical stripes or ‘streaks’ in certain pixels of an image bands.  The most extreme cases of these pixels contain little or no valid data and these are identified as bad bands.

Fixing Bad Pixels  In level 1B1 processing => Interpolation to fill bad data values  In level 1R processing => List of bad data values is provided with the data  Note:  Due to the geometry fix between the VNIR and SWIR bands the last pixel is left blank for all SWIR bands.

Criteria for Selection of bad bands  Band 1-7, 58-76, zeroed bands  Atmospheric Water vapour bands: , , and 224 bad bands  These bands contain little or no information about the surface.  Zeroed and bad bands will be ignored for further processing.  It is recommended to make a separated image of good bands, it will reduce data volume and speed up the processing.

Fix Out of Range Data  During re-scaling of the signed integer data to radiance times 100, some bright features like cloud tops cross the max data value limit.  In order to fix this issue, an offset of can be applied.

Fixing Outlier Pixels  Presence of outliers in the data will affect the column statistics for data bands and hence influence the destreaking based on statistical balancing.  Median and Mean Absolute Derivation (MAD)  Use to fix outlier  Detecting outliers and replacing them with neighbour median

Median and Mean Absolute Derivation (MAD) 1. Global Method  Weather the absolute value of difference of pixel with the median of the band is more that a given fraction of the band MAD. 2. Local/Global Method  Absolute value of the difference of pixel with the median in a local neighbour is more than a given fraction of the band MAD. 3. Local Method  Absolute value of the difference of the pixel with the median in a local neighbour hood is more than a given fraction of MAD in the same LOCAL neighbourhood.

Streaking

Atmospheric Correction Model  ACORN (Atmospheric Correction Now)  Input radiance image (W/m 2 sr/µm)  Image data must be 16 bit  Only accept BIL or BIP format  Ancillary Data Orientation Parameters Sensor Altitude Date & Time Water Vapour Amount Visibility

FLAASH (Fas Line-of-Sight Atmospheric Analysis of Spectral Hupercube)

1. Input Radiance Image  Input image must have a BIL or BIP interleave.  Should contain Hyperspectral radiance data scaled into 16 bit  Scale factor should be chosen such that the input image divided by the scale factor covert 16 bit data to floating point radiance.  If the image is already in µW/cm 2 /nm/sr, the gain value for each band will be 1.  In our case its unit is W/cm 2 /µm/sr  10 W/m 2 /µm/sr = 1 µW/cm 2 /nm/sr

2. Scene and Sensor Information 1. Scene center location 2. Sensor type 3. Sensor altitude 4. Ground elevation 5. Flight date 6. Flight time

3. Atmospheric Model 1. Sub Arctic Winter 2. Mid Latitude Winter 3. US Standard 4. Sub Arctic Summer 5. Mid Latitude Summer 6. Tropical

3. Atmospheric Model

4. Aerosol Model 1. No Aerosol 2. Rural 3. Maritime 4. Urban 5. Topographic

5. Aerosol Retrieval  Aerosol Retrieval  This option allows the retrieval of aerosols and estimation of a scene average visibility using image dark pixels.  Initial Visibility Value  An estimate of visibility (in kilometers) at the time of acquisition must be provided.  This value will be used if user will select don’t retrieve aerosol

 Spectral Polishing  Spectral polishing is a post processing option for smoothing the output reflectance image.  Residual noise and artifacts are reduced to make the spectra appear more like the true spectra of the surface.  A value of 9 for width is recommended for typical 10 nm-resolution hyperspectral sensor. 5. Aerosol Retrieval

6. FLAASH Advanced Settings

Questions & Discussion