Which command should you write to calculate the great-circle distance between stars?
from astropy.coordinates import SkyCoord
dubhe = SkyCoord.from_name('dubhe')
alioth = SkyCoord.from_name('alioth')Which command should you write to calculate the great-circle distance between stars?
from astropy.coordinates import SkyCoord
dubhe = SkyCoord.from_name('dubhe')
alioth = SkyCoord.from_name('alioth')Create a free account to access the full topic