Changes between Version 2 and Version 3 of Processing/BrightnessTemperature
- Timestamp:
- Aug 15, 2011, 3:20:27 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Processing/BrightnessTemperature
v2 v3 11 11 == Converting ATM band 11 to temperature (simplest method) == 12 12 13 Run get_atm_temp on your ATM data by typing "get_atm_temp,input_file,output_file" with the appropriate filenames in IDL (inputs can be hdf or bip). 13 14 14 Run get_atm_temp on your ATM data by typing "get_atm_temp,input_file,output_file" with the appropriate filenames in IDL.This creates output_file as a copy of input_file with band 11 replaced by temperature in Kelvin scaled by a factor of 100. So a DN of 27315 translates to a temperature of 273.15K - it's freezing out there!15 This creates output_file as a copy of input_file with band 11 replaced by temperature in Kelvin scaled by a factor of 100. So a DN of 27315 translates to a temperature of 273.15K - it's freezing out there! 15 16 16 17 == Further details ==