From ed039e3afc77558f915f559ee3f0e54775a67f6b Mon Sep 17 00:00:00 2001 From: "Alexander V. Wolf" Date: Mon, 23 Sep 2024 20:57:21 +0700 Subject: [PATCH] Improve coordinates in '20 Fun Naked-Eye Double Stars' script (fix #3835) --- scripts/double_stars.ssc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/double_stars.ssc b/scripts/double_stars.ssc index 978bdd945f797..4eab104d47582 100644 --- a/scripts/double_stars.ssc +++ b/scripts/double_stars.ssc @@ -2,7 +2,7 @@ // Name: 20 Fun Naked-Eye Double Stars // Author: Alexander Wolf // License: Public Domain -// Version: 1.3 +// Version: 1.4 // Description: This script helps you make an excursion around 20 fun double stars. The list has been collected by Jerry Lodriguss and published in Sky & Telescope 09/2014. Data taken from his website, http://www.astropix.com/doubles/ // @@ -29,10 +29,10 @@ var doublestar = [["03h45m59.63s", "+24d32m28.6s", 1.0, tr("Asterope (21 Tauri a ["03h49m11.03s", "+24d05m48.2s", 1.0, tr("Atlas and Pleione (27 Tauri and 28 Tauri)"), tr("5 arcminutes (N)"), tr("Moderately difficult")], ["04h28m38.82s", "+15d55m14.3s", 1.5, tr("θ Tauri"), tr("5.6 arcminutes (NNW)"), tr("Showcase naked-eye double!")], ["04h23m33.39s", "+17d29m46.2s", 2.0, tr("δ Tauri"), tr("δ1-δ2: 17.6 arcseconds (ESE); δ1-δ3: 43.25 arcseconds (NE)"), tr("Easy naked-eye triple")], - ["05h35m16.56s", "-05d23m04.9s", 0.05, tr("θ Orionis"), tr("2.24 arcminutes (NW)"), tr("Very difficult because of stars and nebulosity in the area")], + ["05h35m16.71s", "-05d23m03.5s", 0.1, tr("θ Orionis"), tr("2.24 arcminutes (NW)"), tr("Very difficult because of stars and nebulosity in the area")], ["05h35m30.71s", "-04d50m35.8s", 0.4, tr("42 and 45 Orionis"), tr("4.2 arcminutes (ESE)"), tr("Moderately difficult optical double")], - ["05h35m20.78s", "-05d56m03.7s", 0.2, tr("ι Orionis"), tr("8 arcminutes (SW)"), tr("Moderately difficult optical double")], - ["12h20m32.10s", "-22d12m51.0s", 1.0, tr("ζ Corvi"), tr("5.85 arcminutes (WNW)"), tr("Moderately difficult")], + ["05h35m14.00s", "-05d57m27.4s", 0.2, tr("ι Orionis"), tr("8 arcminutes (SW)"), tr("Moderately difficult optical double")], + ["12h20m20.49s", "-22d11m28.5s", 1.0, tr("ζ Corvi"), tr("5.85 arcminutes (WNW)"), tr("Moderately difficult")], ["13h24m32.98s", "+54d57m40.7s", 1.5, tr("Mizar and Alcor"), tr("11.8 arcminutes (ENE)"), tr("Easy naked-eye double")], ["14h50m44.93s", "-16d00m57.5s", 1.0, tr("Zubenelgenubi"), tr("3.83 arcminutes (NW)"), tr("Very difficult because of the magnitude difference")], ["16h07m06.08s", "-20d45m43.6s", 1.8, tr("ω Scorpii"), tr("14.6 arcminutes (SSE)"), tr("Easy optical double")],