comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Time Woes
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: Time Woes [message #30547 is a reply to message #30471] Thu, 02 May 2002 15:26 Go to previous messageGo to previous message
Craig Markwardt is currently offline  Craig Markwardt
Messages: 1869
Registered: November 1996
Senior Member
David Fanning <david@dfanning.com> writes:
>
> Here is what I know. I have some TRMM data in a particular
> lat/lon range at a particular time (e.g. 4AM on 7 July 2001).
> I want to pull out any QSCAT wind data that might overlap my
> TRMM data by about an hour or two.
>
> What questions would it be helpful for me to know to ask?

Hey David--

Everybody is bothering you about TAI, UTC, leap seconds, you must be
going crazy! If you are just interested in precisions of overlaps of
"an hour or so" then you really don't care about leap seconds, so you
can probably forget about most of it. (just wait until you get to TT,
TDT, TDB, TCG and TCB!)

For doing overlaps the real necessity is to get the times of your TRMM
data and QSCAT data into the same format, doesn't matter what format
that is. One easy one is to use Julian days as Ben, et al have been
describing. You have a "seconds-since-epoch" format, so you would
indeed take:

t_trmm = .... ;; Seconds since 1980
;; Convert to Julian days (86400 seconds per day)
jd_trmm = julday(0,1,1980, 0,0,0) + t_trmm/86400

and then you probably have to do something similar to the QuikScat
times, right?

Craig

--
------------------------------------------------------------ --------------
Craig B. Markwardt, Ph.D. EMAIL: craigmnet@cow.physics.wisc.edu
Astrophysics, IDL, Finance, Derivatives | Remove "net" for better response
------------------------------------------------------------ --------------
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: default window size
Next Topic: Call_External and referenced symbol not found

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Sat Oct 11 22:23:57 PDT 2025

Total time taken to generate the page: 1.59976 seconds