destreak

From DavinciWiki
(Difference between revisions)
Jump to: navigation, search
 
 
(12 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{DavinciWiki_Function}}
+
{{DavinciWiki_Function|
[[category:Scripts]]
+
Removes the noise known as "[[streak]]" from THEMIS spectral images.  Streak only occurs in approximately 1% of the data and may only be visible in bands 1 and 2 of [[emissivity]] images.
 +
|
 +
Arguments: A [[thm.rectify|rectified]], [[thm.deplaid|deplaid]]ed, [[autoradcorr|autoradcorr]]ed, spectral radiance THEMIS cube
 +
 +
Return Value: The spectral cube cleaned
 +
|
 +
[[Syntax]]: destreak(data,ignore,bandlist)
 +
 +
'data' is a 10 band float THEMIS radiance cube whose null-data value is -32768.
 +
 
 +
'ignore' is the ignore value for the image default is -32768
 +
 
 +
'bandlist' is a list of the contained bands in the x direction, default is 1//2//3//4//5//6//7//8//9//10
 +
|
 +
dv> a
 +
324x1499x10 array of float, bsq format [19,427,040 bytes]
 +
 +
dv> b = destreak(a)
 +
324x1499x10 array of float, bsq format [19,427,040 bytes]
 +
|
 +
[[Image:destreak1.png|200px]] [[Image:destreak2.png|200px]]
 +
|
 +
*[[thm.deplaid]]
 +
*[[thm.themis_emissivity]]
 +
*[[thm.emiss2rad]]
 +
|
 +
*[[destripe]]
 +
*[[thm.deplaid]]
 +
*[[thm.white_noise_remove1]]
 +
|*themis_science.dvrc
 +
|
 +
1.01
 +
}}
 
[[category:Functions]]
 
[[category:Functions]]
 +
[[category:User Defined Functions]]
 
[[category:THEMIS Science]]
 
[[category:THEMIS Science]]

Latest revision as of 13:22, 18 April 2012


Description

Removes the noise known as "streak" from THEMIS spectral images. Streak only occurs in approximately 1% of the data and may only be visible in bands 1 and 2 of emissivity images.

Arguments and Return Values

Arguments: A rectified, deplaided, autoradcorred, spectral radiance THEMIS cube

Return Value: The spectral cube cleaned

Usage

Syntax: destreak(data,ignore,bandlist)

'data' is a 10 band float THEMIS radiance cube whose null-data value is -32768.

'ignore' is the ignore value for the image default is -32768

'bandlist' is a list of the contained bands in the x direction, default is 1//2//3//4//5//6//7//8//9//10

Examples

dv> a
324x1499x10 array of float, bsq format [19,427,040 bytes]

dv> b = destreak(a)
324x1499x10 array of float, bsq format [19,427,040 bytes]

Images

destreak1.png destreak2.png

DavinciWiki Mini-Nav Bar

Contents


Contact Developers

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

All other topics

  • See navigation on the left

Recent Library Changes

Created On: 02-15-2006
Modified On: 04-18-2012

Personal tools