SlideShare una empresa de Scribd logo
1 de 4
tm5_sample Conversion of the Digital Number (DN) to Spectral Radiance (L)
• 加入tm5_sample的Layer6
• Step1: L = LMIN + (LMAX - LMIN) * DN / 255
tm5_L

14.362

Where
L = Lλ= Spectral radiance (Layer6)
LMIN = 1.238 (Spectral radiance of DN value 1)

• Step2:
tm5_Tc

LMAX = 15.600 (Spectral radiance of DN value 255)
DN = Digital Number
K1= Calibration Constant 1 (607.76)
K2 = Calibration Constant 2 (1260.56)
TB = Surface Temperature

• Step3: 轉成溫度(減273)
tm5_Tc
tm5_sample NDVI
• 加入tm5_sample的Layer4、Layer3
• Layer4:NIR
• Layer3:R
• Int((Float("NIR" - "R") / Float("NIR" + "R") + 1) * 125)
tm5_NDVI
計算tm5_Tc和tm5_L相關係數
BOX
• Draw一個範圍輸出as extent
• 用conversion>from raster>raster to point,Environment中範圍設
BOX,將tm5_Tc和tm5_L轉成point
• Spatial Join tm5_Tc和tm5_L
• 用Excel開啟dbf計算tm5_Tc和tm5_L相關係數

Más contenido relacionado

La actualidad más candente

7 2 dead time compensation
7 2 dead time compensation7 2 dead time compensation
7 2 dead time compensation
Yambal
 
Analysis of algorithn class 3
Analysis of algorithn class 3Analysis of algorithn class 3
Analysis of algorithn class 3
Kumar
 

La actualidad más candente (19)

Bode diagram
Bode diagramBode diagram
Bode diagram
 
1 bode plot
1 bode plot1 bode plot
1 bode plot
 
Bodeplot
BodeplotBodeplot
Bodeplot
 
Wk 12 fr bode plot nyquist may 9 2016
Wk 12 fr bode plot nyquist   may 9 2016Wk 12 fr bode plot nyquist   may 9 2016
Wk 12 fr bode plot nyquist may 9 2016
 
Graph partition 2
Graph partition 2Graph partition 2
Graph partition 2
 
Signal flow graph (sfg)
Signal flow graph (sfg)Signal flow graph (sfg)
Signal flow graph (sfg)
 
Unit 4 frequency response-Bode plot
Unit 4 frequency response-Bode plotUnit 4 frequency response-Bode plot
Unit 4 frequency response-Bode plot
 
Graph Partition 3
Graph Partition 3Graph Partition 3
Graph Partition 3
 
Algorithm Analysis
Algorithm AnalysisAlgorithm Analysis
Algorithm Analysis
 
Signal flow graph Mason’s Gain Formula
Signal flow graph Mason’s Gain Formula Signal flow graph Mason’s Gain Formula
Signal flow graph Mason’s Gain Formula
 
Bode lect
Bode lectBode lect
Bode lect
 
7 2 dead time compensation
7 2 dead time compensation7 2 dead time compensation
7 2 dead time compensation
 
Lecture8
Lecture8Lecture8
Lecture8
 
Gcf and lcm
Gcf and lcmGcf and lcm
Gcf and lcm
 
Process control
Process control Process control
Process control
 
Theta join (M-bucket-I algorithm explained)
Theta join (M-bucket-I algorithm explained)Theta join (M-bucket-I algorithm explained)
Theta join (M-bucket-I algorithm explained)
 
Mmclass9
Mmclass9Mmclass9
Mmclass9
 
Lec 5 asymptotic notations and recurrences
Lec 5 asymptotic notations and recurrencesLec 5 asymptotic notations and recurrences
Lec 5 asymptotic notations and recurrences
 
Analysis of algorithn class 3
Analysis of algorithn class 3Analysis of algorithn class 3
Analysis of algorithn class 3
 

Destacado (9)

Gaurav security profile_5_years_experience
Gaurav security profile_5_years_experienceGaurav security profile_5_years_experience
Gaurav security profile_5_years_experience
 
Individual Idea Journal 2.pdf
Individual Idea Journal 2.pdfIndividual Idea Journal 2.pdf
Individual Idea Journal 2.pdf
 
Institute selection
Institute selectionInstitute selection
Institute selection
 
Martha Bako Resume 2015
Martha Bako Resume 2015Martha Bako Resume 2015
Martha Bako Resume 2015
 
Updated Dewatering Engineer
Updated Dewatering EngineerUpdated Dewatering Engineer
Updated Dewatering Engineer
 
Base de datos y reportes
Base de datos y reportesBase de datos y reportes
Base de datos y reportes
 
Cas danone
Cas danoneCas danone
Cas danone
 
mohamed AWAD SHERIF CV
mohamed AWAD SHERIF CVmohamed AWAD SHERIF CV
mohamed AWAD SHERIF CV
 
Détecter et nettoyer le contenu générique
Détecter et nettoyer le contenu génériqueDétecter et nettoyer le contenu générique
Détecter et nettoyer le contenu générique
 

Course Note_Satellite Image Analysis and Applications_Week14

  • 1.
  • 2. tm5_sample Conversion of the Digital Number (DN) to Spectral Radiance (L) • 加入tm5_sample的Layer6 • Step1: L = LMIN + (LMAX - LMIN) * DN / 255 tm5_L 14.362 Where L = Lλ= Spectral radiance (Layer6) LMIN = 1.238 (Spectral radiance of DN value 1) • Step2: tm5_Tc LMAX = 15.600 (Spectral radiance of DN value 255) DN = Digital Number K1= Calibration Constant 1 (607.76) K2 = Calibration Constant 2 (1260.56) TB = Surface Temperature • Step3: 轉成溫度(減273) tm5_Tc
  • 3. tm5_sample NDVI • 加入tm5_sample的Layer4、Layer3 • Layer4:NIR • Layer3:R • Int((Float("NIR" - "R") / Float("NIR" + "R") + 1) * 125) tm5_NDVI
  • 4. 計算tm5_Tc和tm5_L相關係數 BOX • Draw一個範圍輸出as extent • 用conversion>from raster>raster to point,Environment中範圍設 BOX,將tm5_Tc和tm5_L轉成point • Spatial Join tm5_Tc和tm5_L • 用Excel開啟dbf計算tm5_Tc和tm5_L相關係數