thm.emiss2rad
Contents: Description, Arguments, Usage, Examples, Images, Related Functions Supported Under Version: >1.69 Current Davinci Version: 2.27 64-bit Safe: No
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]
|
DavinciWiki Mini-Nav Bar Contents
Contact Developers
All other topics
Related Functions
Recent Core Changes Modified On: 03-27-2006 |