[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[IDV #MTA-373885]: "True color" visible ABI imagery

This archive contains answers to questions sent to Unidata support through mid-2025. Note that the archive is no longer being updated. We provide the archive for reference; many of the answers presented here remain technically correct, even if somewhat outdated. For the most up-to-date information on the use of NSF Unidata software and data services, please consult the Software Documentation first.


  • Subject: [IDV #MTA-373885]: "True color" visible ABI imagery
  • Date: Tue, 24 Jul 2018 11:34:02 -0600

> Full Name: Tyler Burns
> Email Address: address@hidden
> Organization: Pierce College, Puyallup
> Package Version:
> Operating System:
> Hardware:
> Description of problem:
> 
> Is there any way to the pseudo true color visible satellite images from
> ABI data akin to those found on the GOES-East image viewer website? I
> have no experience with Python or Jython, so figuring out how to simulate
> the green channel has left me stumped.
> 
> Is there perhaps an IDV plugin or formula that can be added to help
> produce these images?
> 
> Tyler Burns
> Pierce College, Puyallup
> 
> 
Hi Tyler,

Here is the formula I reference the  CIMSS/Univ. of Wisc:

def myRGB(chP64,chP86,chP47):  
   green =  0.45*chP64 + 0.45*chP47 + 0.1*chP86
   red = GridUtil.setParamType(chP64,makeRealType("redimage"), 0)
   blue = GridUtil.setParamType(chP47,makeRealType("blueimage"), 0)
   grn = GridUtil.setParamType(green,makeRealType("greenimage"), 0)
    
   return DerivedGridFactory.combineGrids((red,grn,blue),1)

I tested it and the result is pretty good.

Yuan

Ticket Details
===================
Ticket ID: MTA-373885
Department: Support IDV
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.