THEMIS deconvolution
Contents: Description, Procedure, Functions Used, Related Functions
Description This procedure illustrates the method to linearly unmix THEMIS spectrum using a spectral endmember library. It is highly advised that you follow the THEMIS standard processing procedure, followed by THEMIS atmospheric correction before attempting THEMIS deconvolution. You may also obtain a processed THEMIS image from ThmProc, but the atmospheric correction is (for the time being) up to you!
Procedure Load your THEMIS image: dv> thm_spec = load_pds("I10418002.atmcorr.cub")
dv> thm_lib = read("your_spec_lib.hdf")
dv> thm_lib.data = thm_lib.data[,,:9] dv> thm_lib.xaxis = thm_lib.xaxis[,,:9]
dv> out = sma(thm_spec.surf[x1:x2,y1:y2],thm_lib,nn = 1,noerr = 1, wave1 = 2, wave2 = 9, band = 1) |
DavinciWiki Mini-Nav Bar Contents
Contact Developers
All other topics
|