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

[IDV #EAI-460325]: IDV - time resolution



Hi-

> Institution: ITC
> Package Version: 2.1RC1
> Operating System: Windows XP
> Hardware Information: Java: home: C:\\Program Files\\Java\\jre1.5.0_03 
> version: 1.5.0_03 j3d:1.3.2 fcs (build12)
> Inquiry: Here I send you a bundle with one of the files.
> The data probe does download at shorter intervals but, if you look at the 
> output csv
> all values are repeted during every 2 minutes interval, which was not the 
> case in the
> original file. The probe seems to assign the same value along an interval of 
> 2 minutes.
> I include also a csv from the data probe I send you.

Thanks for the further information.  I've found the problem and
it will be fixed in tomorrow's build.  The problem is that when
we were sampling on time, it was being done as floats so we
were losing resolution.  

An alternative solution is to change your data so that the times
are in a unit of seconds since the first time.  For example,
you could have:

        double timeObs(timeObs) ;
                timeObs:units = "seconds since 2006-10-04 09:59:13 UTC" ;

and then the timeObs values would be:

 timeObs = 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15.....

Thanks for finding this bug.

Don Murray
 

Ticket Details
===================
Ticket ID: EAI-460325
Department: Support IDV
Priority: Normal
Status: Open