public static double GetJulianDay(double year, double month, double day)
 {
     return(DT.DateToJD((int)year, (int)month, day, true));
 }