public short AstroStar(double tjd, ref BodyDescription earth, ref CatEntry star, ref double ra, ref double dec)
 {
     return(NOVAS2.AstroStar(tjd, ref earth, ref star, ref ra, ref dec));
 }