destreak

From DavinciWiki
(Difference between revisions)
Jump to: navigation, search
 
(5 intermediate revisions by one user not shown)
Line 2: Line 2:
 
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.
 
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, [[radcorr2|radcorr]]ed, spectral radiance THEMIS cube
+
Arguments: A [[thm.rectify|rectified]], [[thm.deplaid|deplaid]]ed, [[autoradcorr|autoradcorr]]ed, spectral radiance THEMIS cube
 
   
 
   
 
Return Value: The spectral cube cleaned
 
Return Value: The spectral cube cleaned
 
|
 
|
[[Syntax]]: destreak(data)
+
[[Syntax]]: destreak(data,ignore,bandlist)
 
   
 
   
 
'data' is a 10 band float THEMIS radiance cube whose null-data value is -32768.
 
'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
 
  dv> a
Line 26: Line 30:
 
*[[thm.white_noise_remove1]]
 
*[[thm.white_noise_remove1]]
 
|*themis_science.dvrc
 
|*themis_science.dvrc
|1.69
+
|
 +
1.01
 
}}
 
}}
 
[[category:Functions]]
 
[[category:Functions]]
 
[[category:User Defined 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