[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[McIDAS #BPX-721543]: IR temperatures in Celsius
- Subject: [McIDAS #BPX-721543]: IR temperatures in Celsius
- Date: Fri, 31 Mar 2017 10:12:03 -0600
Hi Kwan,
re:
> I have been using a provided SU table IRTEMP.ST to display a color bar that
> corresponds to the IR brightness values using the BAR command. The
> displayed units are in Kelvin.
Correct.
re:
> Is there a way to display them in Celsius?
> Do I need to make a new stretch table for this purpose?
Yes, you need to make a new stretch table.
re:
> How do I go about doing that?
You need to investigate the SU command (i.e., HELP SU)
Here is a quick stab at creating a temperature stretch table
in C:
SU INI IRTEMPC GVAR 'T[C]'
SU MAKE IRTEMPC -110.15 -31.151 255 177
SU MAKE IRTEMPC -31.15 56.85 176 0
SU TABLE IRTEMPC
BREAKPOINTS STORED IN TABLE : IRTEMPC.ST
INPUT OUTPUT
----- ------
-110.15 255
-31.151 177
-31.15 176
56.85 0
CALIBRATION TYPE : GVAR
CALIBRATION UNITS : T[C]
BAND NUMBER : -1
INTERPOLATION TYPE: LIN
SU: DONE
re:
> Thanks again,
No worries.
Cheers,
Tom
--
****************************************************************************
Unidata User Support UCAR Unidata Program
(303) 497-8642 P.O. Box 3000
address@hidden Boulder, CO 80307
----------------------------------------------------------------------------
Unidata HomePage http://www.unidata.ucar.edu
****************************************************************************
Ticket Details
===================
Ticket ID: BPX-721543
Department: Support McIDAS
Priority: Normal
Status: Closed
===================
NOTE: All email exchanges with Unidata User Support are recorded in the Unidata
inquiry tracking system and then made publicly available through the web. If
you do not want to have your interactions made available in this way, you must
let us know in each email you send to us.