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

[IDV #LBV-428551]: IDV - RGBs no more working

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 #LBV-428551]: IDV - RGBs no more working
  • Date: Tue, 18 Sep 2007 16:27:12 -0600

> Hi Jeff
> 
> Yes, things are working again. Thank you. I am getting curious what the
> Jython shell could do in my context, i.e. creating RGBs ad hoc and
> automatising image displays aka briefings.
> 

Go ahead and try it out. Tomorrow's build will have lots of improvements in it
and there is some brief documentation.  You can do things like:

data = selectData();  //Popup the data selection dialog and select a field
operate on data...
display = createDisplay('some display id - see the Edit menu for assistance', 
data);
...
display.doRemove();

You can also export all of the commands to your jython library

-Jeff


Ticket Details
===================
Ticket ID: LBV-428551
Department: Support IDV
Priority: Normal
Status: Closed