cm2micron

From DavinciWiki
(Difference between revisions)
Jump to: navigation, search
(Created page with 'Category:NEED')
 
Line 1: Line 1:
[[Category:NEED]]
+
{{DavinciWiki_Function|
 +
Convert wavenumber to microns and microns to wavenumbers
 +
|
 +
Arguments: Any numeric array
 +
 +
Return Value: Input array converted to microns
 +
|
 +
[[Syntax]]: cm2micron(data)
 +
 
 +
data can be an array or single value either in wavenumbers or microns
 +
|
 +
dv> wn=1400
 +
1400
 +
dv> cm=1400
 +
1400
 +
dv> micron=cm2micron(cm)
 +
7.142857075
 +
dv> cm2=cm2micron(micron)
 +
1400.000000
 +
|
 +
|
 +
|
 +
*[[ctok]]
 +
*[[ktof]]
 +
*[[ftoc]]
 +
|
 +
*spectral_tools.dvrc
 +
|
 +
}}
 +
[[category:Functions]]
 +
[[category:User Defined Functions]]
 +
[[category:Spectral Tools]]
 +
[[category:General Science]]

Revision as of 12:51, 30 July 2010


Description

Convert wavenumber to microns and microns to wavenumbers

Arguments and Return Values

Arguments: Any numeric array

Return Value: Input array converted to microns

Usage

Syntax: cm2micron(data)

data can be an array or single value either in wavenumbers or microns

Examples

dv> wn=1400
1400
dv> cm=1400
1400
dv> micron=cm2micron(cm)
7.142857075
dv> cm2=cm2micron(micron)
1400.000000

DavinciWiki Mini-Nav Bar

Contents


Contact Developers

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

All other topics

  • See navigation on the left

Related Functions

Recent Library Changes

Created On: 07-29-2010
Modified On: 12-09-2010

Personal tools