thm.emiss2rad

From DavinciWiki
Jump to: navigation, search


Description

Convert THEMIS emissivity structure to THEMIS radiance

Arguments and Return Values

Arguments: The emissivity structure

Return Value: The radiance array

Usage

Syntax: thm.emiss2rad(emiss = STRUCT [, bandlist = VAL] [, ignore = VAL] [, temp_rad_path = STRING])

'emiss' - The product of thm.themis_emissivity containing .emiss and .maxbtemp components.

'bandlist' - An optional ordered list of THEMIS bands in rad. Default is 1:10.

'ignore' - An optional non-data pixel value. Default is -32768 AND 0.

'temp_rad_path' - An optional alternate path to temp_rad lookup table. Default is /themis/calib/temp_rad_v4.

Examples

dv> ae
struct, 2 elements
    emiss: 345x500x10 array of float, bsq format [6,900,000 bytes]
    maxbtemp: 345x500x1 array of float, bsq format [690,000 bytes]

dv> a_rad = thm.emiss2rad(ae)
.345x500x10 array of float, bsq format [6,900,000 bytes]

Images

In order pictures are dcs radiance, brightness temperature and dcs emissivity.

thme2r1.png thme2r2.png thme2r3.png

DavinciWiki Mini-Nav Bar

Contents


Contact Developers

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

All other topics

  • See navigation on the left

Related Functions

Recent Core Changes

Modified On: 03-27-2006

Personal tools