Haze Detection and Removal in Sentinel 3 OLCI Level 1B Imagery Using a New Multispectral Data Dehazing Method

Size: px
Start display at page:

Download "Haze Detection and Removal in Sentinel 3 OLCI Level 1B Imagery Using a New Multispectral Data Dehazing Method"

Transcription

1 Haze Detection and Removal in Sentinel 3 OLCI Level 1B Imagery Using a New Multispectral Data Dehazing Method Xinxin Busch Li, Stephan Recher, Peter Scheidgen July 27 th, 2018

2 Outline Introduction» Why do we need to remove HAZE from Sentinel 3 OLCI data? Method» How can we remove HAZE from Sentinel 3 OLCI Level 1B data? Results» How is hazy Sentinel 3 OLCI image restored step by step? Evaluation» How can we evaluate the results of dehazing? Conclusion» What have we gained from dehazing processing? 2

3 Introduction Satellite images from NASA HAZINESS is originated from fractions of water vapor, ice, fog, sand, dust, smoke, or other small particles in the atmosphere. Haze can affect human s visibility and health. Haze degrades optical remote sensing images by its scattering. western Africa, dust haze eastern USA, morning haze Singapore, affected by severe smoke haze due to forest fires in the region periodically ( Reuters, 2013) Italy, air pollution haze China, burning and biomass haze 3

4 Introduction Haziness on optical image: Sentinel 3 OLCI Level 1B Time: 08/12/2016, UTC 7:19 Time: 04/12/2016, UTC 7:23 S3 OLCI RGB image (R:Oa10; G:Oa6; B:Oa3) Haze free area: land/ocean surface Haze area: semi transparent white overlay + land/ocean surface possible to restore land/ocean surface Cloud area : non-transparent white overlay not possible to restore land/ocean surface 4

5 Introduction Haziness on optical image: Sentinel 3 OLCI Level 1B Time: 08/12/2016, UTC 7:19 Time: 04/12/2016, UTC 7:23 geolocated possible view after restoration 5

6 Method A new multispectral data dehazing method (A. Makarau et al., 2014) Hazy image R TOA = R TOA0 + R haze Haze detection R haze = f(htm image, HTM bandi ) Haze removal R TOA0 = R TOA R haze Aerosol compensation R TOA = R TOA + R TOA0 R TOA R TOA, Top of Atmosphere (TOA) radiance of hazy image; R TOA0, TOA radiance of restored hazy image; R haze, radiation contribution from haze; HTM image, Haze Thickness Map of the hazy image, and HTM bandi, HTM per band; R TOA0 averaged TOA radiation of haze-free pixels in restored hazy image; R TOA averaged TOA radiation of haze-free pixels in hazy image R TOA dehazed image with aerosol compensation 6

7 Method A new multispectral data dehazing method (A. Makarau et al., 2014) Hazy image R TOA = R TOA0 + R haze Haze detection R haze = f(htm image, HTM bandi ) Haze removal R TOA0 = R TOA R haze Aerosol compensation R TOA = R TOA + R TOA0 R TOA R TOA, TOA radiance of hazy image; R TOA0, TOA radiance of restored hazy image; R haze, radiation contribution from haze; HTM image, Haze Thickness Map of the hazy image, and HTM bandi, HTM per band; R TOA0 averaged TOA radiation of haze-free pixels in restored hazy image; R TOA averaged TOA radiation of haze-free pixels in hazy image R TOA dehazed image with aerosol compensation 7

8 Method Haze detection» Haze Optimized Transform (HOT) (Y. Zhang et al., 2003) limited by water bodies and man-made features Haze detection: one blue band and one red band (Nicholas Pringle et al., 2015): HOT test =Band 490nm 0.5 Band 560nm 0.08>0» Haze Thickness Map (HTM) (A. Makarau et al., 2014) precise detection for an inhomogeneous and structured haziness Haze detection: two blue bands Band extrapol = (Band 443nm + (Band 443nm 0.95 Band 490nm )) > 0 Haze removal» Dark-object Subtraction (DOS) (G. Dal Moro et al., 2007) subtraction of the haze thickness based on several pixels» Improved DOS(A. Makarau et al., 2014) subtraction of the haze thickness based on all pixels 8

9 Method Haze detection derive R haze 1.Detect Haziness Band extrapol Band extrapol = (Band443nm + (Band443nm 0.95 Band490nm)) > 0 9

10 Method Haze detection derive R haze 1.Detect Haziness Band extrapol 2.Generate HTM for the whole image HTM image HTM image = MIN Radiance (Band extrapol, window 3x3 ) 10

11 Method Haze detection derive R haze 1.Detect Haziness Band extrapol 2.Generate HTM for the whole image HTM image 3.Optimize HTM image HTM correct HTM correct =triangular_interpolation(htm image,*bright_objects) * can be derived from Sentinel3 OLCI L1B flag dataset bright pixels 11

12 Method Haze detection derive R haze 1.Detect Haziness Band extrapol 2.Generate HTM for the whole image HTM image 3.Optimize HTM image HTM correct 4.Separate haze pixels and non haze pixels HTM mask HTM mask = MIN Radiance (Band extrapol, window 21x21 ) 12

13 Method Haze detection derive R haze 1.Detect Haziness Band extrapol 2.Generate HTM for the whole image HTM image 3.Optimize HTM image HTM correct 4.Separate haze pixels and non haze pixels HTM mask 5. Generate HTM for each band HTM bandi HTM Bandi = MIN Radiance (Band i, window 3x3 ) 13

14 Method Haze detection derive R haze 1.Detect Haziness Band extrapol 2.Generate HTM for the whole image HTM image 3.Optimize HTM image HTM correct 4.Separate haze pixels and non haze pixels HTM mask 5. Generate HTM for each band HTM bandi 6. Calculate regression coefficient k k = regression_fit(htm image, HTM Bandi )! k is decreased with band wavelength 14

15 Method Haze detection derive R haze 1.Detect Haziness Band extrapol 2.Generate HTM for the whole image HTM image 3.Optimize HTM image HTM correct 4.Separate haze pixels and non haze pixels HTM mask 5. Generate HTM for each band HTM bandi 6. Calculate regression coefficient k 7. Calculate haze radiation contribution R haze R haze = f(htm image, HTM bandi ) = k HTM correct 15

