rad3tb

From DavinciWiki
Jump to: navigation, search

Description

Convert THEMIS radiance to THEMIS brightness-temperature formatted to handle a standard RDR structure product

Arguments and Return Values

Arguments: A THEMIS radiance array (e.g. unscaled .spectral_qube.data)

Return Value: A THEMIS brightness-temperature array of equal dimensions to the input

Usage

Syntax: rad3tb(radiance [, bandlist] )

'rad' - Any RDR unscaled 3-D radiance array.

'bandlist' - An optional ordered list of THEMIS bands in rad. Format like .spectral_qube.band_bin.band_bin_band_number.

temp_rad lookup table is loaded from $DV_SCRIPT_FILES/temp_rad_v4.

Each band of the THEMIS radiance array is converted according to a look up table.

Examples

dv> a
345x500x10 array of float, bsq format [6,900,000 bytes]

dv> pds.spectral_qube.band_bin.band_bin_band_number
10x1x1 array of int, bsq format [40 bytes]
1       2       3       4       5       6       7       8       9       10

dv> btemps = rad3tb(a,pds.spectral_qube.band_bin.band_bin_band_number)
.345x500x10 array of float, bsq format [6,900,000 bytes]

DavinciWiki Mini-Nav Bar

Contents


Contact Developers

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

All other topics

  • See navigation on the left

Major Sub-Functions

Recent Library Changes

Created On: 09-03-2008
Modified On: 09-08-2008

Personal tools