<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=US-ASCII">
<META content="MSHTML 6.00.2900.2523" name=GENERATOR></HEAD>
<BODY id=role_body style="FONT-SIZE: 10pt; COLOR: #000000; FONT-FAMILY: Arial" 
bottomMargin=7 leftMargin=7 topMargin=7 rightMargin=7><FONT id=role_document 
face=Arial color=#000000 size=2>
<P align=justify><FONT face="Arial, Helvetica, sans-serif" 
size=2><I><B>Applications</B></I></FONT></P>
<UL>
  <LI><FONT face="Arial, Helvetica, sans-serif" size=2>astrometry</FONT> 
  <LI><FONT face="Arial, Helvetica, sans-serif" size=2>geophysics</FONT> 
  <LI><FONT face="Arial, Helvetica, sans-serif" size=2>orbitography</FONT> 
  <LI><FONT face="Arial, Helvetica, sans-serif" 
size=2>positionning</FONT></LI></UL>
<DIV>IREP</DIV>
<DIV><A 
href="http://hpiers.obspm.fr/eop-pc/">http://hpiers.obspm.fr/eop-pc/</A></DIV>
<DIV>&nbsp;</DIV>
<DIV>
<DIV><STRONG><U>Has anyone used them in a commercial 
application?</U></STRONG></DIV></DIV>
<DIV>&nbsp;</DIV>
<DIV>I think I have an efficent method to include leap seconds however,&nbsp;but 
don't plan to program it until I know there is a need..</DIV>
<DIV>&nbsp;</DIV>
<DIV>Anyone have ideas on how to notfiy the software to include or exclude leap 
seconds?</DIV>
<DIV>&nbsp;</DIV>
<DIV>Solution for including leaps seconds:</DIV>
<DIV>&nbsp;&nbsp;&nbsp;&nbsp;Convert the year to binary value.</DIV>
<DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;If the months are the first 
quarter of the year 
<DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;mutiply 
by&nbsp;4.</DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;If the months 
are the second quarter of the year</DIV>
<DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Multiply 
by 4 and add 1.</DIV>
<DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;If the third quarter</DIV>
<DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Multiply 
by 4 and add 2</DIV>
<DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;If the fourth quarter 
</DIV>
<DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Multiply 
by 4 and add 3</DIV>
<DIV>Us the binary result as an index into a table.</DIV>
<DIV>&nbsp;&nbsp;&nbsp;&nbsp;Each postion of the table contains the cumulative 
binary leap seconds.</DIV>
<DIV>&nbsp;&nbsp;&nbsp;&nbsp;Add the cumulative leap seconds to the seconds in 
the date.</DIV>
<DIV>For every&nbsp;year the table will have four entrys per 
year.&nbsp;for&nbsp;03-31, 06:30, 09-30 12-31 </DIV>
<DIV>&nbsp;</DIV>
<DIV>One bytes allows 256 cumulative seconds.</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV></FONT></BODY></HTML>