16 Method Haze detection derive R haze 1.Detect Haziness Band extrapol 2.Generate HTM for the whole image HTM image 3.Optimize HTM image HTM correct 4.Separate haze pixels and non haze pixels HTM mask 5. Generate HTM for each band HTM bandi 6. Calculate regression coefficient k 7. Calculate haze radiation contribution R haze 1. Band extrapol = (Band443nm + (Band443nm 0.95 Band490nm)) > 0 2. HTM image = MIN Radiance (Band extrapol, window 3x3 ) 3. HTM correct =triangular_interpolation(htm image,*bright_objects) 4. HTM mask = MIN Radiance (Band extrapol, window 21x21 ) 5. HTM Bandi = MIN Radiance (Band i, window 3x3 ) 6. k = regression_fit(htm image, HTM Bandi )! k is decreased with band wavelength 7. R haze = f(htm image, HTM bandi ) = k HTM correct * can be derived from Sentinel3 OLCI L1B flag dataset: bright pixels 16

17 Results Data source: live Sentinel 3 OLCI Level 1B data from EUMETcast Data collection time period: Dec Hazy image is detected on , UTC 7:19 17

18 Results Haze detection: image HTM and band-dependent HTM Detect haze: Band extrapol Estimate haze thickness: HTM image Segment HTM: HTM mask Correct HTM: HTM correct Band 1 Estimate haze thickness at Band 1: HTM Band1 Band 9 Estimate haze thickness at Band 9: HTM Band9 18

19 Results Haze removal including aerosol compensation» Single band e.g. Oa2 Band 2 HTM correct Band 2_dehazed Band 2_compensated 19

20 Results Haze removal including aerosol compensation» RGB composite: R(Oa10), G(Oa6), B(Oa3) Legend Cloud mask Hazy RGB image Dehazed RGB image 20

21 Evaluation Compare hazy image with haze free image» Minimal difference of the image acquisition conditions: time and Sun/sensor geometry Data acquisition time: 08/12/2016 UTC 07:19 04/12/2016 UTC 07:23 21

22 Evaluation Compare hazy image with haze free image» Averaged TOA radiance of hazy/haze-free region on hazy image and haze-free reference image, covering the spectrum from 400 to 1020 nm Haze-free region: all the non-haze and cloud-free pixels of the hazy image Hazy region: all the hazy and cloudfree pixels of the hazy image 22

23 Conclusions The new haze detection and removal method succeeded in processing haziness of Sentinel 3 OLCI L1B image data. The algorithm can be easily integrated with other data processors in remotely sensed data processing chain. Based on this algorithm, a dehazing processor for multispectral meteorological satellite data will be further developed and can be applied on original data digital numbers (DNs) counts or calibrated radiance data. 23

24 Thank you for your attention

Mod. 2 p. 1. Prof. Dr. Christoph Kleinn Institut für Waldinventur und Waldwachstum Arbeitsbereich Fernerkundung und Waldinventur

Mod. 2 p. 1. Prof. Dr. Christoph Kleinn Institut für Waldinventur und Waldwachstum Arbeitsbereich Fernerkundung und Waldinventur Histograms of gray values for TM bands 1-7 for the example image - Band 4 and 5 show more differentiation than the others (contrast=the ratio of brightest to darkest areas of a landscape). - Judging from

More information

Application of GIS to Fast Track Planning and Monitoring of Development Agenda

Application of GIS to Fast Track Planning and Monitoring of Development Agenda Application of GIS to Fast Track Planning and Monitoring of Development Agenda Radiometric, Atmospheric & Geometric Preprocessing of Optical Remote Sensing 13 17 June 2018 Outline 1. Why pre-process remotely

More information

DIGITALGLOBE ATMOSPHERIC COMPENSATION

DIGITALGLOBE ATMOSPHERIC COMPENSATION See a better world. DIGITALGLOBE BEFORE ACOMP PROCESSING AFTER ACOMP PROCESSING Summary KOBE, JAPAN High-quality imagery gives you answers and confidence when you face critical problems. Guided by our

More information

Sentinel-2 Products and Algorithms

Sentinel-2 Products and Algorithms Sentinel-2 Products and Algorithms Ferran Gascon (Sentinel-2 Data Quality Manager) Workshop Preparations for Sentinel 2 in Europe, Oslo 26 November 2014 Sentinel-2 Mission Mission Overview Products and

More information

On the use of water color missions for lakes in 2021

On the use of water color missions for lakes in 2021 Lakes and Climate: The Role of Remote Sensing June 01-02, 2017 On the use of water color missions for lakes in 2021 Cédric G. Fichot Department of Earth and Environment 1 Overview 1. Past and still-ongoing

More information

HAZINESS is a common artifact in optical remotely

HAZINESS is a common artifact in optical remotely IEEE TRANSACTIONS ON GEOSCIENCE AND REMOTE SENSING 1 Haze Detection and Removal in Remotely Sensed Multispectral Imagery Aliaksei Makarau, Rudolf Richter, Rupert Müller, and Peter Reinartz Abstract Haze

More information

Present and future of marine production in Boka Kotorska

Present and future of marine production in Boka Kotorska Present and future of marine production in Boka Kotorska First results from satellite remote sensing for the breeding areas of filter feeders in the Bay of Kotor INTRODUCTION Environmental monitoring is

More information

An Improved Technique for Automatic Haziness Removal for Enhancement of Intelligent Transportation System

An Improved Technique for Automatic Haziness Removal for Enhancement of Intelligent Transportation System Advances in Computational Sciences and Technology ISSN 0973-6107 Volume 10, Number 5 (2017) pp. 965-976 Research India Publications http://www.ripublication.com An Improved Technique for Automatic Haziness

More information

Chapter 5. Preprocessing in remote sensing

Chapter 5. Preprocessing in remote sensing Chapter 5. Preprocessing in remote sensing 5.1 Introduction Remote sensing images from spaceborne sensors with resolutions from 1 km to < 1 m become more and more available at reasonable costs. For some

More information

Ground Truth for Calibrating Optical Imagery to Reflectance

Ground Truth for Calibrating Optical Imagery to Reflectance Visual Information Solutions Ground Truth for Calibrating Optical Imagery to Reflectance The by: Thomas Harris Whitepaper Introduction: Atmospheric Effects on Optical Imagery Remote sensing of the Earth

More information

Recent developments in Deep Blue satellite aerosol data products from NASA GSFC

Recent developments in Deep Blue satellite aerosol data products from NASA GSFC Recent developments in Deep Blue satellite aerosol data products from NASA GSFC Andrew M. Sayer, N. Christina Hsu (PI), Corey Bettenhausen, Myeong-Jae Jeong Climate & Radiation Laboratory, NASA Goddard

More information

1. What values did you use for bands 2, 3 & 4? Populate the table below. Compile the relevant data for the additional bands in the data below:

