public void CalDate(double tjd, ref short year, ref short month, ref short day, ref double hour)
 {
     NOVAS2.CalDate(tjd, ref year, ref month, ref day, ref hour);
 }