dehyd2

From DavinciWiki
Jump to: navigation, search

Description

Remove water vapor from an ASU Lab spectrum. A resampled ratio of water sensitive bands is computed and compared to a pure water specturm

Arguments and Return Values

Input: Emissivity data and and xaxis

Output: dehydrated emissivity data

Usage

Syntax: deyhd2(emissivity = VAL, xaxis = VAL)

emissivity - lab emissivity data

xaxis - lab xaxis

Examples

 dv> a
struct, 3 elements
    data: 1x1x1973 array of float, bsq format [7,892 bytes]
    label: "Full of Water"
    xaxis: 1x1x1973 array of float, bsq format [7,892 bytes]
dv> b=dehyd2(a.data,a.xaxis)
1x1x1973 array of float, bsq format [7,892 bytes]
dv> xplot(a.data, "title 'Original'",b[], "title 'Dehydrated'",Xaxis=a.xaxis)
dv> plim(1800,400,.8,1.04)

Images

plot.png

DavinciWiki Mini-Nav Bar

Contents


Contact Developers

  • davinci-dev [AT] mars.asu.edu

All other topics

  • See navigation on the left

Major Sub-Functions

Related Functions

Recent Library Changes

Created On: 07-25-2007
Modified On: 01-17-2008

Personal tools