1. What values did you use for bands 2, 3 & 4? Populate the table below. Compile the relevant data for the additional bands in the data below: Graham Emde GEOG3200: Remote Sensing Lab # 3: Atmospheric Correction Introduction: This lab teachs how to use INDRISI to correct for atmospheric haze in remotely sensed imagery. There are three models

More information

DESIS Applications & Processing Extracted from Teledyne & DLR Presentations to JACIE April 14, Ray Perkins, Teledyne Brown Engineering

DESIS Applications & Processing Extracted from Teledyne & DLR Presentations to JACIE April 14, Ray Perkins, Teledyne Brown Engineering DESIS Applications & Processing Extracted from Teledyne & DLR Presentations to JACIE April 14, 2016 Ray Perkins, Teledyne Brown Engineering 1 Presentation Agenda Imaging Spectroscopy Applications of DESIS

More information

IKONOS High Resolution Multispectral Scanner Sensor Characteristics

IKONOS High Resolution Multispectral Scanner Sensor Characteristics High Spatial Resolution and Hyperspectral Scanners IKONOS High Resolution Multispectral Scanner Sensor Characteristics Launch Date View Angle Orbit 24 September 1999 Vandenberg Air Force Base, California,

More information

See next page for full paper.

See next page for full paper. Copyright 2018 Society of Photo-Optical Instrumentation Engineers (SPIE). One print or electronic copy may be made for personal use only. Systematic reproduction and distribution, duplication of any material

More information

Interrogating MODIS & AIRS data using HYDRA

Interrogating MODIS & AIRS data using HYDRA Interrogating MODIS & AIRS data using HYDRA Paul Menzel NOAA Satellite and Information Services What is HYDRA? What can it do? Some examples How to get it? HYperspectral viewer for Development of Research

More information

Evaluation of FLAASH atmospheric correction. Note. Note no SAMBA/10/12. Authors. Øystein Rudjord and Øivind Due Trier

