convolve themis

From DavinciWiki
(Difference between revisions)
Jump to: navigation, search
(New page: {{DavinciWiki_Function| Convolve any spectrum with THEMIS IR response functions. Located in themis_science.dvrc | Accepts individual spectra or spectral cubes. | Syntax: convolve_t...)
 
Line 3: Line 3:
  
 
Located in themis_science.dvrc
 
Located in themis_science.dvrc
 +
 +
Accepts individual spectra or spectral cubes.
 
|
 
|
Accepts individual spectra or spectral cubes.
+
$1=input spectrum or spectra
 +
$2=xaxis of input spectrum
  
 
|
 
|
[[Syntax]]: convolve_themis(input spectrum(s) = VAL [, xaxis of input spectrum(s) = VAL])
+
[[Syntax]]: convolve_themis(input spectrum(s), xaxis of input spectrum(s))
 
   
 
   
 
   
 
   
Line 13: Line 16:
  
 
|  
 
|  
  b = thm.deplaid(a)
+
  dv> lib.data
+
44x1x73 array of float, bsq format [12,848 bytes]
b = thm.deplaid(data=a,ignore=-32768,tmask_max=1.25,tmask_min=.85,filt_len=200,b10=3)
+
 
+
  dv> lib.xaxis
  b = thm.deplaid(a,0,tmask_max=1.21)
+
1x1x73 array of double, bsq format [584 bytes]
+
 
  b = thm.deplaid(a,0,1.10,.90,180,8)
+
  dv> b=convolve_themis(lib.data,lib.xaxis)
|
+
44x1x10 array of float, bsq format [1,760 bytes]
 +
 
  
[[Image:nodeplaid.png|256px]] [[Image:deplaid.png|256px]]
 
|
 
 
|
 
|
 
*[[destreak]]
 
*[[destreak]]

Revision as of 09:24, 29 January 2008


Description

Convolve any spectrum with THEMIS IR response functions.

Located in themis_science.dvrc

Accepts individual spectra or spectral cubes.

Arguments and Return Values

Syntax: convolve_themis(input spectrum(s), xaxis of input spectrum(s))



Images

{{{5}}}

DavinciWiki Mini-Nav Bar

Contents


Contact Developers

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

All other topics

  • See navigation on the left

Major Sub-Functions

{{{6}}}

Related Functions

{{{7}}}

Recent Library Changes

Created On: 01-29-2008
Modified On: 02-01-2008

Personal tools