Changes between Version 2 and Version 3 of Processing/BrightnessTemperature


Ignore:
Timestamp:
Aug 15, 2011, 3:20:27 PM (13 years ago)
Author:
mggr
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Processing/BrightnessTemperature

    v2 v3  
    1111== Converting ATM band 11 to temperature (simplest method) ==
    1212
     13Run 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).
    1314
    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!
     15This 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!
    1516
    1617== Further details ==