Evaluation of FLAASH atmospheric correction. Note. Note no SAMBA/10/12. Authors. Øystein Rudjord and Øivind Due Trier Evaluation of FLAASH atmospheric correction Note Note no Authors SAMBA/10/12 Øystein Rudjord and Øivind Due Trier Date 16 February 2012 Norsk Regnesentral Norsk Regnesentral (Norwegian Computing Center,

More information

PLANET SURFACE REFLECTANCE PRODUCT

PLANET SURFACE REFLECTANCE PRODUCT PLANET SURFACE REFLECTANCE PRODUCT FEBRUARY 2018 SUPPORT@PLANET.COM PLANET.COM VERSION 1.0 TABLE OF CONTENTS 3 Product Description 3 Atmospheric Correction Methodology 5 Product Limitations 6 Product Assessment

More information

Lab 1: Introduction to MODIS data and the Hydra visualization tool 21 September 2011

Lab 1: Introduction to MODIS data and the Hydra visualization tool 21 September 2011 WMO RA Regional Training Course on Satellite Applications for Meteorology Cieko, Bogor Indonesia 19-27 September 2011 Kathleen Strabala University of Wisconsin-Madison, USA kathy.strabala@ssec.wisc.edu

More information

Restoration of Missing Data due to Clouds on Optical Satellite Imagery Using Neural

Restoration of Missing Data due to Clouds on Optical Satellite Imagery Using Neural Restoration of Missing Data due to Clouds on Optical Satellite Imagery Using Neural Sergii Skakun 1, Nataliia Kussul 1, Ruslan Basarab 2 1 Space Research Institute NAS and SSA Ukraine 2 National University

More information

Atmospheric Correction (including ATCOR)

Atmospheric Correction (including ATCOR) Technical Specifications Atmospheric Correction (including ATCOR) The data obtained by optical satellite sensors with high spatial resolution has become an invaluable tool for many groups interested in

More information

USING THE LUNAR AUREOLE DERIVED FROM ALL-SKY CAMERAS FOR THE RETRIEVAL OF AEROSOL MICROPHYSICAL PROPERTIES

USING THE LUNAR AUREOLE DERIVED FROM ALL-SKY CAMERAS FOR THE RETRIEVAL OF AEROSOL MICROPHYSICAL PROPERTIES USING THE LUNAR AUREOLE DERIVED FROM ALL-SKY CAMERAS FOR THE RETRIEVAL OF AEROSOL MICROPHYSICAL PROPERTIES R. Román, B. Torres, D. Fuertes, V.E. Cachorro, O. Dubovik, C. Toledano, A. Cazorla A. Barreto,

More information

SATELLITE BASED ESTIMATION OF PM10 FROM AOT OF LANDSAT 7ETM+ OVER CHENNAI CITY

SATELLITE BASED ESTIMATION OF PM10 FROM AOT OF LANDSAT 7ETM+ OVER CHENNAI CITY SATELLITE BASED ESTIMATION OF PM10 FROM AOT OF LANDSAT 7ETM+ OVER CHENNAI CITY *Sam Appadurai.A, **J.Colins JohnnyM.E. *PG student: Department of Civil Engineering, Anna University regional Campus Tirunelveli,

More information

NEW ATMOSPHERIC CORRECTION METHOD BASED ON BAND RATIOING

NEW ATMOSPHERIC CORRECTION METHOD BASED ON BAND RATIOING NEW ATMOSPHERIC CORRECTION METHOD BASED ON BAND RATIOING DEPARTMENT OF PHYSICS/COLLEGE OF EDUCATION FOR GIRLS, UNIVERSITY OF KUFA, AL-NAJAF,IRAQ hussienalmusawi@yahoo.com ABSTRACT The Atmosphere plays

More information

Remote Sensing Information System for Disaster Management

Remote Sensing Information System for Disaster Management Remote Sensing Information System for Disaster Management KWOH Leong Keong, LIEW Soo Chin, CHIA Aik Song, John LOW* National University of Singapore email: scliew@nus.edu.sg (*Currently at Meteorological

More information

Menzel / Antonelli Lab 1 Using HYDRA to Inspect Multispectral Remote Sensing Data

Menzel / Antonelli Lab 1 Using HYDRA to Inspect Multispectral Remote Sensing Data Menzel / Antonelli Lab 1 Using HYDRA to Inspect Multispectral Remote Sensing Data Table: MODIS Channel Number, Wavelength (µm), and Primary Application Reflective Bands Emissive Bands 1,2 0.645, 0.865

More information

Monitoring of mine tailings using satellite and lidar data

Monitoring of mine tailings using satellite and lidar data Surveying Monitoring of mine tailings using satellite and lidar data by Prevlan Chetty, Southern Mapping Geospatial This study looks into the use of high resolution satellite imagery from RapidEye and

More information

Using QuickBird Imagery in ESRI Software Products

Using QuickBird Imagery in ESRI Software Products Using QuickBird Imagery in ESRI Software Products TABLE OF CONTENTS 1. Introduction...2 Purpose Scope Image Stretching Color Guns 2. Imagery Usage Instructions...4 ArcView 3.x...4 ArcGIS...7 i Using QuickBird

More information

NOAA JPSS and GOES Fire Products R. Bradley Pierce and Shobha Kondragunta NOAA/NESDIS/STAR

NOAA JPSS and GOES Fire Products R. Bradley Pierce and Shobha Kondragunta NOAA/NESDIS/STAR NOAA JPSS and GOES Fire Products R. Bradley Pierce and Shobha Kondragunta NOAA/NESDIS/STAR Outline VIIRS Aerosol Optical Depth and Fire Radiative Power ABI Aerosol Optical Depth and Fire Radiative Power

More information

S3 Product Notice SLSTR

S3 Product Notice SLSTR S3 Product Notice SLSTR Mission Sensor Product S3-A SLSTR Level 2 Land Surface Temperature Product Notice ID S3A.PN-SLSTR-L2L.02 Issue/Rev Date 05/07/2017 Version 1.0 Preparation Approval This Product

More information

Interpreting land surface features. SWAC module 3

Interpreting land surface features. SWAC module 3 Interpreting land surface features SWAC module 3 Interpreting land surface features SWAC module 3 Different kinds of image Panchromatic image True-color image False-color image EMR : NASA Echo the bat

More information

ENMAP RADIOMETRIC INFLIGHT CALIBRATION, POST-LAUNCH PRODUCT VALIDATION, AND INSTRUMENT CHARACTERIZATION ACTIVITIES

ENMAP RADIOMETRIC INFLIGHT CALIBRATION, POST-LAUNCH PRODUCT VALIDATION, AND INSTRUMENT CHARACTERIZATION ACTIVITIES ENMAP RADIOMETRIC INFLIGHT CALIBRATION, POST-LAUNCH PRODUCT VALIDATION, AND INSTRUMENT CHARACTERIZATION ACTIVITIES A. Hollstein1, C. Rogass1, K. Segl1, L. Guanter1, M. Bachmann2, T. Storch2, R. Müller2,

More information

Geo/SAT 2 INTRODUCTION TO REMOTE SENSING

Geo/SAT 2 INTRODUCTION TO REMOTE SENSING Geo/SAT 2 INTRODUCTION TO REMOTE SENSING Paul R. Baumann, Professor Emeritus State University of New York College at Oneonta Oneonta, New York 13820 USA COPYRIGHT 2008 Paul R. Baumann Introduction Remote

More information

BV NNET User manual. V0.2 (Draft) Rémi Lecerf, Marie Weiss

BV NNET User manual. V0.2 (Draft) Rémi Lecerf, Marie Weiss BV NNET User manual V0.2 (Draft) Rémi Lecerf, Marie Weiss 1. Introduction... 2 2. Installation... 2 3. Prerequisites... 2 3.1. Image file format... 2 3.2. Retrieving atmospheric data... 3 3.2.1. Using

More information

MOVING FROM PIXELS TO PRODUCTS

MOVING FROM PIXELS TO PRODUCTS TRUE COLOR RGB MOSAIC, OSAKA, JAPAN MOVING FROM PIXELS TO PRODUCTS and data to insight AUTOMATED STRUCTURE IDENTIFICATION, OSAKA, JAPAN Table of Contents Moving from Pixels to Products 3 Doubling the Spectral

More information

Outline. Background NOAA s GOES-R Proving Ground (PG) Selected PG applications from Suomi-NPP VIIRS Transitioning to AHI: Conclusions

Outline. Background NOAA s GOES-R Proving Ground (PG) Selected PG applications from Suomi-NPP VIIRS Transitioning to AHI: Conclusions Outline Background NOAA s GOES-R Proving Ground (PG) Selected PG applications from Suomi-NPP VIIRS Transitioning to AHI: Selected AHI RGB Applications True Color and Hybrid Green GeoColor Blended Imagery

More information

An Introduction to Remote Sensing & GIS. Introduction

An Introduction to Remote Sensing & GIS. Introduction An Introduction to Remote Sensing & GIS Introduction Remote sensing is the measurement of object properties on Earth s surface using data acquired from aircraft and satellites. It attempts to measure something

More information

A Novel Haze Removal Approach for Road Scenes Captured By Intelligent Transportation Systems

A Novel Haze Removal Approach for Road Scenes Captured By Intelligent Transportation Systems A Novel Haze Removal Approach for Road Scenes Captured By Intelligent Transportation Systems G.Bharath M.Tech(DECS) Department of ECE, Annamacharya Institute of Technology and Science, Tirupati. Sreenivasan.B

More information

1. INTRODUCTION. GOCI : Geostationary Ocean Color Imager

1. INTRODUCTION. GOCI : Geostationary Ocean Color Imager 1. INTRODUCTION The Korea Ocean Research and Development Institute (KORDI) releases an announcement of opportunity (AO) to carry out scientific research for the utilization of GOCI data. GOCI is the world

More information

Himawari 8/AHI True Color Reproduction Imagery

Himawari 8/AHI True Color Reproduction Imagery Himawari 8/AHI True Color Reproduction Imagery Hidehiko MURATA, Kotaro SAITO, Yasuhiko SUMIDA Meteorological Satellite Center Japan Meteorological Agency 1 Introduction Himawari 8/AHI s three visible bands

More information

JECAM/SEN2AGRI CROSS SITES

JECAM/SEN2AGRI CROSS SITES JECAM/SEN2AGRI CROSS SITES BENCHMARKING FOR CROP TYPE JECAM Annual Science Meeting 16-17 November 2015 Brussels, Belgium Sen2-Agri QR Meeting -ESRIN -October 30, 2015 CROP-TYPE PRODUCT Delivered as soon

More information

Survey on Image Fog Reduction Techniques

Survey on Image Fog Reduction Techniques Survey on Image Fog Reduction Techniques 302 1 Pramila Singh, 2 Eram Khan, 3 Hema Upreti, 4 Girish Kapse 1,2,3,4 Department of Electronics and Telecommunication, Army Institute of Technology Pune, Maharashtra

More information

Workshop on Practical Applications of MODIS Data in Australia

Workshop on Practical Applications of MODIS Data in Australia Workshop on Practical Applications of MODIS Data in Australia Leeuwin Centre, Floreat WA November 26-29, 2002 Liam Gumley Space Science and Engineering Center University of Wisconsin-Madison Introduction

More information

SEN3APP Stakeholder Workshop, Helsinki Yrjö Rauste/VTT Kaj Andersson/VTT Eija Parmes/VTT

SEN3APP Stakeholder Workshop, Helsinki Yrjö Rauste/VTT Kaj Andersson/VTT Eija Parmes/VTT Optical Products from Sentinel-2 and Suomi- NPP/VIIRS SEN3APP Stakeholder Workshop, Helsinki 19.11.2015 Yrjö Rauste/VTT Kaj Andersson/VTT Eija Parmes/VTT Structure of Presentation High-resolution data

More information

The Hyperspectral UAV (HyUAV) a novel UAV-based spectroscopy tool for environmental monitoring

The Hyperspectral UAV (HyUAV) a novel UAV-based spectroscopy tool for environmental monitoring The Hyperspectral UAV (HyUAV) a novel UAV-based spectroscopy tool for environmental monitoring R. Garzonio 1, S. Cogliati 1, B. Di Mauro 1, A. Zanin 2, B. Tattarletti 2, F. Zacchello 2, P. Marras 2 and

More information

Atmospheric Correction for Coastal and Inland Waters Current Capabilities and Challenges

Atmospheric Correction for Coastal and Inland Waters Current Capabilities and Challenges Atmospheric Correction for Coastal and Inland Waters Current Capabilities and Challenges Nima Pahlevan Research Scientist NASA Goddard Space Flight Center Science Systems and Applications Inc. Outline

More information

FOR 353: Air Photo Interpretation and Photogrammetry. Lecture 2. Electromagnetic Energy/Camera and Film characteristics

FOR 353: Air Photo Interpretation and Photogrammetry. Lecture 2. Electromagnetic Energy/Camera and Film characteristics FOR 353: Air Photo Interpretation and Photogrammetry Lecture 2 Electromagnetic Energy/Camera and Film characteristics Lecture Outline Electromagnetic Radiation Theory Digital vs. Analog (i.e. film ) Systems

More information

CORRECTION OF ATMOSPHERIC HAZE IN RESOURCESAT-1 LISS-4 MX DATA FOR URBAN ANALYSIS: AN IMPROVED DARK OBJECT SUBTRACTION APPROACH

CORRECTION OF ATMOSPHERIC HAZE IN RESOURCESAT-1 LISS-4 MX DATA FOR URBAN ANALYSIS: AN IMPROVED DARK OBJECT SUBTRACTION APPROACH CORRECTION OF ATMOSPHERIC HAZE IN RESOURCESAT-1 LISS-4 MX DATA FOR URBAN ANALYSIS: AN IMPROVED DARK OBJECT SUBTRACTION APPROACH Sk. Mustak Research Scholar (Ph.D.), School of Studies in Geography Pt. Ravishankar

More information

AVHRR/3 Operational Calibration

AVHRR/3 Operational Calibration AVHRR/3 Operational Calibration Jörg Ackermann, Remote Sensing and Products Division 1 Workshop`Radiometric Calibration for European Missions, 30/31 Aug. 2017`,Frascati (EUM/RSP/VWG/17/936014) AVHRR/3

More information

Int n r t o r d o u d c u ti t on o n to t o Remote Sensing

Int n r t o r d o u d c u ti t on o n to t o Remote Sensing Introduction to Remote Sensing Definition of Remote Sensing Remote sensing refers to the activities of recording/observing/perceiving(sensing)objects or events at far away (remote) places. In remote sensing,

More information

Atmospheric interactions; Aerial Photography; Imaging systems; Intro to Spectroscopy Week #3: September 12, 2018

Atmospheric interactions; Aerial Photography; Imaging systems; Intro to Spectroscopy Week #3: September 12, 2018 GEOL 1460/2461 Ramsey Introduction/Advanced Remote Sensing Fall, 2018 Atmospheric interactions; Aerial Photography; Imaging systems; Intro to Spectroscopy Week #3: September 12, 2018 I. Quick Review from

More information

Planet Labs Inc 2017 Page 2

Planet Labs Inc 2017 Page 2 SKYSAT IMAGERY PRODUCT SPECIFICATION: ORTHO SCENE LAST UPDATED JUNE 2017 SALES@PLANET.COM PLANET.COM Disclaimer This document is designed as a general guideline for customers interested in acquiring Planet

More information

SATELLITE OCEANOGRAPHY

SATELLITE OCEANOGRAPHY SATELLITE OCEANOGRAPHY An Introduction for Oceanographers and Remote-sensing Scientists I. S. Robinson Lecturer in Physical Oceanography Department of Oceanography University of Southampton JOHN WILEY

More information

746A27 Remote Sensing and GIS. Multi spectral, thermal and hyper spectral sensing and usage

746A27 Remote Sensing and GIS. Multi spectral, thermal and hyper spectral sensing and usage 746A27 Remote Sensing and GIS Lecture 3 Multi spectral, thermal and hyper spectral sensing and usage Chandan Roy Guest Lecturer Department of Computer and Information Science Linköping University Multi

More information

MERIS instrument. Muriel Simon, Serco c/o ESA

MERIS instrument. Muriel Simon, Serco c/o ESA MERIS instrument Muriel Simon, Serco c/o ESA Workshop on Sustainable Development in Mountain Areas of Andean Countries Mendoza, Argentina, 26-30 November 2007 ENVISAT MISSION 2 Mission Chlorophyll case

More information

ATCOR Workflow for IMAGINE 2018

ATCOR Workflow for IMAGINE 2018 ATCOR Workflow for IMAGINE 2018 Version 1.1 User Manual Mai 2018 ATCOR Workflow for IMAGINE Page 2/73 The ATCOR trademark is owned by DLR German Aerospace Center D-82234 Wessling, Germany URL: www.dlr.de

More information

Dirty REMOTE SENSING Lecture 3: First Steps in classifying Stuart Green Earthobservation.wordpress.com

Dirty REMOTE SENSING Lecture 3: First Steps in classifying Stuart Green Earthobservation.wordpress.com Dirty REMOTE SENSING Lecture 3: First Steps in classifying Stuart Green Earthobservation.wordpress.com Stuart.Green@Teagasc.ie You have your image, but is it any good? Is it full of cloud? Is it the right

More information

Inter comparison of Terra and Aqua MODIS Reflective Solar Bands Using Suomi NPP VIIRS

Inter comparison of Terra and Aqua MODIS Reflective Solar Bands Using Suomi NPP VIIRS Inter comparison of Terra and Aqua Reflective Solar Bands Using Suomi NPP VIIRS Slawomir Blonski, * Changyong Cao, Sirish Uprety, ** and Xi Shao * NOAA NESDIS Center for Satellite Applications and Research

More information

Evaluation and improvements of MERIS, OLCI and SLSTR Rrs in contrasted turbid waters

Evaluation and improvements of MERIS, OLCI and SLSTR Rrs in contrasted turbid waters Evaluation and improvements of MERIS, OLCI and SLSTR Rrs in contrasted turbid waters Jamet, C., H., Loisel, M.A. Mograne, D., Dessailly, X., Mériaux and A., Cauvin Laboratoire d Océanologie et de Géosciences

More information

THE APPLICATION OF AN ATMOSPHERIC CORRECTION AND CHLOROPHYLL ALGORITHM ON A TM IMAGE OF CENTRAL LAKE TANGANYIKA : TECHNIQUES AND OBSERVATIONS

THE APPLICATION OF AN ATMOSPHERIC CORRECTION AND CHLOROPHYLL ALGORITHM ON A TM IMAGE OF CENTRAL LAKE TANGANYIKA : TECHNIQUES AND OBSERVATIONS THE APPLICATION OF AN ATMOSPHERIC CORRECTION AND CHLOROPHYLL ALGORITHM ON A TM IMAGE OF CENTRAL LAKE TANGANYIKA : TECHNIQUES AND OBSERVATIONS ABSTRACT P.I. VANOUPLINES INTERUNIVERSITY POST-GRADUATE PROGRAMME

More information

EE 529 Remote Sensing Techniques. Introduction

EE 529 Remote Sensing Techniques. Introduction EE 529 Remote Sensing Techniques Introduction Course Contents Radar Imaging Sensors Imaging Sensors Imaging Algorithms Imaging Algorithms Course Contents (Cont( Cont d) Simulated Raw Data y r Processing

More information

From Proba-V to Proba-MVA

From Proba-V to Proba-MVA From Proba-V to Proba-MVA Fabrizio Niro ESA Sensor Performances Products and Algorithm (SPPA) ESA UNCLASSIFIED - For Official Use Proba-V extension in the Copernicus era Proba-V was designed with the main

More information

Himawari-8 and AOMSUC-6. Toshihiko HASHIDA Japan Meteorological Agency (JMA)

Himawari-8 and AOMSUC-6. Toshihiko HASHIDA Japan Meteorological Agency (JMA) Himawari-8 and AOMSUC-6 Toshihiko HASHIDA Japan Meteorological Agency (JMA) Side Event on Communication to Members of RA II and RA V on the outcomes and future plans of AOMSUCs, 3 June 2015 Dawn of a New

More information

Estimation of PM10 Distribution using Landsat 7 ETM+ Remote Sensing Data

Estimation of PM10 Distribution using Landsat 7 ETM+ Remote Sensing Data Cloud Publications International Journal of Advanced Remote Sensing and GIS 2017, Volume 6, Issue 1, pp. 2246-2252 ISSN 2320 0243, Crossref: 10.23953/cloud.ijarsg.284 Research Article Estimation of PM10

More information

University of Texas at San Antonio EES 5053 Term Project CORRELATION BETWEEN NDVI AND SURFACE TEMPERATURES USING LANDSAT ETM + IMAGERY NEWFEL MAZARI

University of Texas at San Antonio EES 5053 Term Project CORRELATION BETWEEN NDVI AND SURFACE TEMPERATURES USING LANDSAT ETM + IMAGERY NEWFEL MAZARI University of Texas at San Antonio EES 5053 Term Project CORRELATION BETWEEN NDVI AND SURFACE TEMPERATURES USING LANDSAT ETM + IMAGERY NEWFEL MAZARI Introduction and Objectives The present study is a correlation

More information

Lecture 2. Electromagnetic radiation principles. Units, image resolutions.

Lecture 2. Electromagnetic radiation principles. Units, image resolutions. NRMT 2270, Photogrammetry/Remote Sensing Lecture 2 Electromagnetic radiation principles. Units, image resolutions. Tomislav Sapic GIS Technologist Faculty of Natural Resources Management Lakehead University

More information

, PMOD-WRC IDEAS+ WP TD3370 Status Pandonia updates Some EPIC info

, PMOD-WRC IDEAS+ WP TD3370 Status Pandonia updates Some EPIC info 2015-12-8, PMOD-WRC IDEAS+ WP TD3370 Status Pandonia updates Some EPIC info Alexander Cede IDEAS+ WP TD3370 Status TD3370.1 Pandora versus OMI All available Pandora data have been collected (see figure)

More information

RADAR (RAdio Detection And Ranging)

RADAR (RAdio Detection And Ranging) RADAR (RAdio Detection And Ranging) CLASSIFICATION OF NONPHOTOGRAPHIC REMOTE SENSORS PASSIVE ACTIVE DIGITAL CAMERA THERMAL (e.g. TIMS) VIDEO CAMERA MULTI- SPECTRAL SCANNERS VISIBLE & NIR MICROWAVE Real

More information

PLANET IMAGERY PRODUCT SPECIFICATION: PLANETSCOPE & RAPIDEYE

PLANET IMAGERY PRODUCT SPECIFICATION: PLANETSCOPE & RAPIDEYE PLANET IMAGERY PRODUCT SPECIFICATION: PLANETSCOPE & RAPIDEYE LAST UPDATED FEBRUARY 2017 SALES@PLANET.COM PLANET.COM Table of Contents LIST OF FIGURES 3 LIST OF TABLES 3 GLOSSARY 5 1. OVERVIEW OF DOCUMENT

More information

Digital Image Processing - A Remote Sensing Perspective

Digital Image Processing - A Remote Sensing Perspective ISSN 2278 0211 (Online) Digital Image Processing - A Remote Sensing Perspective D.Sarala Department of Physics & Electronics St. Ann s College for Women, Mehdipatnam, Hyderabad, India Sunita Jacob Head,

More information

29 th Annual Louisiana RS/GIS Workshop April 23, 2013 Cajundome Convention Center Lafayette, Louisiana

29 th Annual Louisiana RS/GIS Workshop April 23, 2013 Cajundome Convention Center Lafayette, Louisiana Landsat Data Continuity Mission 29 th Annual Louisiana RS/GIS Workshop April 23, 2013 Cajundome Convention Center Lafayette, Louisiana http://landsat.usgs.gov/index.php# Landsat 5 Sets Guinness World Record

More information

Remote Sensing-Based Aerosol Optical Thickness for Monitoring Particular Matter over the City

Remote Sensing-Based Aerosol Optical Thickness for Monitoring Particular Matter over the City Proceedings Remote Sensing-Based Aerosol Optical Thickness for Monitoring Particular Matter over the City Tran Thi Van 1, *, Nguyen Hang Hai 2, Vo Quoc Bao 1 and Ha Duong Xuan Bao 1 1 Department of Environment

More information

VENµS: A Joint French Israeli Earth Observation Scientific Mission with High Spatial and Temporal Resolution Capabilities

VENµS: A Joint French Israeli Earth Observation Scientific Mission with High Spatial and Temporal Resolution Capabilities VENµS: A Joint French Israeli Earth Observation Scientific Mission with High Spatial and Temporal Resolution Capabilities G. Dedieu 1, A. Karnieli 2, O. Hagolle 3, H. Jeanjean 3, F. Cabot 3, P. Ferrier

More information

CHARACTERISTICS OF REMOTELY SENSED IMAGERY. Radiometric Resolution

CHARACTERISTICS OF REMOTELY SENSED IMAGERY. Radiometric Resolution CHARACTERISTICS OF REMOTELY SENSED IMAGERY Radiometric Resolution There are a number of ways in which images can differ. One set of important differences relate to the various resolutions that images express.

More information

35017 Las Palmas de Gran Canaria, Spain Santa Cruz de Tenerife, Spain ABSTRACT

35017 Las Palmas de Gran Canaria, Spain Santa Cruz de Tenerife, Spain ABSTRACT Atmospheric correction models for high resolution WorldView-2 multispectral imagery: A case study in Canary Islands, Spain. J. Martin* a F. Eugenio a, J. Marcello a, A. Medina a, Juan A. Bermejo b a Institute

More information

Microwave Remote Sensing (1)

Microwave Remote Sensing (1) Microwave Remote Sensing (1) Microwave sensing encompasses both active and passive forms of remote sensing. The microwave portion of the spectrum covers the range from approximately 1cm to 1m in wavelength.

More information

earthobservation.wordpress.com

earthobservation.wordpress.com Dirty REMOTE SENSING earthobservation.wordpress.com Stuart Green Teagasc Stuart.Green@Teagasc.ie 1 Purpose Give you a very basic skill set and software training so you can: find free satellite image data.

More information

FOG REMOVAL ALGORITHM USING ANISOTROPIC DIFFUSION AND HISTOGRAM STRETCHING

FOG REMOVAL ALGORITHM USING ANISOTROPIC DIFFUSION AND HISTOGRAM STRETCHING FOG REMOVAL ALGORITHM USING DIFFUSION AND HISTOGRAM STRETCHING 1 G SAILAJA, 2 M SREEDHAR 1 PG STUDENT, 2 LECTURER 1 DEPARTMENT OF ECE 1 JNTU COLLEGE OF ENGINEERING (Autonomous), ANANTHAPURAMU-5152, ANDRAPRADESH,

More information

ASSESSMENT OF SENTINEL-3/OLCI SUB-PIXEL VARIABILITY AND PLATFORM IMPACT USING LANDSAT-8/OLI

ASSESSMENT OF SENTINEL-3/OLCI SUB-PIXEL VARIABILITY AND PLATFORM IMPACT USING LANDSAT-8/OLI ASSESSMENT OF SENTINEL-3/OLCI SUB-PIXEL VARIABILITY AND PLATFORM IMPACT USING LANDSAT-8/OLI Quinten Vanhellemont (1), Kevin Ruddick (1) (1) Royal Belgian Institute of Natural Sciences (RBINS), Operational

More information

Introduction to Remote Sensing Fundamentals of Satellite Remote Sensing. Mads Olander Rasmussen

Introduction to Remote Sensing Fundamentals of Satellite Remote Sensing. Mads Olander Rasmussen Introduction to Remote Sensing Fundamentals of Satellite Remote Sensing Mads Olander Rasmussen (mora@dhi-gras.com) 01. Introduction to Remote Sensing DHI What is remote sensing? the art, science, and technology

More information

Thomas G. Cleary Building and Fire Research Laboratory National Institute of Standards and Technology Gaithersburg, MD U.S.A.

Thomas G. Cleary Building and Fire Research Laboratory National Institute of Standards and Technology Gaithersburg, MD U.S.A. Thomas G. Cleary Building and Fire Research Laboratory National Institute of Standards and Technology Gaithersburg, MD 20899 U.S.A. Video Detection and Monitoring of Smoke Conditions Abstract Initial tests

More information

The New Rig Camera Process in TNTmips Pro 2018

The New Rig Camera Process in TNTmips Pro 2018 The New Rig Camera Process in TNTmips Pro 2018 Jack Paris, Ph.D. Paris Geospatial, LLC, 3017 Park Ave., Clovis, CA 93611, 559-291-2796, jparis37@msn.com Kinds of Digital Cameras for Drones Two kinds of

More information

Passive Microwave Sensors LIDAR Remote Sensing Laser Altimetry. 28 April 2003

Passive Microwave Sensors LIDAR Remote Sensing Laser Altimetry. 28 April 2003 Passive Microwave Sensors LIDAR Remote Sensing Laser Altimetry 28 April 2003 Outline Passive Microwave Radiometry Rayleigh-Jeans approximation Brightness temperature Emissivity and dielectric constant

More information

On-Orbit Radiometric Performance of the Landsat 8 Thermal Infrared Sensor. External Editors: James C. Storey, Ron Morfitt and Prasad S.

On-Orbit Radiometric Performance of the Landsat 8 Thermal Infrared Sensor. External Editors: James C. Storey, Ron Morfitt and Prasad S. Remote Sens. 2014, 6, 11753-11769; doi:10.3390/rs61211753 OPEN ACCESS remote sensing ISSN 2072-4292 www.mdpi.com/journal/remotesensing Article On-Orbit Radiometric Performance of the Landsat 8 Thermal

More information

Using Ground Targets for Sensor On orbit Calibration Support

Using Ground Targets for Sensor On orbit Calibration Support EOS Using Ground Targets for Sensor On orbit Calibration Support X. Xiong, A. Angal, A. Wu, and T. Choi MODIS Characterization Support Team (MCST), NASA/GSFC G. Chander SGT/USGS EROS CEOS Libya 4 Workshop,

More information

Land cover change methods. Ned Horning

Land cover change methods. Ned Horning Land cover change methods Ned Horning Version: 1.0 Creation Date: 2004-01-01 Revision Date: 2004-01-01 License: This document is licensed under a Creative Commons Attribution-Share Alike 3.0 Unported License.

More information

Meteosat Third Generation (MTG) Lightning Imager (LI) instrument on-ground and in-flight calibration

Meteosat Third Generation (MTG) Lightning Imager (LI) instrument on-ground and in-flight calibration Meteosat Third Generation (MTG) Lightning Imager (LI) instrument on-ground and in-flight calibration Marcel Dobber, Stephan Kox EUMETSAT (Darmstadt, Germany) 1 Contents of this presentation Meteosat Third

More information

of the Small Satellite Mission Systematic Image Processing Eckehard Lorenz, DLR Berlin Ilmenau, Klaus Briess, TU Berlin 49th IWK

of the Small Satellite Mission Systematic Image Processing Eckehard Lorenz, DLR Berlin Ilmenau, Klaus Briess, TU Berlin 49th IWK Ilmenau, 27.-30.09. 2004 49th IWK Eckehard Lorenz, DLR Berlin Klaus Briess, TU Berlin Astro- und Feinwerktechnik Adlershof GmbH Systematic Image Processing of the Small Satellite Mission BIRD Optical Information

More information

ENHANCED VISION OF HAZY IMAGES USING IMPROVED DEPTH ESTIMATION AND COLOR ANALYSIS

ENHANCED VISION OF HAZY IMAGES USING IMPROVED DEPTH ESTIMATION AND COLOR ANALYSIS ENHANCED VISION OF HAZY IMAGES USING IMPROVED DEPTH ESTIMATION AND COLOR ANALYSIS Mr. Prasath P 1, Mr. Raja G 2 1Student, Dept. of comp.sci., Dhanalakshmi Srinivasan Engineering College,Tamilnadu,India.

More information

Earth Exploration-Satellite Service (EESS) - Passive Spaceborne Remote Sensing

Earth Exploration-Satellite Service (EESS) - Passive Spaceborne Remote Sensing Earth Exploration-Satellite Service (EESS) - Passive Spaceborne Remote Sensing John Zuzek Vice-Chairman ITU-R Study Group 7 ITU/WMO Seminar on Spectrum & Meteorology Geneva, Switzerland 16-17 September

More information

Study on shortwave infrared longdistance imaging performance based on multiband imaging experiments

Study on shortwave infrared longdistance imaging performance based on multiband imaging experiments Study on shortwave infrared longdistance imaging performance based on multiband imaging experiments Lang Junwei Wang Yueming Xiao Xizhong Zhuang Xiaoqiong Wang Shengwei Liu Jun Wang Jianyu Optical Engineering

More information

Properties of long-time digital camera records in Changchun and Ulaanbaatar

Properties of long-time digital camera records in Changchun and Ulaanbaatar CEReS International Symposium on Radiation Budget and Atmospheric Parameters Studied by Satellite and Ground Observation Data, Feb. 17-18, 2005, Chiba, Japan Properties of long-time digital camera records

More information

Multi-sensor data base over desert sites for calibration purpose. P. Henry ¹, X. Briottet ², C. Miesch ², F. Cabot ¹ ¹CNES, ²ONERA

Multi-sensor data base over desert sites for calibration purpose. P. Henry ¹, X. Briottet ², C. Miesch ², F. Cabot ¹ ¹CNES, ²ONERA Multi-sensor data base over desert sites for calibration purpose P. Henry ¹, X. Briottet ², C. Miesch ², F. Cabot ¹ ¹CNES, ²ONERA Outline Introduction SADE database Calibration method Some results Desert

More information

Inter-Calibration of the RapidEye Sensors with Landsat 8, Sentinel and SPOT

Inter-Calibration of the RapidEye Sensors with Landsat 8, Sentinel and SPOT Inter-Calibration of the RapidEye Sensors with Landsat 8, Sentinel and SPOT Dr. Andreas Brunn, Dr. Horst Weichelt, Dr. Rene Griesbach, Dr. Pablo Rosso Content About Planet Project Context (Purpose and

More information

Radiometric Use of WorldView-3 Imagery. Technical Note. 1 WorldView-3 Instrument. 1.1 WorldView-3 Relative Radiance Response

Radiometric Use of WorldView-3 Imagery. Technical Note. 1 WorldView-3 Instrument. 1.1 WorldView-3 Relative Radiance Response Radiometric Use of WorldView-3 Imagery Technical Note Date: 2016-02-22 Prepared by: Michele Kuester This technical note discusses the radiometric use of WorldView-3 imagery. The first two sections briefly

More information

Atmospheric / Topographic Correction for Satellite Imagery. (ATCOR-2/3 Tutorial, Version 1.2, April 2016)

Atmospheric / Topographic Correction for Satellite Imagery. (ATCOR-2/3 Tutorial, Version 1.2, April 2016) Atmospheric / Topographic Correction for Satellite Imagery (ATCOR-2/3 Tutorial, Version 1.2, April 2016) R. Richter 1 and D. Schläpfer 2 1 DLR - German Aerospace Center, D - 82234 Wessling, Germany 2 ReSe

More information

Airborne hyperspectral data over Chikusei

Airborne hyperspectral data over Chikusei SPACE APPLICATION LABORATORY, THE UNIVERSITY OF TOKYO Airborne hyperspectral data over Chikusei Naoto Yokoya and Akira Iwasaki E-mail: {yokoya, aiwasaki}@sal.rcast.u-tokyo.ac.jp May 27, 2016 ABSTRACT Airborne

More information

Fast Single Image Haze Removal Using Dark Channel Prior and Bilateral Filters

Fast Single Image Haze Removal Using Dark Channel Prior and Bilateral Filters Fast Single Image Haze Removal Using Dark Channel Prior and Bilateral Filters Rachel Yuen, Chad Van De Hey, and Jake Trotman rlyuen@wisc.edu, cpvandehey@wisc.edu, trotman@wisc.edu UW-Madison Computer Science

More information

Introduction to Radar

Introduction to Radar National Aeronautics and Space Administration ARSET Applied Remote Sensing Training http://arset.gsfc.nasa.gov @NASAARSET Introduction to Radar Jul. 16, 2016 www.nasa.gov Objective The objective of this

More information

Observing Nightlights from Space with TEMPO James L. Carr 1,Xiong Liu 2, Brian D. Baker 3 and Kelly Chance 2

Observing Nightlights from Space with TEMPO James L. Carr 1,Xiong Liu 2, Brian D. Baker 3 and Kelly Chance 2 Observing Nightlights from Space with TEMPO James L. Carr 1,Xiong Liu 2, Brian D. Baker 3 and Kelly Chance 2 September 27, 2016 1 Carr Astronautics Corp., Greenbelt, MD, USA jcarr@carrastro.com 2 Harvard-Smithsonian

More information