NOTICE: This version of the NSF Unidata web site (archive.unidata.ucar.edu) is no longer being updated.
Current content can be found at unidata.ucar.edu.

To learn about what's going on, see About the Archive Site.


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

[IDV #ZMQ-488883]: looking at changes to sea bed using IDV



> 
> Anything's possible. ;-)  If you don't want to wait for Jeff, you could
> try something in Jython like:
> 
> def diffFromStart(data):
> newData = data.clone()
> first = data[0]
> for t in range(data.length):
> newData[t] = data[t]-first
> return newData
> 

Or you could wait for Jeff :-)

I just added a GridUtil/jython routine and a new formula: Difference from 
initial timestep (Under Formulas->Grids->Timestep)

This will be in tonight's nightly build.

-Jeff


Ticket Details
===================
Ticket ID: ZMQ-488883
Department: Support IDV
Priority: Normal
Status: Closed