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, decfloat

The ICRS position in degrees.

namestr | tuple[str] | list[str], optional

The name(s) of the body.

Returns:
starStar

An object representing the body.