convolve themis

From DavinciWiki
(Difference between revisions)
Jump to: navigation, search
Line 14: Line 14:
 
[[Syntax]]: convolve_themis(input spectrum(s), xaxis of input spectrum(s))
 
[[Syntax]]: convolve_themis(input spectrum(s), xaxis of input spectrum(s))
 
|
 
|
 +
  
 
  dv> lib.data
 
  dv> lib.data
 
44x1x73 array of float, bsq format [12,848 bytes]
 
44x1x73 array of float, bsq format [12,848 bytes]
  
dv> lib.xaxis
+
dv> lib.xaxis  
 
1x1x73 array of double, bsq format [584 bytes]
 
1x1x73 array of double, bsq format [584 bytes]
  
dv> b&#61convolve_themis(lib.data,lib.xaxis)
+
dv> b=convolve_themis(lib.data,lib.xaxis)
 
44x1x10 array of float, bsq format [1,760 bytes]
 
44x1x10 array of float, bsq format [1,760 bytes]
 
|
 
|

Revision as of 09:38, 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))

Usage


dv> lib.data

44x1x73 array of float, bsq format [12,848 bytes]

dv> lib.xaxis 1x1x73 array of double, bsq format [584 bytes]

dv> b=convolve_themis(lib.data,lib.xaxis) 44x1x10 array of float, bsq format [1,760 bytes]


DavinciWiki Mini-Nav Bar

Contents


Contact Developers

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

All other topics

  • See navigation on the left

Related Functions

resample()

Recent Library Changes

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

Personal tools