skyfield_star_from_ra_dec# caput.astro.skyfield.skyfield_star_from_ra_dec(ra, dec, name=())[source]# Create a Skyfield star object from an ICRS position. Parameters: ra, decfloatThe ICRS position in degrees. namestr | tuple[str] | list[str], optionalThe name(s) of the body. Returns: starStarAn object representing the body.