TES deconvolution cookbook
From DavinciWiki
Contents: Description, Procedure, Functions Used, Related Functions
Description <<<<UNDER CONSTRUCTION>>>> This procedure illustrates the standard method to deconvolve TES spectra.
Procedure (1) Find TES Spectra in JMARS
These spectra are derived by deconvolving the spectra using a standard set of surface and atmosphere endmembers. This works well for a first pass, but may remove surface features since many mineral endmembers are not in this standard library. So, while you could use this data set for more detailed work, it is highly recommend to redo the atmosphere removal with your full mineral library.
hga_motion = 1 (min) to 1 (max) pnl_motion = 1 (min) to 2 (max)
ock = 1583 (min) to 7000 (max).
target_temp (min) = 260
tot_ice = (min) 0.00 (max) 0.04 tot_dust = (min) 0.00 (max) 0.15
dv> tes = split_ock("file.txt")
dv> pplot(tes.ock6002avgcat,xaxis = lib.xaxis,x1 = 1300,x2 = 200)
dv> lib = load("speclib.hdf")
dv> atm = load("atm.hdf")
- Make sure the library captures the mineralogic diversity expected - Make sure the library captures crystal chemical differences (make sure that all wavelength regions are being represented) - Pay close attention to spectral quality using the quality flags for each mineral, and also by looking at each spectrum for particle size effects
- The endmembers in the library have varying degrees of spectral contrast, mostly due to grain size - In general, avoid using hand samples because they have such high spectral contrast - If you have to use a hand sample, try to scale the spectrum accordingly (e.g., by 0.4 to 0.5) - What to do with a surface spectrum with low spectral contrast? This shouldn't be a problem in general, but be advised that this might increase the noise
dv> unmix1 = sma(tes.ock6002avgcat,lib,atm,wave1 = 232,wave2 = 1302,nn = 1,surface = 1)
dv> pplot({unmix1.rematm,unmix1.modsur},xaxis = lib.xaxis,x1 = 1300,x2 = 200)
dv> unmix2 = sma(unmix1.rematm,lib,wave1 = 232,wave2 = 1302,nn = 1,exclude = 43)
dv> summary_sma(unmix2,1,1,group = 1)
- Use RMS error to make sure your mineral library is in the right ballpark - DO NOT only look at RMS error, but also check the fit to the spectrum to make sure specific features are being correctly modeled - Note that the spectra need to be normalized for spectral contrast if you want to consider the RMS error as an absolute (to compare between regions)
|
DavinciWiki Mini-Nav Bar Contents
Contact Developers
All other topics
Functions Used
|