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

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



> 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.