libaditya 0.3.4__py2.py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (131) hide show
  1. libaditya/__init__.py +46 -0
  2. libaditya/_version.py +29 -0
  3. libaditya/calc/__init__.py +9 -0
  4. libaditya/calc/api.py +30 -0
  5. libaditya/calc/avasthas.py +346 -0
  6. libaditya/calc/docs/jaimini-get-arch.md +95 -0
  7. libaditya/calc/hellenistic.py +37 -0
  8. libaditya/calc/jaimini.py +335 -0
  9. libaditya/calc/jaimini_get.py +240 -0
  10. libaditya/calc/kala.py +73 -0
  11. libaditya/calc/panchanga.py +422 -0
  12. libaditya/calc/rashi.py +612 -0
  13. libaditya/calc/returns.py +50 -0
  14. libaditya/calc/swe_functions.py +118 -0
  15. libaditya/calc/varga.py +287 -0
  16. libaditya/calc/vimshottari.py +431 -0
  17. libaditya/cards/__init__.py +5 -0
  18. libaditya/cards/card.py +90 -0
  19. libaditya/cards/cards_constants.py +115 -0
  20. libaditya/cards/cards_of_truth.py +323 -0
  21. libaditya/cards/cot.py +142 -0
  22. libaditya/cards/deck.py +52 -0
  23. libaditya/charts/__init__.py +6 -0
  24. libaditya/charts/api.py +36 -0
  25. libaditya/charts/bodygraph.py +80 -0
  26. libaditya/charts/chart.py +286 -0
  27. libaditya/charts/jaimini.py +83 -0
  28. libaditya/charts/tajika.py +36 -0
  29. libaditya/constants.py +1776 -0
  30. libaditya/draw/__init__.py +20 -0
  31. libaditya/draw/draw_bodygraph.py +489 -0
  32. libaditya/draw/draw_sbc.py +712 -0
  33. libaditya/draw/themes/default-theme.hd +53 -0
  34. libaditya/ephe/ast0/se00010s.se1 +0 -0
  35. libaditya/ephe/seas_00.se1 +0 -0
  36. libaditya/ephe/seas_06.se1 +0 -0
  37. libaditya/ephe/seas_12.se1 +0 -0
  38. libaditya/ephe/seas_18.se1 +0 -0
  39. libaditya/ephe/seas_24.se1 +0 -0
  40. libaditya/ephe/seas_30.se1 +0 -0
  41. libaditya/ephe/seas_36.se1 +0 -0
  42. libaditya/ephe/seas_42.se1 +0 -0
  43. libaditya/ephe/seas_48.se1 +0 -0
  44. libaditya/ephe/seasm06.se1 +0 -0
  45. libaditya/ephe/seasm12.se1 +0 -0
  46. libaditya/ephe/seasm18.se1 +0 -0
  47. libaditya/ephe/seasm24.se1 +0 -0
  48. libaditya/ephe/seasm30.se1 +0 -0
  49. libaditya/ephe/seasm36.se1 +0 -0
  50. libaditya/ephe/seasm42.se1 +0 -0
  51. libaditya/ephe/seasm48.se1 +0 -0
  52. libaditya/ephe/seasm54.se1 +0 -0
  53. libaditya/ephe/sefstars.txt +4245 -0
  54. libaditya/ephe/semo_00.se1 +0 -0
  55. libaditya/ephe/semo_06.se1 +0 -0
  56. libaditya/ephe/semo_12.se1 +0 -0
  57. libaditya/ephe/semo_18.se1 +0 -0
  58. libaditya/ephe/semo_24.se1 +0 -0
  59. libaditya/ephe/semo_30.se1 +0 -0
  60. libaditya/ephe/semo_36.se1 +0 -0
  61. libaditya/ephe/semo_42.se1 +0 -0
  62. libaditya/ephe/semo_48.se1 +0 -0
  63. libaditya/ephe/semom06.se1 +0 -0
  64. libaditya/ephe/semom12.se1 +0 -0
  65. libaditya/ephe/semom18.se1 +0 -0
  66. libaditya/ephe/semom24.se1 +0 -0
  67. libaditya/ephe/semom30.se1 +0 -0
  68. libaditya/ephe/semom36.se1 +0 -0
  69. libaditya/ephe/semom42.se1 +0 -0
  70. libaditya/ephe/semom48.se1 +0 -0
  71. libaditya/ephe/semom54.se1 +0 -0
  72. libaditya/ephe/sepl_00.se1 +0 -0
  73. libaditya/ephe/sepl_06.se1 +0 -0
  74. libaditya/ephe/sepl_12.se1 +0 -0
  75. libaditya/ephe/sepl_18.se1 +0 -0
  76. libaditya/ephe/sepl_24.se1 +0 -0
  77. libaditya/ephe/sepl_30.se1 +0 -0
  78. libaditya/ephe/sepl_36.se1 +0 -0
  79. libaditya/ephe/sepl_42.se1 +0 -0
  80. libaditya/ephe/sepl_48.se1 +0 -0
  81. libaditya/ephe/seplm06.se1 +0 -0
  82. libaditya/ephe/seplm12.se1 +0 -0
  83. libaditya/ephe/seplm18.se1 +0 -0
  84. libaditya/ephe/seplm24.se1 +0 -0
  85. libaditya/ephe/seplm30.se1 +0 -0
  86. libaditya/ephe/seplm36.se1 +0 -0
  87. libaditya/ephe/seplm42.se1 +0 -0
  88. libaditya/ephe/seplm48.se1 +0 -0
  89. libaditya/ephe/seplm54.se1 +0 -0
  90. libaditya/hd/__init__.py +8 -0
  91. libaditya/hd/calc.py +55 -0
  92. libaditya/hd/constants.py +127 -0
  93. libaditya/hd/longitude.py +271 -0
  94. libaditya/objects/__init__.py +19 -0
  95. libaditya/objects/celestial_object.py +206 -0
  96. libaditya/objects/context.py +133 -0
  97. libaditya/objects/cusps.py +259 -0
  98. libaditya/objects/julian_day.py +265 -0
  99. libaditya/objects/location.py +167 -0
  100. libaditya/objects/longitude.py +987 -0
  101. libaditya/objects/nakshatras.py +285 -0
  102. libaditya/objects/planets.py +2059 -0
  103. libaditya/objects/shadbala.py +398 -0
  104. libaditya/objects/signs.py +690 -0
  105. libaditya/objects/swe_functions.py +75 -0
  106. libaditya/print_functions.py +548 -0
  107. libaditya/read.py +665 -0
  108. libaditya/stars/__init__.py +4 -0
  109. libaditya/stars/fixed_star.py +216 -0
  110. libaditya/stars/make_swe_stars.py +407 -0
  111. libaditya/stars/star-sign-boundaries +44 -0
  112. libaditya/stars/stellarium/__init__.py +6 -0
  113. libaditya/stars/stellarium/remote_control/__init__.py +22 -0
  114. libaditya/stars/stellarium/remote_control/location.py +82 -0
  115. libaditya/stars/stellarium/remote_control/locationsearch.py +35 -0
  116. libaditya/stars/stellarium/remote_control/main.py +165 -0
  117. libaditya/stars/stellarium/remote_control/objects.py +63 -0
  118. libaditya/stars/stellarium/remote_control/scripts.py +81 -0
  119. libaditya/stars/stellarium/remote_control/simbad.py +20 -0
  120. libaditya/stars/stellarium/remote_control/stelaction.py +31 -0
  121. libaditya/stars/stellarium/remote_control/stelproperty.py +30 -0
  122. libaditya/stars/stellarium/remote_control/view.py +85 -0
  123. libaditya/stars/stellarium/stellarium.py +92 -0
  124. libaditya/stars/the_stars.py +522 -0
  125. libaditya/stars/utilities.py +539 -0
  126. libaditya/utils.py +431 -0
  127. libaditya/write.py +67 -0
  128. libaditya-0.3.4.dist-info/METADATA +588 -0
  129. libaditya-0.3.4.dist-info/RECORD +131 -0
  130. libaditya-0.3.4.dist-info/WHEEL +5 -0
  131. libaditya-0.3.4.dist-info/licenses/LICENSE +661 -0
@@ -0,0 +1,4245 @@
1
+ # sefstars.txt: Swiss Ephemeris fixed stars data file,
2
+ # Fixed stars brighter than Magnitude 5
3
+ # This file is based on data provided by S. Moshier.
4
+ # It was later increased and improved by Valentin Abramov and Dieter Koch
5
+ # (see history further below).
6
+ #
7
+ # The data in a star record are:
8
+ # traditional name (no leading blanks in field)
9
+ # nomenclature name (no leading blanks in field)
10
+ # equinox (must be either '1950' or '2000' or 'ICRS')
11
+ # right ascension hours
12
+ # minutes
13
+ # seconds
14
+ # declination degrees
15
+ # minutes
16
+ # seconds
17
+ # proper motion in right asc., 0.001"/year * cos(decl0)
18
+ # in decl., 0.001"/year
19
+ # radial velocity in km/s
20
+ # annual parallax in 0.001"
21
+ # magnitude V
22
+ # DM zone (Durchmusterung zone; declination 1900)
23
+ # DM number
24
+ # The last two parameters are not supported and are not required for
25
+ # the file to be valid (since SE 2.07).
26
+ #
27
+ # To achieve higher speed for swe_fixstar(), you can copy the
28
+ # stars you prefer to the top of the list
29
+ #
30
+ # File editing History:
31
+ # ---------------------
32
+ # 7 May 1999:
33
+ # File was improved by Valentin Abramov, Tartu, Estonia in April 1999.
34
+ # - The stars are ordered by constellation.
35
+ # - Most names come from Arabic and have several transliterations,
36
+ # e.g. Algieba and Al Jabhah. In such cases, the record has been
37
+ # duplicated and both spellings have been given.
38
+ #
39
+ # 11 Jan 2006, Dieter Koch:
40
+ # File updated with data from the SIMBAD Astronomical Database.
41
+ # http://simbad.u-strasbg.fr/simbad/sim-fid
42
+ #
43
+ # The Galactic Center was taken from
44
+ # The Astrophysical Journal, Volume 518, Issue 1, pp. L33-L35.
45
+ #
46
+ # 22 May 2016, DK:
47
+ # File updated with data from the SIMBAD Astronomical Database.
48
+ # http://simbad.u-strasbg.fr/simbad/sim-fid
49
+ #
50
+ # 1 Nov 2016, DK:
51
+ # 110 stars added
52
+ #
53
+ # 4 Jan 2018, DK:
54
+ # Some wrong traditional names corrected.
55
+ # Names added from https://www.iau.org/public/themes/naming_stars/
56
+ # "List of IAU-approved Star Names as of 19 November 2017"
57
+ # File updated with data from the SIMBAD Astronomical Database.
58
+ #
59
+ # 2-mar-24 AT
60
+ # added Gal.Equ which is only precise in year 2000,
61
+ # see https://groups.io/g/swisseph/message/12192
62
+ # ---------------------------------------------
63
+ #
64
+ #0# alfTau, Alpha Taurus, Aldebaran, HIP 21421
65
+ alfTau,alfTau,ICRS,04,35,55.23907,+16,30,33.4885,63.45,-188.94,54.398,48.94,0.86
66
+ Alpha Tauri,alfTau,ICRS,04,35,55.23907,+16,30,33.4885,63.45,-188.94,54.398,48.94,0.86
67
+ Alpha Taurus,alfTau,ICRS,04,35,55.23907,+16,30,33.4885,63.45,-188.94,54.398,48.94,0.86
68
+ Aldebaran,alfTau,ICRS,04,35,55.23907,+16,30,33.4885,63.45,-188.94,54.398,48.94,0.86
69
+ Rohini,alfTau,ICRS,04,35,55.23907,+16,30,33.4885,63.45,-188.94,54.398,48.94,0.86
70
+ HIP 21421,alfTau,ICRS,04,35,55.23907,+16,30,33.4885,63.45,-188.94,54.398,48.94,0.86
71
+ #0# betPer, Beta Persus, Algol, HIP 14576
72
+ betPer,betPer,ICRS,03,08,10.1324535,+40,57,20.328013,2.99,-1.66,4.0,36.27,2.12
73
+ Beta Persei,betPer,ICRS,03,08,10.1324535,+40,57,20.328013,2.99,-1.66,4.0,36.27,2.12
74
+ Beta Persus,betPer,ICRS,03,08,10.1324535,+40,57,20.328013,2.99,-1.66,4.0,36.27,2.12
75
+ Algol,betPer,ICRS,03,08,10.1324535,+40,57,20.328013,2.99,-1.66,4.0,36.27,2.12
76
+ HIP 14576,betPer,ICRS,03,08,10.1324535,+40,57,20.328013,2.99,-1.66,4.0,36.27,2.12
77
+ #0# alfSco, Antares, HIP 80763
78
+ alfSco,alfSco,ICRS,16,29,24.45970,-26,25,55.2094,-12.11,-23.30,-3.50,5.89,0.91
79
+ Alpha Scorpii,alfSco,ICRS,16,29,24.45970,-26,25,55.2094,-12.11,-23.30,-3.50,5.89,0.91
80
+ Antares,alfSco,ICRS,16,29,24.45970,-26,25,55.2094,-12.11,-23.30,-3.50,5.89,0.91
81
+ HIP 80763,alfSco,ICRS,16,29,24.45970,-26,25,55.2094,-12.11,-23.30,-3.50,5.89,0.91
82
+ #0# alfLeo, Regulus, HIP 49669
83
+ alfLeo,alfLeo,ICRS,10,08,22.31099,+11,58,01.9516,-248.73,5.59,0.719522,41.13,1.40
84
+ Alpha Leonis,alfLeo,ICRS,10,08,22.31099,+11,58,01.9516,-248.73,5.59,0.719522,41.13,1.40
85
+ Regulus,alfLeo,ICRS,10,08,22.31099,+11,58,01.9516,-248.73,5.59,0.719522,41.13,1.40
86
+ HIP 49669,alfLeo,ICRS,10,08,22.31099,+11,58,01.9516,-248.73,5.59,0.719522,41.13,1.40
87
+ #0# alfCMa, Alpha Canis Major, Sirius, HIP 32349
88
+ alfCMa,alfCMa,ICRS,06,45,08.91728,-16,42,58.0171,-546.01,-1223.07,-5.50,379.21,-1.46
89
+ Alpha Canis Majoris,alfCMa,ICRS,06,45,08.91728,-16,42,58.0171,-546.01,-1223.07,-5.50,379.21,-1.46
90
+ Alpha Canis Major,alfCMa,ICRS,06,45,08.91728,-16,42,58.0171,-546.01,-1223.07,-5.50,379.21,-1.46
91
+ Sirius,alfCMa,ICRS,06,45,08.91728,-16,42,58.0171,-546.01,-1223.07,-5.50,379.21,-1.46
92
+ HIP 32349,alfCMa,ICRS,06,45,08.91728,-16,42,58.0171,-546.01,-1223.07,-5.50,379.21,-1.46
93
+ #0# alfVir, Spica, HIP 65474, Citra
94
+ Spica,alfVir,alfVir,ICRS,13,25,11.57937,-11,09,40.7501,-42.35,-30.67,-3.310,13.06,0.97
95
+ Alpha Virginis,alfVir,ICRS,13,25,11.57937,-11,09,40.7501,-42.35,-30.67,-3.310,13.06,0.97
96
+ Spica,alfVir,ICRS,13,25,11.57937,-11,09,40.7501,-42.35,-30.67,-3.310,13.06,0.97
97
+ Citra,alfVir,ICRS,13,25,11.57937,-11,09,40.7501,-42.35,-30.67,-3.310,13.06,0.97
98
+ HIP 65474,alfVir,ICRS,13,25,11.57937,-11,09,40.7501,-42.35,-30.67,-3.310,13.06,0.97
99
+ #0# Trappist1, Trappist1
100
+ Trappist1,Trappist1,ICRS,23,06,29.36,-05,02,29.2,922.1,-471.9,-54,82.58,18.798,0,0
101
+ Trappist1,Trappist1,ICRS,23,06,29.36,-05,02,29.2,922.1,-471.9,-54,82.58,18.798,0,0
102
+ Trappist1,Trappist1,ICRS,23,06,29.36,-05,02,29.2,922.1,-471.9,-54,82.58,18.798,0,0
103
+ #0# alfHer, Rasalgethi
104
+ alfHer,alfHer,ICRS,17,14,38.85818,+14,23,25.2262,-7.32,36.07,-32.09,9.07,3.06, 14, 3207
105
+ Alpha Herculis,alfHer,ICRS,17,14,38.85818,+14,23,25.2262,-7.32,36.07,-32.09,9.07,3.06, 14, 3207
106
+ Rasalgethi,alfHer,ICRS,17,14,38.85818,+14,23,25.2262,-7.32,36.07,-32.09,9.07,3.06, 14, 3207
107
+ #
108
+ # Gal. Center (SgrA*) according to Simbad database,
109
+ # speed of SgrA* according to Reid (2004), "The Proper Motion of Sagittarius
110
+ # A*", p. 873: -3.151 +- 0.018 mas/yr, -5.547 +- 0.026 mas/yr. Component in
111
+ # RA must be multiplied with cos(decl).
112
+ #0# SgrA*, Galactic Center
113
+ SgrA*,SgrA*,ICRS,17,45,40.03599,-29,00,28.1699,-2.755718425, -5.547, 0.0,0.125,999.99, 0, 0
114
+ SgrA*,SgrA*,ICRS,17,45,40.03599,-29,00,28.1699,-2.755718425, -5.547, 0.0,0.125,999.99, 0, 0
115
+ Galactic Center,SgrA*,ICRS,17,45,40.03599,-29,00,28.1699,-2.755718425, -5.547, 0.0,0.125,999.99, 0, 0
116
+ #
117
+ # Great Attractor, near Galaxy Cluster ACO 3627, at gal. coordinates
118
+ # 325.3, -7.2, 4844 km s-1 according to Kraan-Korteweg et al. 1996,
119
+ # Woudt 1998
120
+ #0# GA, Great Attractor
121
+ GA,GA,2000,16,15,02.836,-60,53,22.54,0.000, 0.00, 0.0,0.0000159,999.99, 0, 0
122
+ GA,GA,2000,16,15,02.836,-60,53,22.54,0.000, 0.00, 0.0,0.0000159,999.99, 0, 0
123
+ Great Attractor,GA,2000,16,15,02.836,-60,53,22.54,0.000, 0.00, 0.0,0.0000159,999.99, 0, 0
124
+ #
125
+ # Virgo Cluster, according to NED (Nasa Extragalactic Database) (old from 2008 or earlier)
126
+ # Virgo Cluster,VC,2000,12,26,32.1,12,43,24,0.000, 0.00, 0.0,0.0000,999.99, 0, 0
127
+ # Virgo Cluster, according to NED (Nasa Extragalactic Database) 17 June 2021
128
+ #0# VC, Virgo Cluster
129
+ VC,VC,2000,12,26,32.1,12,43,24,0.000, 0.00, 0.0,0.0000,999.99, 0, 0
130
+ Virgo Cluster,VC,2000,12,26,32.1,12,43,24,0.000, 0.00, 0.0,0.0000,999.99, 0, 0
131
+ Virgo Cluster,VC,2000,12,26,32.1,12,43,24,0.000, 0.00, 0.0,0.0000,999.99, 0, 0
132
+ #0# M31, Andromeda Galaxy
133
+ M31,M31,ICRS,00,42,44.330,+41,16,07.50,-35.99,-12.92,-301,0.00128205,3.44, 0, 0
134
+ Messier Object 31,M31,ICRS,00,42,44.330,+41,16,07.50,-35.99,-12.92,-301,0.00128205,3.44, 0, 0
135
+ Andromeda Galaxy,M31,ICRS,00,42,44.330,+41,16,07.50,-35.99,-12.92,-301,0.00128205,3.44, 0, 0
136
+ #
137
+ # Prasepe (Beehive Cluster): http://seds.lpl.arizona.edu/messier/m/m044.html (note, the apparent dimension is 95.0 arc min)
138
+ #0# M44, Praesepe Cluster
139
+ M44,M44,2000,08,40,6.000,19,59,0.00,0.000, 0.00, 0.0,5.65,3.7, 0, 0
140
+ Messier Object 44,M44,2000,08,40,6.000,19,59,0.00,0.000, 0.00, 0.0,5.65,3.7, 0, 0
141
+ Praesepe Cluster,M44,2000,08,40,6.000,19,59,0.00,0.000, 0.00, 0.0,5.65,3.7, 0, 0
142
+ #
143
+ # moved this to top of file, otherwise Polaris Australis will be found
144
+ #0# alfUMi, Alpha Ursa Minor, North, HIP 11767
145
+ alfUMi,alfUMi,ICRS,02,31,49.09456,+89,15,50.7923,44.48,-11.85,-16.42,7.54,2.02
146
+ Alpha Ursae Minoris,alfUMi,ICRS,02,31,49.09456,+89,15,50.7923,44.48,-11.85,-16.42,7.54,2.02
147
+ Alpha Ursa Minor,alfUMi,ICRS,02,31,49.09456,+89,15,50.7923,44.48,-11.85,-16.42,7.54,2.02
148
+ North,alfUMi,ICRS,02,31,49.09456,+89,15,50.7923,44.48,-11.85,-16.42,7.54,2.02
149
+ HIP 11767,alfUMi,ICRS,02,31,49.09456,+89,15,50.7923,44.48,-11.85,-16.42,7.54,2.02
150
+ #
151
+ # Messier 87 galaxis, M87 or M-87, containing supermassive black hole, called
152
+ # Super Galactic Cluster by Philipp Sedwick
153
+ #0# M87, Messier 87
154
+ M87,M87,ICRS,12,30,49.4233823,12,23,28.0438581,-8.029,10.734,1256,0.000061,8.63, 0, 0
155
+ Messier Object 87,M87,ICRS,12,30,49.4233823,12,23,28.0438581,-8.029,10.734,1256,0.000061,8.63, 0, 0
156
+ Messier 87,M87,ICRS,12,30,49.4233823,12,23,28.0438581,-8.029,10.734,1256,0.000061,8.63, 0, 0
157
+ #
158
+ # Shapley Supercluster, using ACO 3558 cluster of galaxies
159
+ # http://simbad.u-strasbg.fr/simbad/sim-id?Ident=A3558
160
+ #0# ACO3558, A3558
161
+ ACO3558,ACO3558,ICRS,13,27,54.8,-31,29,32.0,0.0,0.0,13731,0.0000051,999.99, 0, 0
162
+ ACO3558,ACO3558,ICRS,13,27,54.8,-31,29,32.0,0.0,0.0,13731,0.0000051,999.99, 0, 0
163
+ A3558,ACO3558,ICRS,13,27,54.8,-31,29,32.0,0.0,0.0,13731,0.0000051,999.99, 0, 0
164
+ #
165
+ # The following stars are given first to prevent swe_fixstar() from
166
+ # returning e.g. Denebola when Deneb is required.
167
+ #0# alfCyg, Deneb, HIP 102098
168
+ alfCyg,alfCyg,ICRS,20,41,25.91514,+45,16,49.2197,2.01,1.85,-4.90,2.31,1.25
169
+ Alpha Cygni,alfCyg,ICRS,20,41,25.91514,+45,16,49.2197,2.01,1.85,-4.90,2.31,1.25
170
+ Deneb,alfCyg,ICRS,20,41,25.91514,+45,16,49.2197,2.01,1.85,-4.90,2.31,1.25
171
+ HIP 102098,alfCyg,ICRS,20,41,25.91514,+45,16,49.2197,2.01,1.85,-4.90,2.31,1.25
172
+ #0# betOri, Beta Orion, Rigel, HIP 24436
173
+ betOri,betOri,ICRS,05,14,32.27210,-08,12,05.8981,1.31,0.50,17.80,3.78,0.13
174
+ Beta Orionis,betOri,ICRS,05,14,32.27210,-08,12,05.8981,1.31,0.50,17.80,3.78,0.13
175
+ Beta Orion,betOri,ICRS,05,14,32.27210,-08,12,05.8981,1.31,0.50,17.80,3.78,0.13
176
+ Rigel,betOri,ICRS,05,14,32.27210,-08,12,05.8981,1.31,0.50,17.80,3.78,0.13
177
+ HIP 24436,betOri,ICRS,05,14,32.27210,-08,12,05.8981,1.31,0.50,17.80,3.78,0.13
178
+ #0# omiCet, Mira
179
+ omiCet,omiCet,ICRS,02,19,20.79210,-02,58,39.4956,9.33,-237.36,63.5,10.91,6.53,-03, 353
180
+ Omicron Ceti,omiCet,ICRS,02,19,20.79210,-02,58,39.4956,9.33,-237.36,63.5,10.91,6.53,-03, 353
181
+ Mira,omiCet,ICRS,02,19,20.79210,-02,58,39.4956,9.33,-237.36,63.5,10.91,6.53,-03, 353
182
+ #0# epsTau, Ain
183
+ epsTau,epsTau,ICRS,04,28,36.99882,+19,10,49.5446,106.19,-37.84,38.5,22.24,3.53, 18, 640
184
+ Epsilon Tauri,epsTau,ICRS,04,28,36.99882,+19,10,49.5446,106.19,-37.84,38.5,22.24,3.53, 18, 640
185
+ Ain,epsTau,ICRS,04,28,36.99882,+19,10,49.5446,106.19,-37.84,38.5,22.24,3.53, 18, 640
186
+ #0# epsCas, Segin
187
+ epsCas,epsCas,ICRS,01,54,23.72567,+63,40,12.3628,32.09,-18.94,-8.3,7.92,3.37, 62, 320
188
+ Epsilon Cassiopeiae,epsCas,ICRS,01,54,23.72567,+63,40,12.3628,32.09,-18.94,-8.3,7.92,3.37, 62, 320
189
+ Segin,epsCas,ICRS,01,54,23.72567,+63,40,12.3628,32.09,-18.94,-8.3,7.92,3.37, 62, 320
190
+ #
191
+ # All of the above data are duplicates for better performance and correct
192
+ # functioning of the function swe_fixstar()/swe_fixstar_ut().
193
+ # They are not required for the newer function swe_fixstar2()/swe_fixstar2_ut().
194
+ #
195
+ # Andromeda
196
+ #0# alfAnd, Sirrah
197
+ alfAnd,alfAnd,ICRS,00,08,23.25988,+29,05,25.5520,137.46,-163.44,-10.1,33.62,2.06, 28, 4
198
+ Alpha Andromedae,alfAnd,ICRS,00,08,23.25988,+29,05,25.5520,137.46,-163.44,-10.1,33.62,2.06, 28, 4
199
+ Sirrah,alfAnd,ICRS,00,08,23.25988,+29,05,25.5520,137.46,-163.44,-10.1,33.62,2.06, 28, 4
200
+ #0# betAnd, Mirach
201
+ betAnd,betAnd,ICRS,01,09,43.92388,+35,37,14.0075,175.9,-112.2,0.06,16.52,2.05, 34, 198
202
+ Beta Andromedae,betAnd,ICRS,01,09,43.92388,+35,37,14.0075,175.9,-112.2,0.06,16.52,2.05, 34, 198
203
+ Mirach,betAnd,ICRS,01,09,43.92388,+35,37,14.0075,175.9,-112.2,0.06,16.52,2.05, 34, 198
204
+ #0# gam01And, Almach
205
+ gam01And,gam01And,ICRS,02,03,53.9531,+42,19,47.009,43.08,-50.85,-11.7,9.19,2.1, 41, 395
206
+ Gamma Andromedae 01,gam01And,ICRS,02,03,53.9531,+42,19,47.009,43.08,-50.85,-11.7,9.19,2.1, 41, 395
207
+ Almach,gam01And,ICRS,02,03,53.9531,+42,19,47.009,43.08,-50.85,-11.7,9.19,2.1, 41, 395
208
+ #0# delAnd,
209
+ delAnd,delAnd,ICRS,00,39,19.67518,+30,51,39.6783,114.45,-84.02,-9.88,30.91,3.28, 30, 91
210
+ Delta Andromedae,delAnd,ICRS,00,39,19.67518,+30,51,39.6783,114.45,-84.02,-9.88,30.91,3.28, 30, 91
211
+ #0# epsAnd,
212
+ epsAnd,epsAnd,ICRS,00,38,33.34610,+29,18,42.3135,-229.04,-253.11,-84.43,19.91,4.38, 28, 103
213
+ Epsilon Andromedae,epsAnd,ICRS,00,38,33.34610,+29,18,42.3135,-229.04,-253.11,-84.43,19.91,4.38, 28, 103
214
+ #0# zetAnd,
215
+ zetAnd,zetAnd,ICRS,00,47,20.32547,+24,16,01.8408,-101.17,-81.77,-24.43,17.24,4.06, 23, 106
216
+ Zeta Andromedae,zetAnd,ICRS,00,47,20.32547,+24,16,01.8408,-101.17,-81.77,-24.43,17.24,4.06, 23, 106
217
+ #0# iotAnd,
218
+ iotAnd,iotAnd,ICRS,23,38,08.20130,+43,16,05.0649,27.64,-1.02,-0.5,6.53,4.29, 42, 4720
219
+ Iota Andromedae,iotAnd,ICRS,23,38,08.20130,+43,16,05.0649,27.64,-1.02,-0.5,6.53,4.29, 42, 4720
220
+ #0# kapAnd,
221
+ kapAnd,kapAnd,ICRS,23,40,24.50763,+44,20,02.1566,80.73,-18.7,-12.7,19.37,4.14, 43, 4522
222
+ Kappa Andromedae,kapAnd,ICRS,23,40,24.50763,+44,20,02.1566,80.73,-18.7,-12.7,19.37,4.14, 43, 4522
223
+ #0# lamAnd,
224
+ lamAnd,lamAnd,ICRS,23,37,33.84261,+46,27,29.3380,159.31,-422.38,6.84,37.87,3.82, 45, 4283
225
+ Lambda Andromedae,lamAnd,ICRS,23,37,33.84261,+46,27,29.3380,159.31,-422.38,6.84,37.87,3.82, 45, 4283
226
+ #0# mu.And,
227
+ mu.And,mu.And,ICRS,00,56,45.21211,+38,29,57.6380,153.48,36.49,7.2,25.14,3.87, 37, 175
228
+ Mu Andromade,mu.And,ICRS,00,56,45.21211,+38,29,57.6380,153.48,36.49,7.2,25.14,3.87, 37, 175
229
+ #0# nu.And,
230
+ nu.And,nu.And,ICRS,00,49,48.84737,+41,04,44.0764,22.77,-18.35,-23.9,5.28,4.53, 40, 171
231
+ Nu Andromedae,nu.And,ICRS,00,49,48.84737,+41,04,44.0764,22.77,-18.35,-23.9,5.28,4.53, 40, 171
232
+ #0# ksiAnd, Adhil
233
+ ksiAnd,ksiAnd,ICRS,01,22,20.41924,+45,31,43.6003,31.45,8.83,-12.87,15.21,4.868, 44, 287
234
+ Xi Andromedae,ksiAnd,ICRS,01,22,20.41924,+45,31,43.6003,31.45,8.83,-12.87,15.21,4.868, 44, 287
235
+ Adhil,ksiAnd,ICRS,01,22,20.41924,+45,31,43.6003,31.45,8.83,-12.87,15.21,4.868, 44, 287
236
+ #0# omiAnd,
237
+ omiAnd,omiAnd,ICRS,23,01,55.26459,+42,19,33.5334,22.99,0.88,-14,4.75,3.62, 41, 4664
238
+ Omicron Andromedae,omiAnd,ICRS,23,01,55.26459,+42,19,33.5334,22.99,0.88,-14,4.75,3.62, 41, 4664
239
+ #0# pi.And,
240
+ pi.And,pi.And,ICRS,00,36,52.84926,+33,43,09.6384,14.75,-3.51,8.2,5.45,4.36, 32, 101
241
+ Pi Andromedae,pi.And,ICRS,00,36,52.84926,+33,43,09.6384,14.75,-3.51,8.2,5.45,4.36, 32, 101
242
+ #0# rhoAnd,
243
+ rhoAnd,rhoAnd,ICRS,00,21,07.26951,+37,58,06.9804,58.93,-38.56,10.4,20.6,5.18, 37, 45
244
+ Rho Andromedae,rhoAnd,ICRS,00,21,07.26951,+37,58,06.9804,58.93,-38.56,10.4,20.6,5.18, 37, 45
245
+ #0# sigAnd,
246
+ sigAnd,sigAnd,ICRS,00,18,19.65745,+36,47,06.8107,-65.67,-42,-8.2,24.2,4.52, 35, 44
247
+ Sigma Andromedae,sigAnd,ICRS,00,18,19.65745,+36,47,06.8107,-65.67,-42,-8.2,24.2,4.52, 35, 44
248
+ #0# upsAnd, Titawin
249
+ upsAnd,upsAnd,ICRS,01,36,47.84216,+41,24,19.6443,-173.33,-381.8,-28.59,74.12,4.1, 40, 332
250
+ Upsilon Andromedae,upsAnd,ICRS,01,36,47.84216,+41,24,19.6443,-173.33,-381.8,-28.59,74.12,4.1, 40, 332
251
+ Titawin,upsAnd,ICRS,01,36,47.84216,+41,24,19.6443,-173.33,-381.8,-28.59,74.12,4.1, 40, 332
252
+ #0# psiAnd,
253
+ psiAnd,psiAnd,ICRS,23,46,02.04663,+46,25,12.9788,9.07,-7.83,-23.71,3.25,4.966, 45, 4321
254
+ Psi Andromedae,psiAnd,ICRS,23,46,02.04663,+46,25,12.9788,9.07,-7.83,-23.71,3.25,4.966, 45, 4321
255
+ #0# omeAnd,
256
+ omeAnd,omeAnd,ICRS,01,27,39.38177,+45,24,24.0727,356.99,-109.4,12.4,34.94,4.83, 44, 307
257
+ Omega Andromedae,omeAnd,ICRS,01,27,39.38177,+45,24,24.0727,356.99,-109.4,12.4,34.94,4.83, 44, 307
258
+ #0# 14And, Veritate
259
+ 14And,14And,ICRS,23,31,17.41346,+39,14,10.3092,286.72,-84.22,-59.99,12.63,5.22, 0,0
260
+ Andromedae14,14And,ICRS,23,31,17.41346,+39,14,10.3092,286.72,-84.22,-59.99,12.63,5.22, 0,0
261
+ Veritate,14And,ICRS,23,31,17.41346,+39,14,10.3092,286.72,-84.22,-59.99,12.63,5.22, 0,0
262
+ #0# 51And, Nembus
263
+ 51And,51And,ICRS,01,37,59.55699,+48,37,41.5695,61.95,-112.15,16.21,18.41,3.57,0,0
264
+ Andromedae51,51And,ICRS,01,37,59.55699,+48,37,41.5695,61.95,-112.15,16.21,18.41,3.57,0,0
265
+ Nembus,51And,ICRS,01,37,59.55699,+48,37,41.5695,61.95,-112.15,16.21,18.41,3.57,0,0
266
+ # Antila
267
+ #0# alfAnt,
268
+ alfAnt,alfAnt,ICRS,10,27,09.10037,-31,04,03.9961,-81.61,10.53,12.2,8.91,4.25,-30, 8465
269
+ Alpha Antilae,alfAnt,ICRS,10,27,09.10037,-31,04,03.9961,-81.61,10.53,12.2,8.91,4.25,-30, 8465
270
+ #0# epsAnt,
271
+ epsAnt,epsAnt,ICRS,09,29,14.71968,-35,57,04.8074,-24.69,5.04,22.2,4.59,4.51,-35, 5724
272
+ Epsilon Antilae,epsAnt,ICRS,09,29,14.71968,-35,57,04.8074,-24.69,5.04,22.2,4.59,4.51,-35, 5724
273
+ #0# tetAnt,
274
+ tetAnt,tetAnt,ICRS,09,44,12.09512,-27,46,10.1011,-53.23,37.24,24,9.61,4.79,-27, 6881
275
+ Theta Antilae,tetAnt,ICRS,09,44,12.09512,-27,46,10.1011,-53.23,37.24,24,9.61,4.79,-27, 6881
276
+ #0# iotAnt,
277
+ iotAnt,iotAnt,ICRS,10,56,43.05206,-37,08,15.9552,76.14,-124.43,-0.2,17.16,4.6,-36, 6808
278
+ Iota Antilae,iotAnt,ICRS,10,56,43.05206,-37,08,15.9552,76.14,-124.43,-0.2,17.16,4.6,-36, 6808
279
+ # Apus
280
+ #0# alfAps,
281
+ alfAps,alfAps,ICRS,14,47,51.71203,-79,02,41.1032,-4.58,-15.88,-0.1,7.3,3.798,-78, 893
282
+ Alpha Apodis,alfAps,ICRS,14,47,51.71203,-79,02,41.1032,-4.58,-15.88,-0.1,7.3,3.798,-78, 893
283
+ #0# betAps,
284
+ betAps,betAps,ICRS,16,43,04.65651,-77,31,02.7629,-282.7,-354.81,-30.3,20.78,4.24,0,0
285
+ Beta Apodis,betAps,ICRS,16,43,04.65651,-77,31,02.7629,-282.7,-354.81,-30.3,20.78,4.24,0,0
286
+ #0# gamAps,
287
+ gamAps,gamAps,ICRS,16,33,27.08379,-78,53,49.7372,-125.51,-78.25,5.4,20.87,3.854,-78, 1103
288
+ Gamma Apodis,gamAps,ICRS,16,33,27.08379,-78,53,49.7372,-125.51,-78.25,5.4,20.87,3.854,-78, 1103
289
+ #0# del01Aps,
290
+ del01Aps,del01Aps,ICRS,16,20,20.80462,-78,41,44.6889,-10.23,-37.43,-12,4.28,4.68,-78, 1092
291
+ Delta Apodis 01,del01Aps,ICRS,16,20,20.80462,-78,41,44.6889,-10.23,-37.43,-12,4.28,4.68,-78, 1092
292
+ #0# tetAps,
293
+ tetAps,tetAps,ICRS,14,05,19.87784,-76,47,48.3204,-87.54,-32.54,10.2,8.84,5.5,-76, 799
294
+ Theta Apodis,tetAps,ICRS,14,05,19.87784,-76,47,48.3204,-87.54,-32.54,10.2,8.84,5.5,-76, 799
295
+ #0# iotAps,
296
+ iotAps,iotAps,ICRS,17,22,05.87559,-70,07,23.5400,-1.94,-10.99,-4.3,2.47,5.41,-69, 2719
297
+ Iota Apodis,iotAps,ICRS,17,22,05.87559,-70,07,23.5400,-1.94,-10.99,-4.3,2.47,5.41,-69, 2719
298
+ #0# kap01Aps,
299
+ kap01Aps,kap01Aps,ICRS,15,31,30.82178,-73,23,22.5291,0.56,-18.4,62,2.63,5.49,-72, 1802
300
+ Kappa Apodis 01,kap01Aps,ICRS,15,31,30.82178,-73,23,22.5291,0.56,-18.4,62,2.63,5.49,-72, 1802
301
+ # Aquila
302
+ #0# alfAql, Altair, HIP 97649
303
+ alfAql,alfAql,ICRS,19,50,46.99855,+08,52,05.9563,536.23,385.29,-26.60,194.95,0.76
304
+ Alpha Aquilae,alfAql,ICRS,19,50,46.99855,+08,52,05.9563,536.23,385.29,-26.60,194.95,0.76
305
+ Altair,alfAql,ICRS,19,50,46.99855,+08,52,05.9563,536.23,385.29,-26.60,194.95,0.76
306
+ HIP 97649,alfAql,ICRS,19,50,46.99855,+08,52,05.9563,536.23,385.29,-26.60,194.95,0.76
307
+ #0# betAql, Alshain
308
+ betAql,betAql,ICRS,19,55,18.79256,+06,24,24.3425,45.27,-481.91,-40.07,73,3.71, 06, 4357
309
+ Beta Aquilae,betAql,ICRS,19,55,18.79256,+06,24,24.3425,45.27,-481.91,-40.07,73,3.71, 06, 4357
310
+ Alshain,betAql,ICRS,19,55,18.79256,+06,24,24.3425,45.27,-481.91,-40.07,73,3.71, 06, 4357
311
+ #0# gamAql, Tarazed
312
+ gamAql,gamAql,ICRS,19,46,15.58029,+10,36,47.7408,16.99,-2.98,-2.79,8.26,2.72, 10, 4043
313
+ Gamma Aquilae,gamAql,ICRS,19,46,15.58029,+10,36,47.7408,16.99,-2.98,-2.79,8.26,2.72, 10, 4043
314
+ Tarazed,gamAql,ICRS,19,46,15.58029,+10,36,47.7408,16.99,-2.98,-2.79,8.26,2.72, 10, 4043
315
+ #0# delAql, Al Mizan
316
+ delAql,delAql,ICRS,19,25,29.90139,+03,06,53.2061,254.54,82.51,-34,64.41,3.36, 02, 3879
317
+ Delta Aquilae,delAql,ICRS,19,25,29.90139,+03,06,53.2061,254.54,82.51,-34,64.41,3.36, 02, 3879
318
+ Al Mizan,delAql,ICRS,19,25,29.90139,+03,06,53.2061,254.54,82.51,-34,64.41,3.36, 02, 3879
319
+ #0# epsAql, Deneb el Okab Borealis
320
+ epsAql,epsAql,ICRS,18,59,37.35872,+15,04,05.8871,-50.75,-72.36,-45.9,21.05,4.02, 14, 3736
321
+ Epsilon Aquilae,epsAql,ICRS,18,59,37.35872,+15,04,05.8871,-50.75,-72.36,-45.9,21.05,4.02, 14, 3736
322
+ Deneb el Okab Borealis,epsAql,ICRS,18,59,37.35872,+15,04,05.8871,-50.75,-72.36,-45.9,21.05,4.02, 14, 3736
323
+ #0# zetAql, Dheneb
324
+ zetAql,zetAql,ICRS,19,05,24.60802,+13,51,48.5182,-7.25,-95.56,-25,39.28,2.99, 13, 3899
325
+ Zeta Aquilae,zetAql,ICRS,19,05,24.60802,+13,51,48.5182,-7.25,-95.56,-25,39.28,2.99, 13, 3899
326
+ Dheneb,zetAql,ICRS,19,05,24.60802,+13,51,48.5182,-7.25,-95.56,-25,39.28,2.99, 13, 3899
327
+ #0# etaAql, Bazak
328
+ etaAql,etaAql,ICRS,19,52,28.36775,+01,00,20.3696,6.91,-8.21,-25.1,2.36,3.8, 00, 4337
329
+ Eta Aquilae,etaAql,ICRS,19,52,28.36775,+01,00,20.3696,6.91,-8.21,-25.1,2.36,3.8, 00, 4337
330
+ Bazak,etaAql,ICRS,19,52,28.36775,+01,00,20.3696,6.91,-8.21,-25.1,2.36,3.8, 00, 4337
331
+ #0# tetAql, Tseen Foo
332
+ tetAql,tetAql,ICRS,20,11,18.266,-00,49,17.31,35.26,5.71,-28.02,11.39,3.22,-01, 3911
333
+ Theta Aquilae,tetAql,ICRS,20,11,18.266,-00,49,17.31,35.26,5.71,-28.02,11.39,3.22,-01, 3911
334
+ Tseen Foo,tetAql,ICRS,20,11,18.266,-00,49,17.31,35.26,5.71,-28.02,11.39,3.22,-01, 3911
335
+ #0# iotAql, Al Thalimaim Posterior
336
+ iotAql,iotAql,ICRS,19,36,43.27606,-01,17,11.7611,-0.87,-20.39,-21.4,8.34,4.36,-01, 3782
337
+ Iota Aquilae,iotAql,ICRS,19,36,43.27606,-01,17,11.7611,-0.87,-20.39,-21.4,8.34,4.36,-01, 3782
338
+ Al Thalimaim Posterior,iotAql,ICRS,19,36,43.27606,-01,17,11.7611,-0.87,-20.39,-21.4,8.34,4.36,-01, 3782
339
+ #0# kapAql,
340
+ kapAql,kapAql,ICRS,19,36,53.44952,-07,01,38.9176,1.63,-2.65,-19.4,1.94,4.96,-07, 5006
341
+ Kappa Aquilae,kapAql,ICRS,19,36,53.44952,-07,01,38.9176,1.63,-2.65,-19.4,1.94,4.96,-07, 5006
342
+ #0# lamAql, Al Thalimaim Anterior
343
+ lamAql,lamAql,ICRS,19,06,14.93898,-04,52,57.2007,-18.69,-91.02,-8.8,26.37,3.43,-05, 4876
344
+ Lambda Aquilae,lamAql,ICRS,19,06,14.93898,-04,52,57.2007,-18.69,-91.02,-8.8,26.37,3.43,-05, 4876
345
+ Al Thalimaim Anterior,lamAql,ICRS,19,06,14.93898,-04,52,57.2007,-18.69,-91.02,-8.8,26.37,3.43,-05, 4876
346
+ #0# mu.Aql,
347
+ mu.Aql,mu.Aql,ICRS,19,34,05.35353,+07,22,44.1796,213.73,-156.55,-24.81,30.31,4.45, 07, 4132
348
+ Mu Aqilae,mu.Aql,ICRS,19,34,05.35353,+07,22,44.1796,213.73,-156.55,-24.81,30.31,4.45, 07, 4132
349
+ #0# rhoAql,
350
+ rhoAql,rhoAql,ICRS,20,14,16.61886,+15,11,51.3923,55.03,58.14,-23,21.75,4.946, 14, 4227
351
+ Rho Aquilae,rhoAql,ICRS,20,14,16.61886,+15,11,51.3923,55.03,58.14,-23,21.75,4.946, 14, 4227
352
+ #0# tauAql,
353
+ tauAql,tauAql,ICRS,20,04,08.31550,+07,16,40.6683,14.74,12.1,-29.52,7.06,5.508, 06, 4416
354
+ Tau Aquilae,tauAql,ICRS,20,04,08.31550,+07,16,40.6683,14.74,12.1,-29.52,7.06,5.508, 06, 4416
355
+ #0# ome01Aql,
356
+ ome01Aql,ome01Aql,ICRS,19,17,48.99903,+11,35,43.5291,0.94,13.84,-14.3,7.86,5.283, 11, 3790
357
+ Omega Aquilae 01,ome01Aql,ICRS,19,17,48.99903,+11,35,43.5291,0.94,13.84,-14.3,7.86,5.283, 11, 3790
358
+ #0# ksiAql, Libertas
359
+ ksiAql,ksiAql,ICRS,19,54,14.88184,+08,27,41.2299,101.91,-81.2,-41.07,17.77,4.707, 0,0
360
+ Xi Aquilae,ksiAql,ICRS,19,54,14.88184,+08,27,41.2299,101.91,-81.2,-41.07,17.77,4.707, 0,0
361
+ Libertas,ksiAql,ICRS,19,54,14.88184,+08,27,41.2299,101.91,-81.2,-41.07,17.77,4.707, 0,0
362
+ #0# 12Aql, Bered
363
+ 12Aql,12Aql,ICRS,19,01,40.82707,-05,44,20.8134,-24.41,-39.66,-43.92,22.66,4.02, 0, 0
364
+ Aquilae12,12Aql,ICRS,19,01,40.82707,-05,44,20.8134,-24.41,-39.66,-43.92,22.66,4.02, 0, 0
365
+ Bered,12Aql,ICRS,19,01,40.82707,-05,44,20.8134,-24.41,-39.66,-43.92,22.66,4.02, 0, 0
366
+ # Aquarius
367
+ #0# alfAqr, Sadalmelik
368
+ alfAqr,alfAqr,ICRS,22,05,47.036,-00,19,11.46,18.25,-9.39,6.85,6.23,2.94,-01, 4246
369
+ Alpha Aquarii,alfAqr,ICRS,22,05,47.036,-00,19,11.46,18.25,-9.39,6.85,6.23,2.94,-01, 4246
370
+ Sadalmelik,alfAqr,ICRS,22,05,47.036,-00,19,11.46,18.25,-9.39,6.85,6.23,2.94,-01, 4246
371
+ #0# betAqr, Sadalsuud
372
+ betAqr,betAqr,ICRS,21,31,33.53171,-05,34,16.2320,18.77,-8.21,6.28,6.07,2.89,-06, 5770
373
+ Beta Aquarii,betAqr,ICRS,21,31,33.53171,-05,34,16.2320,18.77,-8.21,6.28,6.07,2.89,-06, 5770
374
+ Sadalsuud,betAqr,ICRS,21,31,33.53171,-05,34,16.2320,18.77,-8.21,6.28,6.07,2.89,-06, 5770
375
+ #0# gamAqr, Sadachbia
376
+ gamAqr,gamAqr,ICRS,22,21,39.37542,-01,23,14.4031,129.53,7.77,-15.7,19.92,3.834,-02, 5741
377
+ Gamma Aquarii,gamAqr,ICRS,22,21,39.37542,-01,23,14.4031,129.53,7.77,-15.7,19.92,3.834,-02, 5741
378
+ Sadachbia,gamAqr,ICRS,22,21,39.37542,-01,23,14.4031,129.53,7.77,-15.7,19.92,3.834,-02, 5741
379
+ #0# delAqr, Skat
380
+ delAqr,delAqr,ICRS,22,54,39.01351,-15,49,14.9782,-42.6,-27.89,17.4,20.31,3.28,-16, 6173
381
+ Delta Aquarii,delAqr,ICRS,22,54,39.01351,-15,49,14.9782,-42.6,-27.89,17.4,20.31,3.28,-16, 6173
382
+ Skat,delAqr,ICRS,22,54,39.01351,-15,49,14.9782,-42.6,-27.89,17.4,20.31,3.28,-16, 6173
383
+ #0# epsAqr, Altager
384
+ epsAqr,epsAqr,ICRS,20,47,40.55260,-09,29,44.7877,33.98,-34.77,-15.3,15.7,3.77,-10, 5506
385
+ Epsilon Aquarii,epsAqr,ICRS,20,47,40.55260,-09,29,44.7877,33.98,-34.77,-15.3,15.7,3.77,-10, 5506
386
+ Altager,epsAqr,ICRS,20,47,40.55260,-09,29,44.7877,33.98,-34.77,-15.3,15.7,3.77,-10, 5506
387
+ #0# zet01Aqr, Sadaltager
388
+ zet01Aqr,zet01Aqr,ICRS,22,28,49.759,-00,01,13.96,191,37,28.9,0,4.49,0, 0
389
+ Zeta Aquarii 01,zet01Aqr,ICRS,22,28,49.759,-00,01,13.96,191,37,28.9,0,4.49,0, 0
390
+ Sadaltager,zet01Aqr,ICRS,22,28,49.759,-00,01,13.96,191,37,28.9,0,4.49,0, 0
391
+ #0# etaAqr, Deli
392
+ etaAqr,etaAqr,ICRS,22,35,21.38126,-00,07,02.9888,89.74,-55.81,-5.5,19.43,4.03,-00, 4384
393
+ Eta Aquarii,etaAqr,ICRS,22,35,21.38126,-00,07,02.9888,89.74,-55.81,-5.5,19.43,4.03,-00, 4384
394
+ Deli,etaAqr,ICRS,22,35,21.38126,-00,07,02.9888,89.74,-55.81,-5.5,19.43,4.03,-00, 4384
395
+ #0# tetAqr, Ancha
396
+ tetAqr,tetAqr,ICRS,22,16,50.03635,-07,46,59.8480,118.8,-22.18,-13.77,17.4,4.16,-08, 5845
397
+ Theta Aquarii,tetAqr,ICRS,22,16,50.03635,-07,46,59.8480,118.8,-22.18,-13.77,17.4,4.16,-08, 5845
398
+ Ancha,tetAqr,ICRS,22,16,50.03635,-07,46,59.8480,118.8,-22.18,-13.77,17.4,4.16,-08, 5845
399
+ #0# iotAqr, Iota Aquarii
400
+ iotAqr,iotAqr,ICRS,22,06,26.2273404225,-13,52,10.850020077,42.210,-56.566,-11.95,15.4940,4.27
401
+ Iota Aquarii,iotAqr,ICRS,22,06,26.2273404225,-13,52,10.850020077,42.210,-56.566,-11.95,15.4940,4.27
402
+ Iota Aquarii,iotAqr,ICRS,22,06,26.2273404225,-13,52,10.850020077,42.210,-56.566,-11.95,15.4940,4.27
403
+ #0# kapAqr, Situla
404
+ kapAqr,kapAqr,ICRS,22,37,45.38049,-04,13,40.9939,-69.23,-119.67,7.31,15.25,5.03,-04, 5716
405
+ Kappa Aquarii,kapAqr,ICRS,22,37,45.38049,-04,13,40.9939,-69.23,-119.67,7.31,15.25,5.03,-04, 5716
406
+ Situla,kapAqr,ICRS,22,37,45.38049,-04,13,40.9939,-69.23,-119.67,7.31,15.25,5.03,-04, 5716
407
+ #0# lamAqr, Shatabhishak
408
+ lamAqr,lamAqr,ICRS,22,52,36.87441,-07,34,46.5542,17.02,33.03,-10.46,8.47,3.79,-08, 5968
409
+ Lambda Aquarii,lamAqr,ICRS,22,52,36.87441,-07,34,46.5542,17.02,33.03,-10.46,8.47,3.79,-08, 5968
410
+ Shatabhishak,lamAqr,ICRS,22,52,36.87441,-07,34,46.5542,17.02,33.03,-10.46,8.47,3.79,-08, 5968
411
+ #0# mu.Aqr,
412
+ mu.Aqr,mu.Aqr,ICRS,20,52,39.23277,-08,58,59.9499,45.75,-33.59,-9.1,20.74,4.717,-09, 5598
413
+ Mu Aquarii,mu.Aqr,ICRS,20,52,39.23277,-08,58,59.9499,45.75,-33.59,-9.1,20.74,4.717,-09, 5598
414
+ #0# nu.Aqr, Albulaan
415
+ nu.Aqr,nu.Aqr,ICRS,21,09,35.64888,-11,22,18.0851,94.12,-14.62,-11.23,20.47,4.52,-11, 5538
416
+ Nu Aquarii,nu.Aqr,ICRS,21,09,35.64888,-11,22,18.0851,94.12,-14.62,-11.23,20.47,4.52,-11, 5538
417
+ Albulaan,nu.Aqr,ICRS,21,09,35.64888,-11,22,18.0851,94.12,-14.62,-11.23,20.47,4.52,-11, 5538
418
+ #0# pi.Aqr, Seat
419
+ pi.Aqr,pi.Aqr,ICRS,22,25,16.62285,+01,22,38.6346,17.83,2.41,-4.9,4.17,4.64, 00, 4872
420
+ Pi Aquarii,pi.Aqr,ICRS,22,25,16.62285,+01,22,38.6346,17.83,2.41,-4.9,4.17,4.64, 00, 4872
421
+ Seat,pi.Aqr,ICRS,22,25,16.62285,+01,22,38.6346,17.83,2.41,-4.9,4.17,4.64, 00, 4872
422
+ #0# sigAqr,
423
+ sigAqr,sigAqr,ICRS,22,30,38.81546,-10,40,40.6238,0.3,-26.87,11.7,11.26,4.81,-11, 5850
424
+ Sigma Aquarii,sigAqr,ICRS,22,30,38.81546,-10,40,40.6238,0.3,-26.87,11.7,11.26,4.81,-11, 5850
425
+ #0# tau02Aqr,
426
+ tau02Aqr,tau02Aqr,ICRS,22,49,35.50157,-13,35,33.4767,-13.71,-39.03,1.1,10.27,3.98,-14, 6354
427
+ Tau Aquarii 02,tau02Aqr,ICRS,22,49,35.50157,-13,35,33.4767,-13.71,-39.03,1.1,10.27,3.98,-14, 6354
428
+ #0# phiAqr, Phi Aquarii
429
+ phiAqr,phiAqr,ICRS,23,14,19.3582404192,-06,02,56.423128812,36.575,-195.441,2.48,14.3482,4.22
430
+ Phi Aquarii,phiAqr,ICRS,23,14,19.3582404192,-06,02,56.423128812,36.575,-195.441,2.48,14.3482,4.22
431
+ Phi Aquarii,phiAqr,ICRS,23,14,19.3582404192,-06,02,56.423128812,36.575,-195.441,2.48,14.3482,4.22
432
+ #0# ksiAqr, Bunda
433
+ ksiAqr,ksiAqr,ICRS,21,37,45.10931,-07,51,15.1299,114.2,-25.03,-18,18.26,4.69,-08, 5701
434
+ Xi Aquarii,ksiAqr,ICRS,21,37,45.10931,-07,51,15.1299,114.2,-25.03,-18,18.26,4.69,-08, 5701
435
+ Bunda,ksiAqr,ICRS,21,37,45.10931,-07,51,15.1299,114.2,-25.03,-18,18.26,4.69,-08, 5701
436
+ #0# upsAqr,
437
+ upsAqr,upsAqr,ICRS,22,34,41.63641,-20,42,29.5779,220.78,-146.76,-3.7,44.09,5.2,-21, 6251
438
+ Upsilon Aquarii,upsAqr,ICRS,22,34,41.63641,-20,42,29.5779,220.78,-146.76,-3.7,44.09,5.2,-21, 6251
439
+ #0# psi01Aqr,
440
+ psi01Aqr,psi01Aqr,ICRS,23,15,53.49482,-09,05,15.8546,368.78,-17.16,-25.88,21.77,4.25,-09, 6156
441
+ Psi Aquarii 01,psi01Aqr,ICRS,23,15,53.49482,-09,05,15.8546,368.78,-17.16,-25.88,21.77,4.25,-09, 6156
442
+ #0# psi03Aqr,
443
+ psi03Aqr,psi03Aqr,ICRS,23,18,57.67658,-09,36,38.7054,43.33,-8.3,-10,12.47,5.003,-10, 6094
444
+ Psi Aquarii 03,psi03Aqr,ICRS,23,18,57.67658,-09,36,38.7054,43.33,-8.3,-10,12.47,5.003,-10, 6094
445
+ #0# ome02Aqr,
446
+ ome02Aqr,ome02Aqr,ICRS,23,42,43.34473,-14,32,41.6523,99.28,-66.32,3.2,21.96,4.484,-15, 6476
447
+ Omega Aquarii 02,ome02Aqr,ICRS,23,42,43.34473,-14,32,41.6523,99.28,-66.32,3.2,21.96,4.484,-15, 6476
448
+ #0# 3Aqr,
449
+ 3Aqr,3Aqr,ICRS,20,47,44.23898,-05,01,39.7220,1.68,-40.06,-22,5.57,4.44,0, 0
450
+ Aquarii3,3Aqr,ICRS,20,47,44.23898,-05,01,39.7220,1.68,-40.06,-22,5.57,4.44,0, 0
451
+ #0# 88Aqr,
452
+ 88Aqr,88Aqr,ICRS,23,09,26.79681,-21,10,20.6812,55.4,30.49,21.3,12.05,3.64,0, 0
453
+ Aquarii88,88Aqr,ICRS,23,09,26.79681,-21,10,20.6812,55.4,30.49,21.3,12.05,3.64,0, 0
454
+ #0# 98Aqr,
455
+ 98Aqr,98Aqr,ICRS,23,22,58.22606,-20,06,02.0963,-121.28,-97.59,-6.1,19.96,3.98,0, 0
456
+ Aquarii98,98Aqr,ICRS,23,22,58.22606,-20,06,02.0963,-121.28,-97.59,-6.1,19.96,3.98,0, 0
457
+ #0# Trappist01, Trappist-1
458
+ Trappist01,Trappist01,ICRS,23,06,29.36,-05,02,29.2,922.1,-471.9,-54,82.58,18.798,0,0
459
+ Trappist01,Trappist01,ICRS,23,06,29.36,-05,02,29.2,922.1,-471.9,-54,82.58,18.798,0,0
460
+ Trappist-1,Trappist01,ICRS,23,06,29.36,-05,02,29.2,922.1,-471.9,-54,82.58,18.798,0,0
461
+ # Ara
462
+ #0# alfAra, Ara
463
+ alfAra,alfAra,ICRS,17,31,50.49153,-49,52,34.1220,-33.27,-67.22,0,12.2,2.95,-49,11511
464
+ Alpha Arae,alfAra,ICRS,17,31,50.49153,-49,52,34.1220,-33.27,-67.22,0,12.2,2.95,-49,11511
465
+ Ara,alfAra,ICRS,17,31,50.49153,-49,52,34.1220,-33.27,-67.22,0,12.2,2.95,-49,11511
466
+ #0# betAra,
467
+ betAra,betAra,ICRS,17,25,17.98835,-55,31,47.5868,-8.51,-25.24,-0.3,5.05,2.85,-55, 8100
468
+ Beta Arae,betAra,ICRS,17,25,17.98835,-55,31,47.5868,-8.51,-25.24,-0.3,5.05,2.85,-55, 8100
469
+ #0# gamAra,
470
+ gamAra,gamAra,ICRS,17,25,23.65931,-56,22,39.8148,-0.44,-15.77,-3,2.93,3.34,0,0
471
+ Gamma Arae,gamAra,ICRS,17,25,23.65931,-56,22,39.8148,-0.44,-15.77,-3,2.93,3.34,0,0
472
+ #0# delAra,
473
+ delAra,delAra,ICRS,17,31,05.91272,-60,41,01.8522,-54.01,-99.25,10,16.48,3.62,-60, 6842
474
+ Delta Arae,delAra,ICRS,17,31,05.91272,-60,41,01.8522,-54.01,-99.25,10,16.48,3.62,-60, 6842
475
+ #0# eps01Ara,
476
+ eps01Ara,eps01Ara,ICRS,16,59,35.04880,-53,09,37.5713,2.16,22.04,23.85,9.04,4.05,-52,10372
477
+ Epsilon Arae 01,eps01Ara,ICRS,16,59,35.04880,-53,09,37.5713,2.16,22.04,23.85,9.04,4.05,-52,10372
478
+ #0# zetAra,
479
+ zetAra,zetAra,ICRS,16,58,37.21217,-55,59,24.5203,-17.8,-36.67,-6,6.71,3.076,-55, 7766
480
+ Zeta Arae,zetAra,ICRS,16,58,37.21217,-55,59,24.5203,-17.8,-36.67,-6,6.71,3.076,-55, 7766
481
+ #0# etaAra,
482
+ etaAra,etaAra,ICRS,16,49,47.15653,-59,02,28.9575,39.73,-24.91,9,10.9,3.744,-58, 6906
483
+ Eta Arae,etaAra,ICRS,16,49,47.15653,-59,02,28.9575,39.73,-24.91,9,10.9,3.744,-58, 6906
484
+ #0# tetAra,
485
+ tetAra,tetAra,ICRS,18,06,37.87129,-50,05,29.3125,-8.27,-8.7,3.4,4.01,3.66,-50,11720
486
+ Theta Arae,tetAra,ICRS,18,06,37.87129,-50,05,29.3125,-8.27,-8.7,3.4,4.01,3.66,-50,11720
487
+ #0# mu.Ara, Cervantes
488
+ mu.Ara,mu.Ara,ICRS,17,44,08.70114,-51,50,02.5853,-16.85,-190.6,-9.36,64.47,5.15,-51,11094
489
+ Mu Arae,mu.Ara,ICRS,17,44,08.70114,-51,50,02.5853,-16.85,-190.6,-9.36,64.47,5.15,-51,11094
490
+ Cervantes,mu.Ara,ICRS,17,44,08.70114,-51,50,02.5853,-16.85,-190.6,-9.36,64.47,5.15,-51,11094
491
+ # Aries
492
+ #0# alfAri, Hamal
493
+ alfAri,alfAri,ICRS,02,07,10.40570,+23,27,44.7032,188.55,-148.08,-14.64,49.56,2.01, 22, 306
494
+ Alpha Arietis,alfAri,ICRS,02,07,10.40570,+23,27,44.7032,188.55,-148.08,-14.64,49.56,2.01, 22, 306
495
+ Hamal,alfAri,ICRS,02,07,10.40570,+23,27,44.7032,188.55,-148.08,-14.64,49.56,2.01, 22, 306
496
+ #0# betAri, Ashvini
497
+ betAri,betAri,ICRS,01,54,38.41099,+20,48,28.9133,98.74,-110.41,-3.1,55.6,2.65, 20, 306
498
+ Beta Arietis,betAri,ICRS,01,54,38.41099,+20,48,28.9133,98.74,-110.41,-3.1,55.6,2.65, 20, 306
499
+ Ashvini,betAri,ICRS,01,54,38.41099,+20,48,28.9133,98.74,-110.41,-3.1,55.6,2.65, 20, 306
500
+ #0# gamAri, Mesarthim
501
+ gamAri,gamAri,ICRS,01,53,31.81479,+19,17,37.8790,79.2,-97.63,-0.6,19.88,3.88, 18, 243
502
+ Gamma Arietis,gamAri,ICRS,01,53,31.81479,+19,17,37.8790,79.2,-97.63,-0.6,19.88,3.88, 18, 243
503
+ Mesarthim,gamAri,ICRS,01,53,31.81479,+19,17,37.8790,79.2,-97.63,-0.6,19.88,3.88, 18, 243
504
+ #0# delAri, Botein
505
+ delAri,delAri,ICRS,03,11,37.76465,+19,43,36.0397,153.33,-8.28,22.81,19.22,4.37, 19, 477
506
+ Delta Arietis,delAri,ICRS,03,11,37.76465,+19,43,36.0397,153.33,-8.28,22.81,19.22,4.37, 19, 477
507
+ Botein,delAri,ICRS,03,11,37.76465,+19,43,36.0397,153.33,-8.28,22.81,19.22,4.37, 19, 477
508
+ #0# zetAri,
509
+ zetAri,zetAri,ICRS,03,14,54.09731,+21,02,40.0103,-27.83,-74.59,7.3,12.44,4.869, 20, 527
510
+ Zeta Arietis,zetAri,ICRS,03,14,54.09731,+21,02,40.0103,-27.83,-74.59,7.3,12.44,4.869, 20, 527
511
+ #0# tetAri,
512
+ tetAri,tetAri,ICRS,02,18,07.53838,+19,54,04.1862,-13.19,0.72,2.3,7.29,5.572, 19, 340
513
+ Theta Arietis,tetAri,ICRS,02,18,07.53838,+19,54,04.1862,-13.19,0.72,2.3,7.29,5.572, 19, 340
514
+ #0# nu.Ari,
515
+ nu.Ari,nu.Ari,ICRS,02,38,48.99425,+21,57,41.0616,-7.47,-15.9,8,9.68,5.451, 21, 362
516
+ Nu Arietis,nu.Ari,ICRS,02,38,48.99425,+21,57,41.0616,-7.47,-15.9,8,9.68,5.451, 21, 362
517
+ #0# sigAri,
518
+ sigAri,sigAri,ICRS,02,51,29.58609,+15,04,55.4500,30.13,-23.68,17,6.6,5.516, 14, 480
519
+ Sigma Arietis,sigAri,ICRS,02,51,29.58609,+15,04,55.4500,30.13,-23.68,17,6.6,5.516, 14, 480
520
+ #0# tau01Ari,
521
+ tau01Ari,tau01Ari,ICRS,03,21,13.62411,+21,08,49.5150,20.98,-21.8,14.7,6.41,5.355, 20, 543
522
+ Tau Arietis 01,tau01Ari,ICRS,03,21,13.62411,+21,08,49.5150,20.98,-21.8,14.7,6.41,5.355, 20, 543
523
+ #0# 39Ari, Lilii Borea
524
+ 39Ari,39Ari,ICRS,02,47,54.54142,+29,14,49.6132,149.47,-127.05,-15.53,19.01,4.51, 0,0
525
+ Arietis39,39Ari,ICRS,02,47,54.54142,+29,14,49.6132,149.47,-127.05,-15.53,19.01,4.51, 0,0
526
+ Lilii Borea,39Ari,ICRS,02,47,54.54142,+29,14,49.6132,149.47,-127.05,-15.53,19.01,4.51, 0,0
527
+ #0# 41Ari, Bharani
528
+ 41Ari,41Ari,ICRS,02,49,59.03324,+27,15,37.8260,66.81,-116.52,4,19.69,3.594, 20, 543
529
+ Arietis41,41Ari,ICRS,02,49,59.03324,+27,15,37.8260,66.81,-116.52,4,19.69,3.594, 20, 543
530
+ Bharani,41Ari,ICRS,02,49,59.03324,+27,15,37.8260,66.81,-116.52,4,19.69,3.594, 20, 543
531
+ # Auriga
532
+ #0# alfAur, Alpha Auriga, Capella, HIP 24608
533
+ alfAur,alfAur,ICRS,05,16,41.35871,+45,59,52.7693,75.25,-426.89,29.19,76.20,0.08
534
+ Alpha Aurigae,alfAur,ICRS,05,16,41.35871,+45,59,52.7693,75.25,-426.89,29.19,76.20,0.08
535
+ Alpha Auriga,alfAur,ICRS,05,16,41.35871,+45,59,52.7693,75.25,-426.89,29.19,76.20,0.08
536
+ Capella,alfAur,ICRS,05,16,41.35871,+45,59,52.7693,75.25,-426.89,29.19,76.20,0.08
537
+ HIP 24608,alfAur,ICRS,05,16,41.35871,+45,59,52.7693,75.25,-426.89,29.19,76.20,0.08
538
+ #0# betAur, Beta Auriga, Menkalinan, HIP 28360
539
+ betAur,betAur,ICRS,05,59,31.7229284,+44,56,50.757259,-56.44,-0.95,-15.75,40.21,1.90
540
+ Beta Aurigae,betAur,ICRS,05,59,31.7229284,+44,56,50.757259,-56.44,-0.95,-15.75,40.21,1.90
541
+ Beta Auriga,betAur,ICRS,05,59,31.7229284,+44,56,50.757259,-56.44,-0.95,-15.75,40.21,1.90
542
+ Menkalinan,betAur,ICRS,05,59,31.7229284,+44,56,50.757259,-56.44,-0.95,-15.75,40.21,1.90
543
+ HIP 28360,betAur,ICRS,05,59,31.7229284,+44,56,50.757259,-56.44,-0.95,-15.75,40.21,1.90
544
+ #0# delAur, Prijipati
545
+ delAur,delAur,ICRS,05,59,31.63201,+54,17,04.7703,81.81,-132.98,9.75,25.88,3.72, 54, 970
546
+ Delta Aurigae,delAur,ICRS,05,59,31.63201,+54,17,04.7703,81.81,-132.98,9.75,25.88,3.72, 54, 970
547
+ Prijipati,delAur,ICRS,05,59,31.63201,+54,17,04.7703,81.81,-132.98,9.75,25.88,3.72, 54, 970
548
+ #0# epsAur, Al Anz
549
+ epsAur,epsAur,ICRS,05,01,58.13245,+43,49,23.9059,-0.86,-2.66,-10.4,1.53,2.99, 43, 1166
550
+ Epsilon Aurigae,epsAur,ICRS,05,01,58.13245,+43,49,23.9059,-0.86,-2.66,-10.4,1.53,2.99, 43, 1166
551
+ Al Anz,epsAur,ICRS,05,01,58.13245,+43,49,23.9059,-0.86,-2.66,-10.4,1.53,2.99, 43, 1166
552
+ #0# zetAur, Saclateni
553
+ zetAur,zetAur,ICRS,05,02,28.68739,+41,04,33.0200,9.45,-20.71,11.32,4.15,3.75, 40, 1142
554
+ Zeta Aurigae,zetAur,ICRS,05,02,28.68739,+41,04,33.0200,9.45,-20.71,11.32,4.15,3.75, 40, 1142
555
+ Saclateni,zetAur,ICRS,05,02,28.68739,+41,04,33.0200,9.45,-20.71,11.32,4.15,3.75, 40, 1142
556
+ #0# etaAur, Haedus
557
+ etaAur,etaAur,ICRS,05,06,30.89337,+41,14,04.1127,31.45,-67.87,7.3,13.4,3.18, 41, 1058
558
+ Eta Aurigae,etaAur,ICRS,05,06,30.89337,+41,14,04.1127,31.45,-67.87,7.3,13.4,3.18, 41, 1058
559
+ Haedus,etaAur,ICRS,05,06,30.89337,+41,14,04.1127,31.45,-67.87,7.3,13.4,3.18, 41, 1058
560
+ #0# tetAur, Mahasim
561
+ tetAur,tetAur,ICRS,05,59,43.27012,+37,12,45.3047,43.63,-73.79,29.3,19.7,2.62, 41, 1058
562
+ Theta Aurigae,tetAur,ICRS,05,59,43.27012,+37,12,45.3047,43.63,-73.79,29.3,19.7,2.62, 41, 1058
563
+ Mahasim,tetAur,ICRS,05,59,43.27012,+37,12,45.3047,43.63,-73.79,29.3,19.7,2.62, 41, 1058
564
+ #0# iotAur, Al Khabdhilinan
565
+ iotAur,iotAur,ICRS,04,56,59.62109,+33,09,57.9585,6.79,-14.88,17.78,6.61,2.69, 32, 855
566
+ Iota Aurigae,iotAur,ICRS,04,56,59.62109,+33,09,57.9585,6.79,-14.88,17.78,6.61,2.69, 32, 855
567
+ Al Khabdhilinan,iotAur,ICRS,04,56,59.62109,+33,09,57.9585,6.79,-14.88,17.78,6.61,2.69, 32, 855
568
+ #0# kapAur,
569
+ kapAur,kapAur,ICRS,06,15,22.68906,+29,29,53.0760,-70.88,-261.42,20.69,18.43,4.35, 29, 1154
570
+ Kappa Aurigae,kapAur,ICRS,06,15,22.68906,+29,29,53.0760,-70.88,-261.42,20.69,18.43,4.35, 29, 1154
571
+ #0# lamAur,
572
+ lamAur,lamAur,ICRS,05,19,08.47420,+40,05,56.5826,518.99,-665.06,66.57,79.17,4.71, 39, 1248
573
+ Lambda Aurigae,lamAur,ICRS,05,19,08.47420,+40,05,56.5826,518.99,-665.06,66.57,79.17,4.71, 39, 1248
574
+ #0# mu.Aur,
575
+ mu.Aur,mu.Aur,ICRS,05,13,25.71733,+38,29,04.1879,-19.18,-72.93,26,21.32,4.821, 38, 1063
576
+ Mu Aurigae,mu.Aur,ICRS,05,13,25.71733,+38,29,04.1879,-19.18,-72.93,26,21.32,4.821, 38, 1063
577
+ #0# nu.Aur,
578
+ nu.Aur,nu.Aur,ICRS,05,51,29.40040,+39,08,54.5428,10.33,1.73,9.92,14.16,3.95, 39, 1429
579
+ Nu Aurigae,nu.Aur,ICRS,05,51,29.40040,+39,08,54.5428,10.33,1.73,9.92,14.16,3.95, 39, 1429
580
+ #0# ksiAur,
581
+ ksiAur,ksiAur,ICRS,05,54,50.78082,+55,42,25.0084,-4.85,17.29,-11.8,13.69,4.96, 55, 1027
582
+ Xi Aurigae,ksiAur,ICRS,05,54,50.78082,+55,42,25.0084,-4.85,17.29,-11.8,13.69,4.96, 55, 1027
583
+ #0# omiAur,
584
+ omiAur,omiAur,ICRS,05,45,54.04306,+49,49,34.6097,-6.97,-1.22,-7.7,7.89,5.46, 49, 1398
585
+ Omicron Aurigae,omiAur,ICRS,05,45,54.04306,+49,49,34.6097,-6.97,-1.22,-7.7,7.89,5.46, 49, 1398
586
+ #0# chiAur,
587
+ chiAur,chiAur,ICRS,05,32,43.67312,+32,11,31.2753,-1.52,-4.33,-0.2,0.01,4.79, 32, 1024
588
+ Chi Aurigae,chiAur,ICRS,05,32,43.67312,+32,11,31.2753,-1.52,-4.33,-0.2,0.01,4.79, 32, 1024
589
+ #0# psi01Aur,
590
+ psi01Aur,psi01Aur,ICRS,06,24,53.90129,+49,17,16.4199,-0.66,-1.82,4.4,0.82,4.75, 49, 1488
591
+ Psi Aurigae 01,psi01Aur,ICRS,06,24,53.90129,+49,17,16.4199,-0.66,-1.82,4.4,0.82,4.75, 49, 1488
592
+ #0# psi05Aur,
593
+ psi05Aur,psi05Aur,ICRS,06,46,44.33818,+43,34,38.7268,-1.07,164.25,-23.9,59.82,5.246, 43, 1595
594
+ Psi Aurigae 05,psi05Aur,ICRS,06,46,44.33818,+43,34,38.7268,-1.07,164.25,-23.9,59.82,5.246, 43, 1595
595
+ #0# psi06Aur,
596
+ psi06Aur,psi06Aur,ICRS,06,47,39.57703,+48,47,22.1222,-4.32,7.19,-6.51,9.05,5.216, 48, 1436
597
+ Psi Aurigae 06,psi06Aur,ICRS,06,47,39.57703,+48,47,22.1222,-4.32,7.19,-6.51,9.05,5.216, 48, 1436
598
+ # Bootes
599
+ #0# alfBoo, Arcturus, HIP 69673
600
+ alfBoo,alfBoo,ICRS,14,15,39.67207,+19,10,56.6730,-1093.39,-2000.06,-5.229,88.83,-0.05
601
+ Alpha Bootis,alfBoo,ICRS,14,15,39.67207,+19,10,56.6730,-1093.39,-2000.06,-5.229,88.83,-0.05
602
+ Arcturus,alfBoo,ICRS,14,15,39.67207,+19,10,56.6730,-1093.39,-2000.06,-5.229,88.83,-0.05
603
+ HIP 69673,alfBoo,ICRS,14,15,39.67207,+19,10,56.6730,-1093.39,-2000.06,-5.229,88.83,-0.05
604
+ #0# betBoo, Nekkar
605
+ betBoo,betBoo,ICRS,15,01,56.76238,+40,23,26.0406,-40.15,-28.86,-18.4,14.48,3.52, 40, 2840
606
+ Beta Bootis,betBoo,ICRS,15,01,56.76238,+40,23,26.0406,-40.15,-28.86,-18.4,14.48,3.52, 40, 2840
607
+ Nekkar,betBoo,ICRS,15,01,56.76238,+40,23,26.0406,-40.15,-28.86,-18.4,14.48,3.52, 40, 2840
608
+ #0# gamBoo, Haris
609
+ gamBoo,gamBoo,ICRS,14,32,04.67180,+38,18,29.7043,-115.71,151.16,-32.4,37.58,3.02, 38, 2565
610
+ Gamma Bootis,gamBoo,ICRS,14,32,04.67180,+38,18,29.7043,-115.71,151.16,-32.4,37.58,3.02, 38, 2565
611
+ Haris,gamBoo,ICRS,14,32,04.67180,+38,18,29.7043,-115.71,151.16,-32.4,37.58,3.02, 38, 2565
612
+ #0# delBoo, Princeps
613
+ delBoo,delBoo,ICRS,15,15,30.16295,+33,18,53.3926,84.74,-111.58,-12.29,26.78,3.49, 33, 2561
614
+ Delta Bootis,delBoo,ICRS,15,15,30.16295,+33,18,53.3926,84.74,-111.58,-12.29,26.78,3.49, 33, 2561
615
+ Princeps,delBoo,ICRS,15,15,30.16295,+33,18,53.3926,84.74,-111.58,-12.29,26.78,3.49, 33, 2561
616
+ #0# epsBoo, Izar, no hip id
617
+ epsBoo,epsBoo,ICRS,14,44,59.2175581895,+27,04,27.200350832,-50.818,21.024,-16.6,13.8267,2.45
618
+ Epsilon Bootis,epsBoo,ICRS,14,44,59.2175581895,+27,04,27.200350832,-50.818,21.024,-16.6,13.8267,2.45
619
+ Izar,epsBoo,ICRS,14,44,59.2175581895,+27,04,27.200350832,-50.818,21.024,-16.6,13.8267,2.45
620
+ #0# zetBoo,
621
+ zetBoo,zetBoo,ICRS,14,41,08.95158,+13,43,41.8967,51.95,-11.08,-8.5,18.56,3.793,0,0
622
+ Zeta Bootis,zetBoo,ICRS,14,41,08.95158,+13,43,41.8967,51.95,-11.08,-8.5,18.56,3.793,0,0
623
+ #0# etaBoo, Muphrid
624
+ etaBoo,etaBoo,ICRS,13,54,41.07892,+18,23,51.7946,-60.95,-356.29,0.7,87.75,2.68, 19, 2725
625
+ Eta Bootis,etaBoo,ICRS,13,54,41.07892,+18,23,51.7946,-60.95,-356.29,0.7,87.75,2.68, 19, 2725
626
+ Muphrid,etaBoo,ICRS,13,54,41.07892,+18,23,51.7946,-60.95,-356.29,0.7,87.75,2.68, 19, 2725
627
+ #0# tetBoo, Asellus Primus
628
+ tetBoo,tetBoo,ICRS,14,25,11.79703,+51,51,02.6769,-235.4,-399.07,-11.6,68.82,4.05, 52, 1804
629
+ Theta Bootis,tetBoo,ICRS,14,25,11.79703,+51,51,02.6769,-235.4,-399.07,-11.6,68.82,4.05, 52, 1804
630
+ Asellus Primus,tetBoo,ICRS,14,25,11.79703,+51,51,02.6769,-235.4,-399.07,-11.6,68.82,4.05, 52, 1804
631
+ #0# iotBoo, Asellus Secundus
632
+ iotBoo,iotBoo,ICRS,14,16,09.92995,+51,22,02.0267,-149.39,88.72,-18.7,34.4,4.75, 52, 1784
633
+ Iota Bootis,iotBoo,ICRS,14,16,09.92995,+51,22,02.0267,-149.39,88.72,-18.7,34.4,4.75, 52, 1784
634
+ Asellus Secundus,iotBoo,ICRS,14,16,09.92995,+51,22,02.0267,-149.39,88.72,-18.7,34.4,4.75, 52, 1784
635
+ #0# kap02Boo, Asellus Tertius
636
+ kap02Boo,kap02Boo,ICRS,14,13,29.00737,+51,47,23.8856,61.03,-9.22,-15.6,19.96,4.51, 52, 1782
637
+ Kappa Bootis 02,kap02Boo,ICRS,14,13,29.00737,+51,47,23.8856,61.03,-9.22,-15.6,19.96,4.51, 52, 1782
638
+ Asellus Tertius,kap02Boo,ICRS,14,13,29.00737,+51,47,23.8856,61.03,-9.22,-15.6,19.96,4.51, 52, 1782
639
+ #0# lamBoo, Xuange
640
+ lamBoo,lamBoo,ICRS,14,16,23.01880,+46,05,17.9005,-187.33,159.05,-7.9,32.94,4.18, 46, 1949
641
+ Lambda Bootis,lamBoo,ICRS,14,16,23.01880,+46,05,17.9005,-187.33,159.05,-7.9,32.94,4.18, 46, 1949
642
+ Xuange,lamBoo,ICRS,14,16,23.01880,+46,05,17.9005,-187.33,159.05,-7.9,32.94,4.18, 46, 1949
643
+ #0# mu.01Boo, Alkalurops
644
+ mu.01Boo,mu.01Boo,ICRS,15,24,29.42836,+37,22,37.7577,-146.73,79.85,-8.6,28.83,4.296, 37, 2636
645
+ Mu Bootis 01,mu.01Boo,ICRS,15,24,29.42836,+37,22,37.7577,-146.73,79.85,-8.6,28.83,4.296, 37, 2636
646
+ Alkalurops,mu.01Boo,ICRS,15,24,29.42836,+37,22,37.7577,-146.73,79.85,-8.6,28.83,4.296, 37, 2636
647
+ #0# nu.01Boo,
648
+ nu.01Boo,nu.01Boo,ICRS,15,30,55.75951,+40,49,58.9743,11.28,-8.11,-11.12,3.89,5.026, 41, 2609
649
+ Nu Bootis 01,nu.01Boo,ICRS,15,30,55.75951,+40,49,58.9743,11.28,-8.11,-11.12,3.89,5.026, 41, 2609
650
+ #0# rhoBoo, Al Hamalain
651
+ rhoBoo,rhoBoo,ICRS,14,31,49.78962,+30,22,17.1781,-100.9,120.73,-13.57,20.37,3.59, 31, 2628
652
+ Rho Bootis,rhoBoo,ICRS,14,31,49.78962,+30,22,17.1781,-100.9,120.73,-13.57,20.37,3.59, 31, 2628
653
+ Al Hamalain,rhoBoo,ICRS,14,31,49.78962,+30,22,17.1781,-100.9,120.73,-13.57,20.37,3.59, 31, 2628
654
+ #0# sigBoo, Hemelein Secunda
655
+ sigBoo,sigBoo,ICRS,14,34,40.81699,+29,44,42.4590,188.35,131.77,0.37,63.16,4.47, 30, 2536
656
+ Sigma Bootis,sigBoo,ICRS,14,34,40.81699,+29,44,42.4590,188.35,131.77,0.37,63.16,4.47, 30, 2536
657
+ Hemelein Secunda,sigBoo,ICRS,14,34,40.81699,+29,44,42.4590,188.35,131.77,0.37,63.16,4.47, 30, 2536
658
+ #0# tauBoo,
659
+ tauBoo,tauBoo,ICRS,13,47,15.74340,+17,27,24.8552,-479.53,53.49,-16.03,64.03,4.49, 18, 2782
660
+ Tau Bootis,tauBoo,ICRS,13,47,15.74340,+17,27,24.8552,-479.53,53.49,-16.03,64.03,4.49, 18, 2782
661
+ #0# phiBoo, Ceginus
662
+ phiBoo,phiBoo,ICRS,15,37,49.59790,+40,21,12.3635,61.23,60.09,-10.62,19.22,5.254, 40, 2907
663
+ Phi Bootis,phiBoo,ICRS,15,37,49.59790,+40,21,12.3635,61.23,60.09,-10.62,19.22,5.254, 40, 2907
664
+ Ceginus,phiBoo,ICRS,15,37,49.59790,+40,21,12.3635,61.23,60.09,-10.62,19.22,5.254, 40, 2907
665
+ #0# psiBoo,
666
+ psiBoo,psiBoo,ICRS,15,04,26.74234,+26,56,51.5399,-175.42,-4.06,-25.72,13.26,4.55, 27, 2447
667
+ Psi Bootis,psiBoo,ICRS,15,04,26.74234,+26,56,51.5399,-175.42,-4.06,-25.72,13.26,4.55, 27, 2447
668
+ #0# 38Boo, Merga
669
+ 38Boo,38Boo,ICRS,14,49,18.66977,+46,06,58.3417,-6.73,-77.06,-4.5,20.41,5.757, 46, 1993
670
+ Bootis38,38Boo,ICRS,14,49,18.66977,+46,06,58.3417,-6.73,-77.06,-4.5,20.41,5.757, 46, 1993
671
+ Merga,38Boo,ICRS,14,49,18.66977,+46,06,58.3417,-6.73,-77.06,-4.5,20.41,5.757, 46, 1993
672
+ # Caelum
673
+ #0# alfCae,
674
+ alfCae,alfCae,ICRS,04,40,33.71305,-41,51,49.5075,-140.39,-74.82,-0.6,49.59,4.45,-42, 1587
675
+ Alpha Caeli,alfCae,ICRS,04,40,33.71305,-41,51,49.5075,-140.39,-74.82,-0.6,49.59,4.45,-42, 1587
676
+ #0# betCae,
677
+ betCae,betCae,ICRS,04,42,03.48029,-37,08,39.4641,46.59,193.56,26.8,34.88,5.05,-37, 1867
678
+ Beta Caeli,betCae,ICRS,04,42,03.48029,-37,08,39.4641,46.59,193.56,26.8,34.88,5.05,-37, 1867
679
+ #0# delCae,
680
+ delCae,delCae,ICRS,04,30,50.09903,-44,57,13.5035,1.64,-3.09,14.2,4.63,5.059,-45, 1567
681
+ Delta Caeli,delCae,ICRS,04,30,50.09903,-44,57,13.5035,1.64,-3.09,14.2,4.63,5.059,-45, 1567
682
+ # Camelopardalis
683
+ #0# alfCam,
684
+ alfCam,alfCam,ICRS,04,54,03.01040,+66,20,33.6365,-0.13,6.89,6.1,0.52,4.29, 66, 358
685
+ Alpha Camelopardalis,alfCam,ICRS,04,54,03.01040,+66,20,33.6365,-0.13,6.89,6.1,0.52,4.29, 66, 358
686
+ #0# betCam,
687
+ betCam,betCam,ICRS,05,03,25.08963,+60,26,32.0895,-6.5,-14.15,-1.9,3.74,4.02, 60, 856
688
+ Beta Camelopardalis,betCam,ICRS,05,03,25.08963,+60,26,32.0895,-6.5,-14.15,-1.9,3.74,4.02, 60, 856
689
+ #0# gamCam,
690
+ gamCam,gamCam,ICRS,03,50,21.50892,+71,19,56.1485,18.17,-42.85,0.2,9.09,4.604, 70, 259
691
+ Gamma Camelopardalis,gamCam,ICRS,03,50,21.50892,+71,19,56.1485,18.17,-42.85,0.2,9.09,4.604, 70, 259
692
+ #0# 2Cam,
693
+ 2Cam,2Cam,ICRS,04,39,58.07002,+53,28,22.9163,34.51,-84.7,20.1,22.49,5.376,0,0
694
+ Camelopardalis2,2Cam,ICRS,04,39,58.07002,+53,28,22.9163,34.51,-84.7,20.1,22.49,5.376,0,0
695
+ #0# 7Cam,
696
+ 7Cam,7Cam,ICRS,04,57,17.19609,+53,45,07.5654,-24.51,7.71,-7.9,8.77,4.433,0,0
697
+ Camelopardalis7,7Cam,ICRS,04,57,17.19609,+53,45,07.5654,-24.51,7.71,-7.9,8.77,4.433,0,0
698
+ #0# HR4609, Tonatiuh
699
+ HR4609,HR4609,ICRS,12,05,15.11890,+76,54,20.6475,147.68,-91.65,-20.19,10.3,5.785, 0,0
700
+ Bright Star Catalogue 4609,HR4609,ICRS,12,05,15.11890,+76,54,20.6475,147.68,-91.65,-20.19,10.3,5.785, 0,0
701
+ Tonatiuh,HR4609,ICRS,12,05,15.11890,+76,54,20.6475,147.68,-91.65,-20.19,10.3,5.785, 0,0
702
+ # Capricornus
703
+ # note, IAU uses this name for al-2Cap, but historically, the name applies
704
+ # to al-1Cap as well
705
+ #0# alf01Cap, Giedi Prima
706
+ alf01Cap,alf01Cap,ICRS,20,17,38.86987,-12,30,29.5594,22.98,1.28,-25.79,5.73,4.27,-12, 5683
707
+ Alpha Capricorni 01,alf01Cap,ICRS,20,17,38.86987,-12,30,29.5594,22.98,1.28,-25.79,5.73,4.27,-12, 5683
708
+ Giedi Prima,alf01Cap,ICRS,20,17,38.86987,-12,30,29.5594,22.98,1.28,-25.79,5.73,4.27,-12, 5683
709
+ #0# alf02Cap, Giedi Secunda
710
+ alf02Cap,alf02Cap,ICRS,20,18,03.25595,-12,32,41.4684,62.63,2.66,0.7,30.82,3.58,-12, 5685
711
+ Alpha Capricorni 02,alf02Cap,ICRS,20,18,03.25595,-12,32,41.4684,62.63,2.66,0.7,30.82,3.58,-12, 5685
712
+ Giedi Secunda,alf02Cap,ICRS,20,18,03.25595,-12,32,41.4684,62.63,2.66,0.7,30.82,3.58,-12, 5685
713
+ # we use beCap with data of be-1Cap
714
+ #0# betCap, Dabih
715
+ betCap,betCap,ICRS,20,21,00.67326,-14,46,52.9791,44.92,7.38,-19,9.98,3.08,-15, 5629
716
+ Beta Capricorni,betCap,ICRS,20,21,00.67326,-14,46,52.9791,44.92,7.38,-19,9.98,3.08,-15, 5629
717
+ Dabih,betCap,ICRS,20,21,00.67326,-14,46,52.9791,44.92,7.38,-19,9.98,3.08,-15, 5629
718
+ #0# bet01Cap, Dabih
719
+ bet01Cap,bet01Cap,ICRS,20,21,00.67326,-14,46,52.9791,44.92,7.38,-19,9.98,3.08,-15, 5629
720
+ Beta Capricorni 01,bet01Cap,ICRS,20,21,00.67326,-14,46,52.9791,44.92,7.38,-19,9.98,3.08,-15, 5629
721
+ Dabih,bet01Cap,ICRS,20,21,00.67326,-14,46,52.9791,44.92,7.38,-19,9.98,3.08,-15, 5629
722
+ #0# gamCap, Nashira
723
+ gamCap,gamCap,ICRS,21,40,05.45648,-16,39,44.3072,187.56,-22.45,-31.2,20.77,3.67,-17, 6340
724
+ Gamma Capricorni,gamCap,ICRS,21,40,05.45648,-16,39,44.3072,187.56,-22.45,-31.2,20.77,3.67,-17, 6340
725
+ Nashira,gamCap,ICRS,21,40,05.45648,-16,39,44.3072,187.56,-22.45,-31.2,20.77,3.67,-17, 6340
726
+ #0# delCap, Deneb Algedi
727
+ delCap,delCap,ICRS,21,47,02.44424,-16,07,38.2335,261.7,-296.7,-3.4,84.27,2.83,-16, 5943
728
+ Delta Capricorni,delCap,ICRS,21,47,02.44424,-16,07,38.2335,261.7,-296.7,-3.4,84.27,2.83,-16, 5943
729
+ Deneb Algedi,delCap,ICRS,21,47,02.44424,-16,07,38.2335,261.7,-296.7,-3.4,84.27,2.83,-16, 5943
730
+ #0# epsCap, Castra
731
+ epsCap,epsCap,ICRS,21,37,04.83068,-19,27,57.6464,12.79,0.28,-23.7,3.09,4.55,-20, 6251
732
+ Epsilon Capricorni,epsCap,ICRS,21,37,04.83068,-19,27,57.6464,12.79,0.28,-23.7,3.09,4.55,-20, 6251
733
+ Castra,epsCap,ICRS,21,37,04.83068,-19,27,57.6464,12.79,0.28,-23.7,3.09,4.55,-20, 6251
734
+ #0# zetCap, Marakk
735
+ zetCap,zetCap,ICRS,21,26,40.02634,-22,24,40.8042,-2.23,18.1,2.1,8.46,3.74,-22,15388
736
+ Zeta Capricorni,zetCap,ICRS,21,26,40.02634,-22,24,40.8042,-2.23,18.1,2.1,8.46,3.74,-22,15388
737
+ Marakk,zetCap,ICRS,21,26,40.02634,-22,24,40.8042,-2.23,18.1,2.1,8.46,3.74,-22,15388
738
+ #0# etaCap, Armus
739
+ etaCap,etaCap,ICRS,21,04,24.30132,-19,51,17.9711,-37.62,-24.95,23.8,20.2,4.84,-20, 6115
740
+ Eta Capricorni,etaCap,ICRS,21,04,24.30132,-19,51,17.9711,-37.62,-24.95,23.8,20.2,4.84,-20, 6115
741
+ Armus,etaCap,ICRS,21,04,24.30132,-19,51,17.9711,-37.62,-24.95,23.8,20.2,4.84,-20, 6115
742
+ #0# tetCap, Dorsum
743
+ tetCap,tetCap,ICRS,21,05,56.82783,-17,13,58.3021,79.33,-62.01,-10.9,20.11,4.07,-17, 6174
744
+ Theta Capricorni,tetCap,ICRS,21,05,56.82783,-17,13,58.3021,79.33,-62.01,-10.9,20.11,4.07,-17, 6174
745
+ Dorsum,tetCap,ICRS,21,05,56.82783,-17,13,58.3021,79.33,-62.01,-10.9,20.11,4.07,-17, 6174
746
+ #0# iotCap,
747
+ iotCap,iotCap,ICRS,21,22,14.79565,-16,50,04.3598,30,4.52,12.31,16.58,4.27,-17, 6245
748
+ Iota Capricorni,iotCap,ICRS,21,22,14.79565,-16,50,04.3598,30,4.52,12.31,16.58,4.27,-17, 6245
749
+ #0# lamCap,
750
+ lamCap,lamCap,ICRS,21,46,32.09739,-11,21,57.4391,28.92,-9.66,-2.4,11.58,5.567,-12, 6087
751
+ Lambda Capricorni,lamCap,ICRS,21,46,32.09739,-11,21,57.4391,28.92,-9.66,-2.4,11.58,5.567,-12, 6087
752
+ #0# mu.Cap,
753
+ mu.Cap,mu.Cap,ICRS,21,53,17.77054,-13,33,06.3679,311.22,13.46,-21.5,37.57,5.08,-14, 6149
754
+ Mu Capricorni,mu.Cap,ICRS,21,53,17.77054,-13,33,06.3679,311.22,13.46,-21.5,37.57,5.08,-14, 6149
755
+ #0# nu.Cap, Alshat
756
+ nu.Cap,nu.Cap,ICRS,20,20,39.81562,-12,45,32.6844,14.74,-14.32,-1,12.88,4.76,-13, 5642
757
+ Nu Capricorni,nu.Cap,ICRS,20,20,39.81562,-12,45,32.6844,14.74,-14.32,-1,12.88,4.76,-13, 5642
758
+ Alshat,nu.Cap,ICRS,20,20,39.81562,-12,45,32.6844,14.74,-14.32,-1,12.88,4.76,-13, 5642
759
+ #0# pi.Cap, Oculus
760
+ pi.Cap,pi.Cap,ICRS,20,27,19.21088,-18,12,42.1980,11.89,-11.35,-13,5.98,5.25,-18, 5685
761
+ Pi Capricorni,pi.Cap,ICRS,20,27,19.21088,-18,12,42.1980,11.89,-11.35,-13,5.98,5.25,-18, 5685
762
+ Oculus,pi.Cap,ICRS,20,27,19.21088,-18,12,42.1980,11.89,-11.35,-13,5.98,5.25,-18, 5685
763
+ #0# rhoCap, Bos
764
+ rhoCap,rhoCap,ICRS,20,28,51.61448,-17,48,49.2693,-14.98,-7.29,18.4,33.04,4.803,-18, 5689
765
+ Rho Capricorni,rhoCap,ICRS,20,28,51.61448,-17,48,49.2693,-14.98,-7.29,18.4,33.04,4.803,-18, 5689
766
+ Bos,rhoCap,ICRS,20,28,51.61448,-17,48,49.2693,-14.98,-7.29,18.4,33.04,4.803,-18, 5689
767
+ #0# psiCap, Pazhan
768
+ psiCap,psiCap,ICRS,20,46,05.73263,-25,16,15.2312,-51.96,-156.56,25.6,68.13,4.122,-25,15018
769
+ Psi Capricorni,psiCap,ICRS,20,46,05.73263,-25,16,15.2312,-51.96,-156.56,25.6,68.13,4.122,-25,15018
770
+ Pazhan,psiCap,ICRS,20,46,05.73263,-25,16,15.2312,-51.96,-156.56,25.6,68.13,4.122,-25,15018
771
+ #0# upsCap,
772
+ upsCap,upsCap,ICRS,20,40,02.94470,-18,08,19.1724,-22.41,-21.67,-12.3,5.62,5.1,-18, 5738
773
+ Upsilon Capricorni,upsCap,ICRS,20,40,02.94470,-18,08,19.1724,-22.41,-21.67,-12.3,5.62,5.1,-18, 5738
774
+ #0# omeCap, Baten Algiedi
775
+ omeCap,omeCap,ICRS,20,51,49.29084,-26,55,08.8574,-8.36,-0.36,9.1,3.87,4.12,-27,15082
776
+ Omega Capricorni,omeCap,ICRS,20,51,49.29084,-26,55,08.8574,-8.36,-0.36,9.1,3.87,4.12,-27,15082
777
+ Baten Algiedi,omeCap,ICRS,20,51,49.29084,-26,55,08.8574,-8.36,-0.36,9.1,3.87,4.12,-27,15082
778
+ #0# 24Cap,
779
+ 24Cap,24Cap,ICRS,21,07,07.66733,-25,00,21.0790,-28.09,-44.14,32.1,7.15,4.5,0,0
780
+ Capricorni24,24Cap,ICRS,21,07,07.66733,-25,00,21.0790,-28.09,-44.14,32.1,7.15,4.5,0,0
781
+ #0# 36Cap,
782
+ 36Cap,36Cap,ICRS,21,28,43.40070,-21,48,25.8504,134.83,-5.73,-22.2,19.06,4.5,0,0
783
+ Capricorni36,36Cap,ICRS,21,28,43.40070,-21,48,25.8504,134.83,-5.73,-22.2,19.06,4.5,0,0
784
+ # Carina
785
+ #0# alfCar, Alpha Carina, Canopus, HIP 30438
786
+ alfCar,alfCar,ICRS,06,23,57.10988,-52,41,44.3810,19.93,23.24,20.30,10.55,-0.74
787
+ Alpha Carinae,alfCar,ICRS,06,23,57.10988,-52,41,44.3810,19.93,23.24,20.30,10.55,-0.74
788
+ Alpha Carina,alfCar,ICRS,06,23,57.10988,-52,41,44.3810,19.93,23.24,20.30,10.55,-0.74
789
+ Canopus,alfCar,ICRS,06,23,57.10988,-52,41,44.3810,19.93,23.24,20.30,10.55,-0.74
790
+ HIP 30438,alfCar,ICRS,06,23,57.10988,-52,41,44.3810,19.93,23.24,20.30,10.55,-0.74
791
+ #0# betCar, Miaplacidus, HIP 45238
792
+ betCar,betCar,ICRS,09,13,11.97746,-69,43,01.9473,-156.47,108.95,-5.10,28.82,1.69
793
+ Beta Carinae,betCar,ICRS,09,13,11.97746,-69,43,01.9473,-156.47,108.95,-5.10,28.82,1.69
794
+ Miaplacidus,betCar,ICRS,09,13,11.97746,-69,43,01.9473,-156.47,108.95,-5.10,28.82,1.69
795
+ HIP 45238,betCar,ICRS,09,13,11.97746,-69,43,01.9473,-156.47,108.95,-5.10,28.82,1.69
796
+ #0# epsCar, Avior, HIP 41037
797
+ epsCar,epsCar,ICRS,08,22,30.83526,-59,30,34.1431,-25.52,22.06,11.60,5.39,1.86
798
+ Epsilon Carinae,epsCar,ICRS,08,22,30.83526,-59,30,34.1431,-25.52,22.06,11.60,5.39,1.86
799
+ Avior,epsCar,ICRS,08,22,30.83526,-59,30,34.1431,-25.52,22.06,11.60,5.39,1.86
800
+ HIP 41037,epsCar,ICRS,08,22,30.83526,-59,30,34.1431,-25.52,22.06,11.60,5.39,1.86
801
+ #0# etaCar, Foramen
802
+ etaCar,etaCar,ICRS,10,45,03.546,-59,41,03.95,-11,4.1,-25,0,6.21,0, 0
803
+ Eta Carinae,etaCar,ICRS,10,45,03.546,-59,41,03.95,-11,4.1,-25,0,6.21,0, 0
804
+ Foramen,etaCar,ICRS,10,45,03.546,-59,41,03.95,-11,4.1,-25,0,6.21,0, 0
805
+ #0# tetCar, Vathorz Posterior
806
+ tetCar,tetCar,ICRS,10,42,57.40197,-64,23,40.0208,-18.36,12.03,20,7.16,2.76,-63, 1599
807
+ Theta Carinae,tetCar,ICRS,10,42,57.40197,-64,23,40.0208,-18.36,12.03,20,7.16,2.76,-63, 1599
808
+ Vathorz Posterior,tetCar,ICRS,10,42,57.40197,-64,23,40.0208,-18.36,12.03,20,7.16,2.76,-63, 1599
809
+ #0# iotCar, Aspidiske, Turais, HIP 45556
810
+ iotCar,iotCar,ICRS,09,17,05.4068572,-59,16,30.835305,-18.86,11.98,12.00,4.26,2.26
811
+ Iota Carinae,iotCar,ICRS,09,17,05.4068572,-59,16,30.835305,-18.86,11.98,12.00,4.26,2.26
812
+ Aspidiske,iotCar,ICRS,09,17,05.4068572,-59,16,30.835305,-18.86,11.98,12.00,4.26,2.26
813
+ Turais,iotCar,ICRS,09,17,05.4068572,-59,16,30.835305,-18.86,11.98,12.00,4.26,2.26
814
+ HIP 45556,iotCar,ICRS,09,17,05.4068572,-59,16,30.835305,-18.86,11.98,12.00,4.26,2.26
815
+ # IAU assings this name to rhPup
816
+ #Tureis ,iotCar,ICRS,09,17,05.4067,-59,16,30.825,-19.03,13.11,13.3,4.71,2.249,-58, 1465
817
+ #0# chiCar, Drys
818
+ chiCar,chiCar,ICRS,07,56,46.71398,-52,58,56.4700,-28.68,19.71,19.4,7.17,3.431,-52, 1343
819
+ Chi Carinae,chiCar,ICRS,07,56,46.71398,-52,58,56.4700,-28.68,19.71,19.4,7.17,3.431,-52, 1343
820
+ Drys,chiCar,ICRS,07,56,46.71398,-52,58,56.4700,-28.68,19.71,19.4,7.17,3.431,-52, 1343
821
+ #0# omeCar, Simiram
822
+ omeCar,omeCar,ICRS,10,13,44.21739,-70,02,16.4563,-36.01,7.09,10.4,9.54,3.33,-69, 1178
823
+ Omega Carinae,omeCar,ICRS,10,13,44.21739,-70,02,16.4563,-36.01,7.09,10.4,9.54,3.33,-69, 1178
824
+ Simiram,omeCar,ICRS,10,13,44.21739,-70,02,16.4563,-36.01,7.09,10.4,9.54,3.33,-69, 1178
825
+ #0# upsCar, Vathorz Prior
826
+ upsCar,upsCar,ICRS,09,47,06.12170,-65,04,19.2267,-11.51,4.71,13.6,2.27,2.96,0, 0
827
+ Upsilon Carinae,upsCar,ICRS,09,47,06.12170,-65,04,19.2267,-11.51,4.71,13.6,2.27,2.96,0, 0
828
+ Vathorz Prior,upsCar,ICRS,09,47,06.12170,-65,04,19.2267,-11.51,4.71,13.6,2.27,2.96,0, 0
829
+ #0# qCar,
830
+ qCar,qCar,ICRS,10,17,04.97530,-61,19,56.2883,-24.73,7.2,8.2,4.96,3.35,0, 0
831
+ qCar,qCar,ICRS,10,17,04.97530,-61,19,56.2883,-24.73,7.2,8.2,4.96,3.35,0, 0
832
+ # Cassiopeia
833
+ #0# alfCas, Schedir
834
+ alfCas,alfCas,ICRS,00,40,30.44107,+56,32,14.3922,50.88,-32.13,-4.31,14.29,2.23, 55, 139
835
+ Alpha Cassiopeiae,alfCas,ICRS,00,40,30.44107,+56,32,14.3922,50.88,-32.13,-4.31,14.29,2.23, 55, 139
836
+ Schedir,alfCas,ICRS,00,40,30.44107,+56,32,14.3922,50.88,-32.13,-4.31,14.29,2.23, 55, 139
837
+ #0# betCas, Caph
838
+ betCas,betCas,ICRS,00,09,10.68518,+59,08,59.2120,523.5,-179.77,4.3,59.58,2.27, 58, 3
839
+ Beta Cassiopeiae,betCas,ICRS,00,09,10.68518,+59,08,59.2120,523.5,-179.77,4.3,59.58,2.27, 58, 3
840
+ Caph,betCas,ICRS,00,09,10.68518,+59,08,59.2120,523.5,-179.77,4.3,59.58,2.27, 58, 3
841
+ #0# gamCas, Cih
842
+ gamCas,gamCas,ICRS,00,56,42.5317,+60,43,00.265,25.65,-3.82,-6.8,5.32,2.39, 59, 144
843
+ Gamma Cassiopeiae,gamCas,ICRS,00,56,42.5317,+60,43,00.265,25.65,-3.82,-6.8,5.32,2.39, 59, 144
844
+ Cih,gamCas,ICRS,00,56,42.5317,+60,43,00.265,25.65,-3.82,-6.8,5.32,2.39, 59, 144
845
+ #0# delCas, Rucha
846
+ delCas,delCas,ICRS,01,25,48.95147,+60,14,07.0225,296.57,-49.22,6.7,32.81,2.68, 59, 248
847
+ Delta Cassiopeiae,delCas,ICRS,01,25,48.95147,+60,14,07.0225,296.57,-49.22,6.7,32.81,2.68, 59, 248
848
+ Rucha,delCas,ICRS,01,25,48.95147,+60,14,07.0225,296.57,-49.22,6.7,32.81,2.68, 59, 248
849
+ #0# zetCas, Fulu
850
+ zetCas,zetCas,ICRS,00,36,58.28419,+53,53,48.8673,17.38,-9.86,-0.2,5.5,3.66, 53, 105
851
+ Zeta Cassiopeiae,zetCas,ICRS,00,36,58.28419,+53,53,48.8673,17.38,-9.86,-0.2,5.5,3.66, 53, 105
852
+ Fulu,zetCas,ICRS,00,36,58.28419,+53,53,48.8673,17.38,-9.86,-0.2,5.5,3.66, 53, 105
853
+ #0# etaCas, Achird
854
+ etaCas,etaCas,ICRS,00,49,06.29070,+57,48,54.6758,1086.59,-559.43,8.44,167.98,3.44, 57, 150
855
+ Eta Cassiopeiae,etaCas,ICRS,00,49,06.29070,+57,48,54.6758,1086.59,-559.43,8.44,167.98,3.44, 57, 150
856
+ Achird,etaCas,ICRS,00,49,06.29070,+57,48,54.6758,1086.59,-559.43,8.44,167.98,3.44, 57, 150
857
+ #0# kapCas,
858
+ kapCas,kapCas,ICRS,00,32,59.99120,+62,55,54.4174,3.65,-2.07,0.3,0.73,4.16, 62, 102
859
+ Kappa Cassiopeiae,kapCas,ICRS,00,32,59.99120,+62,55,54.4174,3.65,-2.07,0.3,0.73,4.16, 62, 102
860
+ #0# mu.Cas, Marfak
861
+ mu.Cas,mu.Cas,ICRS,01,08,16.39470,+54,55,13.2264,3422.23,-1598.93,-98.1,132.38,5.17, 54, 223
862
+ Mu Cassiopaiae,mu.Cas,ICRS,01,08,16.39470,+54,55,13.2264,3422.23,-1598.93,-98.1,132.38,5.17, 54, 223
863
+ Marfak,mu.Cas,ICRS,01,08,16.39470,+54,55,13.2264,3422.23,-1598.93,-98.1,132.38,5.17, 54, 223
864
+ #0# omiCas,
865
+ omiCas,omiCas,ICRS,00,44,43.51867,+48,17,03.7136,18.84,-7.18,-16.9,4.64,4.5, 47, 183
866
+ Omicron Cassiopeiae,omiCas,ICRS,00,44,43.51867,+48,17,03.7136,18.84,-7.18,-16.9,4.64,4.5, 47, 183
867
+ #0# rhoCas,
868
+ rhoCas,rhoCas,ICRS,23,54,23.03246,+57,29,57.7733,-4.48,-3.73,-54.3,0.28,4.59, 56, 3111
869
+ Rho Cassiopeiae,rhoCas,ICRS,23,54,23.03246,+57,29,57.7733,-4.48,-3.73,-54.3,0.28,4.59, 56, 3111
870
+ #0# psiCas,
871
+ psiCas,psiCas,ICRS,01,25,56.02238,+68,07,48.0460,75.5,26.93,-12.83,16.72,4.727, 67, 123
872
+ Psi Cassiopeiae,psiCas,ICRS,01,25,56.02238,+68,07,48.0460,75.5,26.93,-12.83,16.72,4.727, 67, 123
873
+ #0# ups02Cas, Castula
874
+ ups02Cas,ups02Cas,ICRS,00,56,39.90501,+59,10,51.7991,-92.65,-45.5,-47.73,16.32,4.622, 0, 0
875
+ Upsilon Cassiopeiae 02,ups02Cas,ICRS,00,56,39.90501,+59,10,51.7991,-92.65,-45.5,-47.73,16.32,4.622, 0, 0
876
+ Castula,ups02Cas,ICRS,00,56,39.90501,+59,10,51.7991,-92.65,-45.5,-47.73,16.32,4.622, 0, 0
877
+ # Centaurus
878
+ #0# alfCen, Proxima Centauri
879
+ alfCen,alfCen,ICRS,14,39,36.204,-60,50,08.23,-3608,686,-22.3,742,-0.1,-60, 5483
880
+ Alpha Centauri,alfCen,ICRS,14,39,36.204,-60,50,08.23,-3608,686,-22.3,742,-0.1,-60, 5483
881
+ Proxima Centauri,alfCen,ICRS,14,39,36.204,-60,50,08.23,-3608,686,-22.3,742,-0.1,-60, 5483
882
+ #0# betCen, Hadar, no hip id
883
+ betCen,betCen,ICRS,14,03,49.40535,-60,22,22.9266,-33.27,-23.16,2.520,8.32,0.58
884
+ Beta Centauri,betCen,ICRS,14,03,49.40535,-60,22,22.9266,-33.27,-23.16,2.520,8.32,0.58
885
+ Hadar,betCen,ICRS,14,03,49.40535,-60,22,22.9266,-33.27,-23.16,2.520,8.32,0.58
886
+ #0# gamCen, , HIP 61932
887
+ gamCen,gamCen,ICRS,12,41,31.04008,-48,57,35.5375,-185.72,5.79,-5.50,25.06,2.17
888
+ Gamma Centauri,gamCen,ICRS,12,41,31.04008,-48,57,35.5375,-185.72,5.79,-5.50,25.06,2.17
889
+ HIP 61932,gamCen,ICRS,12,41,31.04008,-48,57,35.5375,-185.72,5.79,-5.50,25.06,2.17
890
+ #0# delCen, , HIP 59196
891
+ delCen,delCen,ICRS,12,08,21.4976373,-50,43,20.738614,-42.613,-11.135,11.00,5.7179,2.52
892
+ Delta Centauri,delCen,ICRS,12,08,21.4976373,-50,43,20.738614,-42.613,-11.135,11.00,5.7179,2.52
893
+ HIP 59196,delCen,ICRS,12,08,21.4976373,-50,43,20.738614,-42.613,-11.135,11.00,5.7179,2.52
894
+ #0# epsCen, , HIP 66657
895
+ epsCen,epsCen,ICRS,13,39,53.25774,-53,27,59.0081,-15.30,-11.72,3.0,7.63,2.30
896
+ Epsilon Centauri,epsCen,ICRS,13,39,53.25774,-53,27,59.0081,-15.30,-11.72,3.0,7.63,2.30
897
+ HIP 66657,epsCen,ICRS,13,39,53.25774,-53,27,59.0081,-15.30,-11.72,3.0,7.63,2.30
898
+ #0# zetCen, , HIP 68002
899
+ zetCen,zetCen,ICRS,13,55,32.38565,-47,17,18.1482,-57.37,-44.55,6.5,8.54,2.55
900
+ Zeta Centauri,zetCen,ICRS,13,55,32.38565,-47,17,18.1482,-57.37,-44.55,6.5,8.54,2.55
901
+ HIP 68002,zetCen,ICRS,13,55,32.38565,-47,17,18.1482,-57.37,-44.55,6.5,8.54,2.55
902
+ #0# etaCen, , HIP 71352
903
+ etaCen,etaCen,ICRS,14,35,30.4241610,-42,09,28.170782,-34.73,-32.72,0.00,10.67,2.31
904
+ Eta Centauri,etaCen,ICRS,14,35,30.4241610,-42,09,28.170782,-34.73,-32.72,0.00,10.67,2.31
905
+ HIP 71352,etaCen,ICRS,14,35,30.4241610,-42,09,28.170782,-34.73,-32.72,0.00,10.67,2.31
906
+ #0# tetCen, Menkent, HIP 68933
907
+ tetCen,tetCen,ICRS,14,06,40.94752,-36,22,11.8371,-520.53,-518.06,1.30,55.45,2.05
908
+ Theta Centauri,tetCen,ICRS,14,06,40.94752,-36,22,11.8371,-520.53,-518.06,1.30,55.45,2.05
909
+ Menkent,tetCen,ICRS,14,06,40.94752,-36,22,11.8371,-520.53,-518.06,1.30,55.45,2.05
910
+ HIP 68933,tetCen,ICRS,14,06,40.94752,-36,22,11.8371,-520.53,-518.06,1.30,55.45,2.05
911
+ #0# iotCen, Alhakim
912
+ iotCen,iotCen,ICRS,13,20,35.81737,-36,42,44.2447,-341.11,-86.14,0.1,55.49,2.73,-36, 8497
913
+ Iota Centauri,iotCen,ICRS,13,20,35.81737,-36,42,44.2447,-341.11,-86.14,0.1,55.49,2.73,-36, 8497
914
+ Alhakim,iotCen,ICRS,13,20,35.81737,-36,42,44.2447,-341.11,-86.14,0.1,55.49,2.73,-36, 8497
915
+ #0# kapCen, Ke Kwan
916
+ kapCen,kapCen,ICRS,14,59,09.68494,-42,06,15.1069,-17.62,-22.51,8,8.51,3.13,-41, 9342
917
+ Kappa Centauri,kapCen,ICRS,14,59,09.68494,-42,06,15.1069,-17.62,-22.51,8,8.51,3.13,-41, 9342
918
+ Ke Kwan,kapCen,ICRS,14,59,09.68494,-42,06,15.1069,-17.62,-22.51,8,8.51,3.13,-41, 9342
919
+ #0# lamCen, Mati
920
+ lamCen,lamCen,ICRS,11,35,46.88530,-63,01,11.4313,-33.41,-7.08,-1.1,7.77,3.14,-62, 2127
921
+ Lambda Centauri,lamCen,ICRS,11,35,46.88530,-63,01,11.4313,-33.41,-7.08,-1.1,7.77,3.14,-62, 2127
922
+ Mati,lamCen,ICRS,11,35,46.88530,-63,01,11.4313,-33.41,-7.08,-1.1,7.77,3.14,-62, 2127
923
+ #0# mu.Cen,
924
+ mu.Cen,mu.Cen,ICRS,13,49,36.98863,-42,28,25.4296,-24.25,-18.64,9.2,6.45,3.43,-41, 8172
925
+ Mu Centauri,mu.Cen,ICRS,13,49,36.98863,-42,28,25.4296,-24.25,-18.64,9.2,6.45,3.43,-41, 8172
926
+ #0# nu.Cen, Kabkent Secunda
927
+ nu.Cen,nu.Cen,ICRS,13,49,30.27644,-41,41,15.7521,-26.77,-20.18,9,7.47,3.386,0, 0
928
+ Nu Centauri,nu.Cen,ICRS,13,49,30.27644,-41,41,15.7521,-26.77,-20.18,9,7.47,3.386,0, 0
929
+ Kabkent Secunda,nu.Cen,ICRS,13,49,30.27644,-41,41,15.7521,-26.77,-20.18,9,7.47,3.386,0, 0
930
+ #0# ksi02Cen,
931
+ ksi02Cen,ksi02Cen,ICRS,13,06,54.63940,-49,54,22.4823,-26.15,-12.03,14.3,6.98,4.27,-49, 7644
932
+ Xi Centauri 02,ksi02Cen,ICRS,13,06,54.63940,-49,54,22.4823,-26.15,-12.03,14.3,6.98,4.27,-49, 7644
933
+ #0# pi.Cen,
934
+ pi.Cen,pi.Cen,ICRS,11,21,00.40615,-54,29,27.6654,-35.85,-1.72,9.4,9.12,3.9,-53, 4498
935
+ Pi Centauri,pi.Cen,ICRS,11,21,00.40615,-54,29,27.6654,-35.85,-1.72,9.4,9.12,3.9,-53, 4498
936
+ #0# sigCen,
937
+ sigCen,sigCen,ICRS,12,28,02.38208,-50,13,50.2872,-32.36,-12.51,8,7.92,3.91,-49, 7115
938
+ Sigma Centauri,sigCen,ICRS,12,28,02.38208,-50,13,50.2872,-32.36,-12.51,8,7.92,3.91,-49, 7115
939
+ #0# phiCen, Kabkent Tertia
940
+ phiCen,phiCen,ICRS,13,58,16.26680,-42,06,02.7143,-22.77,-20.13,5.3,6.21,3.802,0, 0
941
+ Phi Centauri,phiCen,ICRS,13,58,16.26680,-42,06,02.7143,-22.77,-20.13,5.3,6.21,3.802,0, 0
942
+ Kabkent Tertia,phiCen,ICRS,13,58,16.26680,-42,06,02.7143,-22.77,-20.13,5.3,6.21,3.802,0, 0
943
+ #0# psiCen,
944
+ psiCen,psiCen,ICRS,14,20,33.43229,-37,53,07.0551,-63.69,-10.65,1.8,12.6,4.034,-37, 9336
945
+ Psi Centauri,psiCen,ICRS,14,20,33.43229,-37,53,07.0551,-63.69,-10.65,1.8,12.6,4.034,-37, 9336
946
+ #0# dCen,
947
+ dCen,dCen,ICRS,13,31,02.65660,-39,24,26.2990,-15.67,-10.49,-2.4,3.6,3.88,0,0
948
+ dCen,dCen,ICRS,13,31,02.65660,-39,24,26.2990,-15.67,-10.49,-2.4,3.6,3.88,0,0
949
+ #0# rhoCen,
950
+ rhoCen,rhoCen,ICRS,12,11,39.11770,-52,22,06.4432,-34.92,-16.81,15,8.61,3.96,0,0
951
+ Rho Centauri,rhoCen,ICRS,12,11,39.11770,-52,22,06.4432,-34.92,-16.81,15,8.61,3.96,0,0
952
+ # Shapley Supercluster, using ACO 3558 cluster of galaxies
953
+ # http://simbad.u-strasbg.fr/simbad/sim-id?Ident=A3558
954
+ # Cepheus
955
+ #0# alfCep, Alderamin
956
+ alfCep,alfCep,ICRS,21,18,34.77233,+62,35,08.0681,150.55,49.09,-15.8,66.5,2.46, 61, 2111
957
+ Alpha Cephei,alfCep,ICRS,21,18,34.77233,+62,35,08.0681,150.55,49.09,-15.8,66.5,2.46, 61, 2111
958
+ Alderamin,alfCep,ICRS,21,18,34.77233,+62,35,08.0681,150.55,49.09,-15.8,66.5,2.46, 61, 2111
959
+ #0# betCep, Alfirk
960
+ betCep,betCep,ICRS,21,28,39.59685,+70,33,38.5747,12.54,8.39,-8.2,4.76,3.23, 69, 1173
961
+ Beta Cephei,betCep,ICRS,21,28,39.59685,+70,33,38.5747,12.54,8.39,-8.2,4.76,3.23, 69, 1173
962
+ Alfirk,betCep,ICRS,21,28,39.59685,+70,33,38.5747,12.54,8.39,-8.2,4.76,3.23, 69, 1173
963
+ #0# gamCep, Errai
964
+ gamCep,gamCep,ICRS,23,39,20.85153,+77,37,56.1876,-47.96,126.59,-42.82,70.91,3.22, 76, 928
965
+ Gamma Cephei,gamCep,ICRS,23,39,20.85153,+77,37,56.1876,-47.96,126.59,-42.82,70.91,3.22, 76, 928
966
+ Errai,gamCep,ICRS,23,39,20.85153,+77,37,56.1876,-47.96,126.59,-42.82,70.91,3.22, 76, 928
967
+ #0# delCep, Alredif
968
+ delCep,delCep,ICRS,22,29,10.26502,+58,24,54.7139,15.35,3.52,-24,3.77,3.75, 57, 2548
969
+ Delta Cephei,delCep,ICRS,22,29,10.26502,+58,24,54.7139,15.35,3.52,-24,3.77,3.75, 57, 2548
970
+ Alredif,delCep,ICRS,22,29,10.26502,+58,24,54.7139,15.35,3.52,-24,3.77,3.75, 57, 2548
971
+ #0# epsCep, Phicareus
972
+ epsCep,epsCep,ICRS,22,15,02.19530,+57,02,36.8771,481.53,46.04,-4.7,38.17,4.19, 0, 0
973
+ Epsilon Cephei,epsCep,ICRS,22,15,02.19530,+57,02,36.8771,481.53,46.04,-4.7,38.17,4.19, 0, 0
974
+ Phicareus,epsCep,ICRS,22,15,02.19530,+57,02,36.8771,481.53,46.04,-4.7,38.17,4.19, 0, 0
975
+ #0# zetCep, Kurhah
976
+ zetCep,zetCep,ICRS,22,10,51.27691,+58,12,04.5456,13.52,5.24,-17.83,3.9,3.35, 57, 2475
977
+ Zeta Cephei,zetCep,ICRS,22,10,51.27691,+58,12,04.5456,13.52,5.24,-17.83,3.9,3.35, 57, 2475
978
+ Kurhah,zetCep,ICRS,22,10,51.27691,+58,12,04.5456,13.52,5.24,-17.83,3.9,3.35, 57, 2475
979
+ #0# etaCep, Alagemin
980
+ etaCep,etaCep,ICRS,20,45,17.37555,+61,50,19.6167,86.5,818.02,-87.45,70.1,3.41, 61, 2050
981
+ Eta Cephei,etaCep,ICRS,20,45,17.37555,+61,50,19.6167,86.5,818.02,-87.45,70.1,3.41, 61, 2050
982
+ Alagemin,etaCep,ICRS,20,45,17.37555,+61,50,19.6167,86.5,818.02,-87.45,70.1,3.41, 61, 2050
983
+ #0# tetCep, Alkidr
984
+ tetCep,tetCep,ICRS,20,29,34.88506,+62,59,38.7835,45.07,-12.59,-6.8,23.9,4.22, 62, 1821
985
+ Theta Cephei,tetCep,ICRS,20,29,34.88506,+62,59,38.7835,45.07,-12.59,-6.8,23.9,4.22, 62, 1821
986
+ Alkidr,tetCep,ICRS,20,29,34.88506,+62,59,38.7835,45.07,-12.59,-6.8,23.9,4.22, 62, 1821
987
+ #0# iotCep, Alvahet
988
+ iotCep,iotCep,ICRS,22,49,40.81694,+66,12,01.4636,-65.89,-125.17,-12.59,28.29,3.54,65,1814
989
+ Iota Cephei,iotCep,ICRS,22,49,40.81694,+66,12,01.4636,-65.89,-125.17,-12.59,28.29,3.54,65,1814
990
+ Alvahet,iotCep,ICRS,22,49,40.81694,+66,12,01.4636,-65.89,-125.17,-12.59,28.29,3.54,65,1814
991
+ #0# kapCep,
992
+ kapCep,kapCep,ICRS,20,08,53.34826,+77,42,41.1151,11.57,24.34,-22.8,10.36,4.4, 77, 764
993
+ Kappa Cephei,kapCep,ICRS,20,08,53.34826,+77,42,41.1151,11.57,24.34,-22.8,10.36,4.4, 77, 764
994
+ #0# mu.Cep, The Garnet Star
995
+ mu.Cep,mu.Cep,ICRS,21,43,30.46106,+58,46,48.1602,5.36,-3.51,23,0.55,4.08, 58, 2316
996
+ Mu Cephei,mu.Cep,ICRS,21,43,30.46106,+58,46,48.1602,5.36,-3.51,23,0.55,4.08, 58, 2316
997
+ The Garnet Star,mu.Cep,ICRS,21,43,30.46106,+58,46,48.1602,5.36,-3.51,23,0.55,4.08, 58, 2316
998
+ #0# nu.Cep,
999
+ nu.Cep,nu.Cep,ICRS,21,45,26.9250,+61,07,14.901,-3.578,-2.006,-25.9,0.48,4.29, 60, 2288
1000
+ Nu Cephei,nu.Cep,ICRS,21,45,26.9250,+61,07,14.901,-3.578,-2.006,-25.9,0.48,4.29, 60, 2288
1001
+ #0# ksiCep, Alkurhah
1002
+ ksiCep,ksiCep,ICRS,22,03,47.45499,+64,37,40.7128,215.46,91.06,-10.74,33.79,6.5, 63, 1802
1003
+ Xi Cephei,ksiCep,ICRS,22,03,47.45499,+64,37,40.7128,215.46,91.06,-10.74,33.79,6.5, 63, 1802
1004
+ Alkurhah,ksiCep,ICRS,22,03,47.45499,+64,37,40.7128,215.46,91.06,-10.74,33.79,6.5, 63, 1802
1005
+ #0# rhoCep, Al Kalb al Rai
1006
+ rhoCep,rhoCep,ICRS,22,29,52.9784,+78,49,27.432,3.417,-20.868,2.8,13.31,5.46, 78, 801
1007
+ Rho Cephei,rhoCep,ICRS,22,29,52.9784,+78,49,27.432,3.417,-20.868,2.8,13.31,5.46, 78, 801
1008
+ Al Kalb al Rai,rhoCep,ICRS,22,29,52.9784,+78,49,27.432,3.417,-20.868,2.8,13.31,5.46, 78, 801
1009
+ # Cetus
1010
+ #0# alfCet, Menkar
1011
+ alfCet,alfCet,ICRS,03,02,16.77307,+04,05,23.0596,-10.41,-76.85,-26.08,13.09,2.53, 03, 419
1012
+ Alpha Ceti,alfCet,ICRS,03,02,16.77307,+04,05,23.0596,-10.41,-76.85,-26.08,13.09,2.53, 03, 419
1013
+ Menkar,alfCet,ICRS,03,02,16.77307,+04,05,23.0596,-10.41,-76.85,-26.08,13.09,2.53, 03, 419
1014
+ #0# betCet, Difda
1015
+ betCet,betCet,ICRS,00,43,35.37090,-17,59,11.7827,232.55,31.99,13.32,33.86,2.01,-18, 115
1016
+ Beta Ceti,betCet,ICRS,00,43,35.37090,-17,59,11.7827,232.55,31.99,13.32,33.86,2.01,-18, 115
1017
+ Difda,betCet,ICRS,00,43,35.37090,-17,59,11.7827,232.55,31.99,13.32,33.86,2.01,-18, 115
1018
+ #0# gamCet, Kaffaljidhma
1019
+ gamCet,gamCet,ICRS,02,43,18.03910,+03,14,08.9390,-146.1,-146.12,-4.9,40.97,3.47, 02, 422
1020
+ Gamma Ceti,gamCet,ICRS,02,43,18.03910,+03,14,08.9390,-146.1,-146.12,-4.9,40.97,3.47, 02, 422
1021
+ Kaffaljidhma,gamCet,ICRS,02,43,18.03910,+03,14,08.9390,-146.1,-146.12,-4.9,40.97,3.47, 02, 422
1022
+ #0# delCet, Phycochroma
1023
+ delCet,delCet,ICRS,02,39,28.95579,+00,19,42.6345,12.85,-2.94,13,5.02,4.07,-00, 406
1024
+ Delta Ceti,delCet,ICRS,02,39,28.95579,+00,19,42.6345,12.85,-2.94,13,5.02,4.07,-00, 406
1025
+ Phycochroma,delCet,ICRS,02,39,28.95579,+00,19,42.6345,12.85,-2.94,13,5.02,4.07,-00, 406
1026
+ #0# zetCet, Baten Kaitos
1027
+ zetCet,zetCet,ICRS,01,51,27.63482,-10,20,06.1289,40.8,-37.25,7.8,13.88,3.72,-11, 359
1028
+ Zeta Ceti,zetCet,ICRS,01,51,27.63482,-10,20,06.1289,40.8,-37.25,7.8,13.88,3.72,-11, 359
1029
+ Baten Kaitos,zetCet,ICRS,01,51,27.63482,-10,20,06.1289,40.8,-37.25,7.8,13.88,3.72,-11, 359
1030
+ #0# etaCet, Deneb Algenubi
1031
+ etaCet,etaCet,ICRS,01,08,35.39148,-10,10,56.1570,215.61,-139.02,11.74,26.32,3.45,-10, 240
1032
+ Eta Ceti,etaCet,ICRS,01,08,35.39148,-10,10,56.1570,215.61,-139.02,11.74,26.32,3.45,-10, 240
1033
+ Deneb Algenubi,etaCet,ICRS,01,08,35.39148,-10,10,56.1570,215.61,-139.02,11.74,26.32,3.45,-10, 240
1034
+ #0# tetCet, Altawk
1035
+ tetCet,tetCet,ICRS,01,24,01.40528,-08,10,59.7212,-77.94,-206.53,17.2,28.66,3.59,-08, 244
1036
+ Theta Ceti,tetCet,ICRS,01,24,01.40528,-08,10,59.7212,-77.94,-206.53,17.2,28.66,3.59,-08, 244
1037
+ Altawk,tetCet,ICRS,01,24,01.40528,-08,10,59.7212,-77.94,-206.53,17.2,28.66,3.59,-08, 244
1038
+ #0# iotCet, Shemali
1039
+ iotCet,iotCet,ICRS,00,19,25.67416,-08,49,26.1111,-15.15,-37.11,19.35,11.88,3.55,-09, 48
1040
+ Iota Ceti,iotCet,ICRS,00,19,25.67416,-08,49,26.1111,-15.15,-37.11,19.35,11.88,3.55,-09, 48
1041
+ Shemali,iotCet,ICRS,00,19,25.67416,-08,49,26.1111,-15.15,-37.11,19.35,11.88,3.55,-09, 48
1042
+ # cannot match this star with Simbad. Why?
1043
+ # ,kap-1Cet,ICRS,03,19,21.6960,03,22,12.712,1.79246666666667,9.353,19.9,0.10918, 4.83, 02, 518
1044
+ #0# lamCet, Menkar
1045
+ lamCet,lamCet,ICRS,02,59,42.89987,+08,54,26.4899,6.01,-17.7,10.2,5.66,4.7, 08, 455
1046
+ Lambda Ceti,lamCet,ICRS,02,59,42.89987,+08,54,26.4899,6.01,-17.7,10.2,5.66,4.7, 08, 455
1047
+ Menkar,lamCet,ICRS,02,59,42.89987,+08,54,26.4899,6.01,-17.7,10.2,5.66,4.7, 08, 455
1048
+ #0# mu.Cet,
1049
+ mu.Cet,mu.Cet,ICRS,02,44,56.54098,+10,06,50.9089,282.7,-32.53,30.4,38.8,4.2, 09, 359
1050
+ Mu Ceti,mu.Cet,ICRS,02,44,56.54098,+10,06,50.9089,282.7,-32.53,30.4,38.8,4.2, 09, 359
1051
+ #0# nu.Cet,
1052
+ nu.Cet,nu.Cet,ICRS,02,35,52.47339,+05,35,35.6898,-26.51,-22.32,6.9,9.59,4.871, 04, 418
1053
+ Nu Ceti,nu.Cet,ICRS,02,35,52.47339,+05,35,35.6898,-26.51,-22.32,6.9,9.59,4.871, 04, 418
1054
+ #0# ksi01Cet,
1055
+ ksi01Cet,ksi01Cet,ICRS,02,12,59.99513,+08,50,48.1584,-26.87,-17.23,-3.93,8.51,4.35, 08, 345
1056
+ Xi Ceti 01,ksi01Cet,ICRS,02,12,59.99513,+08,50,48.1584,-26.87,-17.23,-3.93,8.51,4.35, 08, 345
1057
+ #0# ksi02Cet,
1058
+ ksi02Cet,ksi02Cet,ICRS,02,28,09.54266,+08,27,36.2007,41.8,-13.55,11.9,16.89,4.3, 07, 388
1059
+ Xi Ceti 02,ksi02Cet,ICRS,02,28,09.54266,+08,27,36.2007,41.8,-13.55,11.9,16.89,4.3, 07, 388
1060
+ #0# pi.Cet, Al Sadr al Ketus
1061
+ pi.Cet,pi.Cet,ICRS,02,44,07.34928,-13,51,31.3130,-8.62,-9.07,14.98,8.3,4.236,-14, 519
1062
+ Pi Ceti,pi.Cet,ICRS,02,44,07.34928,-13,51,31.3130,-8.62,-9.07,14.98,8.3,4.236,-14, 519
1063
+ Al Sadr al Ketus,pi.Cet,ICRS,02,44,07.34928,-13,51,31.3130,-8.62,-9.07,14.98,8.3,4.236,-14, 519
1064
+ #0# rhoCet,
1065
+ rhoCet,rhoCet,ICRS,02,25,57.00560,-12,17,25.7104,-11.28,-9.48,18.9,7.15,4.866,-12, 451
1066
+ Rho Ceti,rhoCet,ICRS,02,25,57.00560,-12,17,25.7104,-11.28,-9.48,18.9,7.15,4.866,-12, 451
1067
+ #0# sigCet,
1068
+ sigCet,sigCet,ICRS,02,32,05.22884,-15,14,40.8278,-80.21,-146.29,-29.4,37.46,4.75,-15, 449
1069
+ Sigma Ceti,sigCet,ICRS,02,32,05.22884,-15,14,40.8278,-80.21,-146.29,-29.4,37.46,4.75,-15, 449
1070
+ #0# tauCet,
1071
+ tauCet,tauCet,ICRS,01,44,04.08338,-15,56,14.9262,-1721.05,854.16,-16.68,273.96,3.5,-16, 295
1072
+ Tau Ceti,tauCet,ICRS,01,44,04.08338,-15,56,14.9262,-1721.05,854.16,-16.68,273.96,3.5,-16, 295
1073
+ #0# upsCet, Abyssus Aqueus
1074
+ upsCet,upsCet,ICRS,02,00,00.30916,-21,04,40.1946,134.92,-24.59,18,11.14,4.02,-21, 358
1075
+ Upsilon Ceti,upsCet,ICRS,02,00,00.30916,-21,04,40.1946,134.92,-24.59,18,11.14,4.02,-21, 358
1076
+ Abyssus Aqueus,upsCet,ICRS,02,00,00.30916,-21,04,40.1946,134.92,-24.59,18,11.14,4.02,-21, 358
1077
+ #0# phi01Cet, Al Nitham
1078
+ phi01Cet,phi01Cet,ICRS,00,44,11.40013,-10,36,34.3816,-8.96,-113.82,-0.3,13.96,4.767,-11, 153
1079
+ Phi Ceti 01,phi01Cet,ICRS,00,44,11.40013,-10,36,34.3816,-8.96,-113.82,-0.3,13.96,4.767,-11, 153
1080
+ Al Nitham,phi01Cet,ICRS,00,44,11.40013,-10,36,34.3816,-8.96,-113.82,-0.3,13.96,4.767,-11, 153
1081
+ #0# phi02Cet,
1082
+ phi02Cet,phi02Cet,ICRS,00,50,07.58963,-10,38,39.5835,-226.91,-229.75,8.22,63.48,5.19,-11, 153
1083
+ Phi Ceti 02,phi02Cet,ICRS,00,50,07.58963,-10,38,39.5835,-226.91,-229.75,8.22,63.48,5.19,-11, 153
1084
+ #0# chiCet,
1085
+ chiCet,chiCet,ICRS,01,49,35.10316,-10,41,11.0674,-148.11,-93.43,-1.8,43.13,4.68,-11, 352
1086
+ Chi Ceti,chiCet,ICRS,01,49,35.10316,-10,41,11.0674,-148.11,-93.43,-1.8,43.13,4.68,-11, 352
1087
+ # Chameleon
1088
+ #0# alfCha,
1089
+ alfCha,alfCha,ICRS,08,18,31.55319,-76,55,10.9964,111.12,107.49,-13.4,51.12,4.047,0,0
1090
+ Alpha Chamaeleontis,alfCha,ICRS,08,18,31.55319,-76,55,10.9964,111.12,107.49,-13.4,51.12,4.047,0,0
1091
+ #0# betCha,
1092
+ betCha,betCha,ICRS,12,18,20.82459,-79,18,44.0710,-37.97,11.15,23,10.93,4.229,-78, 741
1093
+ Beta Chamaeleontis,betCha,ICRS,12,18,20.82459,-79,18,44.0710,-37.97,11.15,23,10.93,4.229,-78, 741
1094
+ #0# gamCha,
1095
+ gamCha,gamCha,ICRS,10,35,28.10720,-78,36,28.0321,-37.61,11.08,-22.4,7.81,4.12,-77, 622
1096
+ Gamma Chamaeleontis,gamCha,ICRS,10,35,28.10720,-78,36,28.0321,-37.61,11.08,-22.4,7.81,4.12,-77, 622
1097
+ #0# del02Cha,
1098
+ del02Cha,del02Cha,ICRS,10,45,47.00487,-80,32,24.6785,-36.86,5.9,22.6,9.3,4.433,-79, 556
1099
+ Delta Chamaeleontis 02,del02Cha,ICRS,10,45,47.00487,-80,32,24.6785,-36.86,5.9,22.6,9.3,4.433,-79, 556
1100
+ #0# etaCha,
1101
+ etaCha,etaCha,ICRS,08,41,19.51346,-78,57,48.0967,-28.89,27.21,14,10.53,5.453,-78, 372
1102
+ Eta Chamaeleontis,etaCha,ICRS,08,41,19.51346,-78,57,48.0967,-28.89,27.21,14,10.53,5.453,-78, 372
1103
+ #0# tetCha,
1104
+ tetCha,tetCha,ICRS,08,20,38.54055,-77,29,04.1173,-129.05,40.89,21.7,21,4.337,-77, 383
1105
+ Theta Chamaeleontis,tetCha,ICRS,08,20,38.54055,-77,29,04.1173,-129.05,40.89,21.7,21,4.337,-77, 383
1106
+ #0# pi.Cha,
1107
+ pi.Cha,pi.Cha,ICRS,11,37,15.63631,-75,53,47.5626,-127.94,-1.82,-9.8,24.09,5.637,-75, 744
1108
+ Pi Chamaeleontis,pi.Cha,ICRS,11,37,15.63631,-75,53,47.5626,-127.94,-1.82,-9.8,24.09,5.637,-75, 744
1109
+ # Circinus
1110
+ #0# alfCir,
1111
+ alfCir,alfCir,ICRS,14,42,30.41958,-64,58,30.4934,-192.53,-233.51,6.2,60.35,3.19,-64, 2977
1112
+ Alpha Circini,alfCir,ICRS,14,42,30.41958,-64,58,30.4934,-192.53,-233.51,6.2,60.35,3.19,-64, 2977
1113
+ #0# betCir,
1114
+ betCir,betCir,ICRS,15,17,30.85016,-58,48,04.3373,-97.74,-134.15,9.6,32.73,4.057,-58, 5875
1115
+ Beta Circini,betCir,ICRS,15,17,30.85016,-58,48,04.3373,-97.74,-134.15,9.6,32.73,4.057,-58, 5875
1116
+ # Canis Major
1117
+ #0# betCMa, Beta Canis Major, Mirzam, HIP 30324
1118
+ betCMa,betCMa,ICRS,06,22,41.9853527,-17,57,21.307352,-3.23,-0.78,33.70,6.62,1.97
1119
+ Beta Canis Majoris,betCMa,ICRS,06,22,41.9853527,-17,57,21.307352,-3.23,-0.78,33.70,6.62,1.97
1120
+ Beta Canis Major,betCMa,ICRS,06,22,41.9853527,-17,57,21.307352,-3.23,-0.78,33.70,6.62,1.97
1121
+ Mirzam,betCMa,ICRS,06,22,41.9853527,-17,57,21.307352,-3.23,-0.78,33.70,6.62,1.97
1122
+ HIP 30324,betCMa,ICRS,06,22,41.9853527,-17,57,21.307352,-3.23,-0.78,33.70,6.62,1.97
1123
+ #0# gamCMa, Isis
1124
+ gamCMa,gamCMa,ICRS,07,03,45.49305,-15,37,59.8300,-0.14,-11.36,32,7.38,4.12,-15, 1625
1125
+ Gamma Canis Majoris,gamCMa,ICRS,07,03,45.49305,-15,37,59.8300,-0.14,-11.36,32,7.38,4.12,-15, 1625
1126
+ Isis,gamCMa,ICRS,07,03,45.49305,-15,37,59.8300,-0.14,-11.36,32,7.38,4.12,-15, 1625
1127
+ #0# delCMa, Wezen, HIP 34444
1128
+ delCMa,delCMa,ICRS,07,08,23.4840514,-26,23,35.518484,-3.12,3.31,33.67,2.03,1.84
1129
+ Delta Canis Majoris,delCMa,ICRS,07,08,23.4840514,-26,23,35.518484,-3.12,3.31,33.67,2.03,1.84
1130
+ Wezen,delCMa,ICRS,07,08,23.4840514,-26,23,35.518484,-3.12,3.31,33.67,2.03,1.84
1131
+ HIP 34444,delCMa,ICRS,07,08,23.4840514,-26,23,35.518484,-3.12,3.31,33.67,2.03,1.84
1132
+ #0# epsCMa, Adhara, HIP 33579
1133
+ epsCMa,epsCMa,ICRS,06,58,37.54876,-28,58,19.5102,3.24,1.33,27.30,8.05,1.50
1134
+ Epsilon Canis Majoris,epsCMa,ICRS,06,58,37.54876,-28,58,19.5102,3.24,1.33,27.30,8.05,1.50
1135
+ Adhara,epsCMa,ICRS,06,58,37.54876,-28,58,19.5102,3.24,1.33,27.30,8.05,1.50
1136
+ HIP 33579,epsCMa,ICRS,06,58,37.54876,-28,58,19.5102,3.24,1.33,27.30,8.05,1.50
1137
+ #0# zetCMa, Furud
1138
+ zetCMa,zetCMa,ICRS,06,20,18.79204,-30,03,48.1202,7.32,4.03,32.2,9,3,-30, 3038
1139
+ Zeta Canis Majoris,zetCMa,ICRS,06,20,18.79204,-30,03,48.1202,7.32,4.03,32.2,9,3,-30, 3038
1140
+ Furud,zetCMa,ICRS,06,20,18.79204,-30,03,48.1202,7.32,4.03,32.2,9,3,-30, 3038
1141
+ #0# etaCMa, Aludra, HIP 35904
1142
+ etaCMa,etaCMa,ICRS,07,24,05.70228,-29,18,11.1798,-4.14,5.81,41.1,1.64,2.45
1143
+ Eta Canis Majoris,etaCMa,ICRS,07,24,05.70228,-29,18,11.1798,-4.14,5.81,41.1,1.64,2.45
1144
+ Aludra,etaCMa,ICRS,07,24,05.70228,-29,18,11.1798,-4.14,5.81,41.1,1.64,2.45
1145
+ HIP 35904,etaCMa,ICRS,07,24,05.70228,-29,18,11.1798,-4.14,5.81,41.1,1.64,2.45
1146
+ #0# kapCMa,
1147
+ kapCMa,kapCMa,ICRS,06,49,50.45933,-32,30,30.5225,-8.84,3.73,14,4.95,3.89,-32, 3404
1148
+ Kappa Canis Majoris,kapCMa,ICRS,06,49,50.45933,-32,30,30.5225,-8.84,3.73,14,4.95,3.89,-32, 3404
1149
+ #0# ksi02CMa,
1150
+ ksi02CMa,ksi02CMa,ICRS,06,35,03.38869,-22,57,53.2375,13.95,18.56,26,7.39,4.5,-22, 1458
1151
+ Xi Canis Majoris 02,ksi02CMa,ICRS,06,35,03.38869,-22,57,53.2375,13.95,18.56,26,7.39,4.5,-22, 1458
1152
+ #0# omi02CMa,
1153
+ omi02CMa,omi02CMa,ICRS,07,03,01.47211,-23,49,59.8523,-2.21,3.61,48.4,1.18,3.02,-23, 4797
1154
+ Omicron Canis Majoris 02,omi02CMa,ICRS,07,03,01.47211,-23,49,59.8523,-2.21,3.61,48.4,1.18,3.02,-23, 4797
1155
+ #0# sigCMa, Unurgunite
1156
+ sigCMa,sigCMa,ICRS,07,01,43.14779,-27,56,05.3898,-5.98,4.59,22.11,2.91,3.47,-27, 3544
1157
+ Sigma Canis Majoris,sigCMa,ICRS,07,01,43.14779,-27,56,05.3898,-5.98,4.59,22.11,2.91,3.47,-27, 3544
1158
+ Unurgunite,sigCMa,ICRS,07,01,43.14779,-27,56,05.3898,-5.98,4.59,22.11,2.91,3.47,-27, 3544
1159
+ #0# tetCMa,
1160
+ tetCMa,tetCMa,ICRS,06,54,11.39877,-12,02,19.0674,-137.26,-15.37,96.2,12.51,4.08,-11, 1681
1161
+ Theta Canis Majoris,tetCMa,ICRS,06,54,11.39877,-12,02,19.0674,-137.26,-15.37,96.2,12.51,4.08,-11, 1681
1162
+ # Canis Minor
1163
+ #0# alfCMi, Procyon, HIP 37279
1164
+ alfCMi,alfCMi,ICRS,07,39,18.11950,+05,13,29.9552,-714.59,-1036.80,-4.505280,284.56,0.37
1165
+ Alpha Canis Minors,alfCMi,ICRS,07,39,18.11950,+05,13,29.9552,-714.59,-1036.80,-4.505280,284.56,0.37
1166
+ Procyon,alfCMi,ICRS,07,39,18.11950,+05,13,29.9552,-714.59,-1036.80,-4.505280,284.56,0.37
1167
+ HIP 37279,alfCMi,ICRS,07,39,18.11950,+05,13,29.9552,-714.59,-1036.80,-4.505280,284.56,0.37
1168
+ #0# betCMi, Gomeisa
1169
+ betCMi,betCMi,ICRS,07,27,09.04174,+08,17,21.5368,-51.76,-38.29,22,20.17,2.89, 08, 1774
1170
+ Beta Canis Minors,betCMi,ICRS,07,27,09.04174,+08,17,21.5368,-51.76,-38.29,22,20.17,2.89, 08, 1774
1171
+ Gomeisa,betCMi,ICRS,07,27,09.04174,+08,17,21.5368,-51.76,-38.29,22,20.17,2.89, 08, 1774
1172
+ #0# zetCMi,
1173
+ zetCMi,zetCMi,ICRS,07,51,41.98835,+01,46,00.7395,-14.43,-2.4,32.3,5.23,5.16, 02, 1808
1174
+ Zeta Canis Minors,zetCMi,ICRS,07,51,41.98835,+01,46,00.7395,-14.43,-2.4,32.3,5.23,5.16, 02, 1808
1175
+ # Cancer
1176
+ #0# alfCnc, Ashlesha (Colebrook)
1177
+ alfCnc,alfCnc,ICRS,08,58,29.22272,+11,51,27.7212,43.23,-29.63,-12.1,17.32,4.249, 12, 1948
1178
+ Alpha Cancri,alfCnc,ICRS,08,58,29.22272,+11,51,27.7212,43.23,-29.63,-12.1,17.32,4.249, 12, 1948
1179
+ Ashlesha (Colebrook),alfCnc,ICRS,08,58,29.22272,+11,51,27.7212,43.23,-29.63,-12.1,17.32,4.249, 12, 1948
1180
+ #0# betCnc, Al Tarf
1181
+ betCnc,betCnc,ICRS,08,16,30.92101,+09,11,07.9579,-46.82,-49.24,22.94,10.75,3.52, 09, 1917
1182
+ Beta Cancri,betCnc,ICRS,08,16,30.92101,+09,11,07.9579,-46.82,-49.24,22.94,10.75,3.52, 09, 1917
1183
+ Al Tarf,betCnc,ICRS,08,16,30.92101,+09,11,07.9579,-46.82,-49.24,22.94,10.75,3.52, 09, 1917
1184
+ #0# gamCnc, Asellus Borealis
1185
+ gamCnc,gamCnc,ICRS,08,43,17.14820,+21,28,06.6008,-103.51,-39.48,28.7,18,4.652, 21, 1895
1186
+ Gamma Cancri,gamCnc,ICRS,08,43,17.14820,+21,28,06.6008,-103.51,-39.48,28.7,18,4.652, 21, 1895
1187
+ Asellus Borealis,gamCnc,ICRS,08,43,17.14820,+21,28,06.6008,-103.51,-39.48,28.7,18,4.652, 21, 1895
1188
+ #0# delCnc, Pushya
1189
+ delCnc,delCnc,ICRS,08,44,41.09921,+18,09,15.5034,-17.67,-229.26,17.14,24.98,3.94, 18, 2027
1190
+ Delta Cancri,delCnc,ICRS,08,44,41.09921,+18,09,15.5034,-17.67,-229.26,17.14,24.98,3.94, 18, 2027
1191
+ Pushya,delCnc,ICRS,08,44,41.09921,+18,09,15.5034,-17.67,-229.26,17.14,24.98,3.94, 18, 2027
1192
+ #0# epsCnc, Meleph
1193
+ epsCnc,epsCnc,ICRS,08,40,27.0101,+19,32,41.322,-36.274,-11.979,29.9,5.56,6.29, 0,0
1194
+ Epsilon Cancri,epsCnc,ICRS,08,40,27.0101,+19,32,41.322,-36.274,-11.979,29.9,5.56,6.29, 0,0
1195
+ Meleph,epsCnc,ICRS,08,40,27.0101,+19,32,41.322,-36.274,-11.979,29.9,5.56,6.29, 0,0
1196
+ #0# zetCnc, Tegmine
1197
+ zetCnc,zetCnc,ICRS,08,12,12.71,+17,38,53.3,27.61,-151.73,-7.93,39.87,4.67, 18, 1867
1198
+ Zeta Cancri,zetCnc,ICRS,08,12,12.71,+17,38,53.3,27.61,-151.73,-7.93,39.87,4.67, 18, 1867
1199
+ Tegmine,zetCnc,ICRS,08,12,12.71,+17,38,53.3,27.61,-151.73,-7.93,39.87,4.67, 18, 1867
1200
+ #0# etaCnc,
1201
+ etaCnc,etaCnc,ICRS,08,32,42.49600,+20,26,28.1865,-46.33,-44.31,22.46,10.93,5.325, 20, 2109
1202
+ Eta Cancri,etaCnc,ICRS,08,32,42.49600,+20,26,28.1865,-46.33,-44.31,22.46,10.93,5.325, 20, 2109
1203
+ #0# iotCnc, Decapoda
1204
+ iotCnc,iotCnc,ICRS,08,46,41.81988,+28,45,35.6190,-21.58,-45.69,15.74,9.85,4.018, 29, 1824
1205
+ Iota Cancri,iotCnc,ICRS,08,46,41.81988,+28,45,35.6190,-21.58,-45.69,15.74,9.85,4.018, 29, 1824
1206
+ Decapoda,iotCnc,ICRS,08,46,41.81988,+28,45,35.6190,-21.58,-45.69,15.74,9.85,4.018, 29, 1824
1207
+ #0# kapCnc,
1208
+ kapCnc,kapCnc,ICRS,09,07,44.81176,+10,40,05.4933,-21.24,-9.28,24.5,6.14,5.24, 11, 1984
1209
+ Kappa Cancri,kapCnc,ICRS,09,07,44.81176,+10,40,05.4933,-21.24,-9.28,24.5,6.14,5.24, 11, 1984
1210
+ #0# ksiCnc,
1211
+ ksiCnc,ksiCnc,ICRS,09,09,21.53325,+22,02,43.6053,-1,-0.52,-7.7,8.74,5.149, 22, 2061
1212
+ Xi Cancri,ksiCnc,ICRS,09,09,21.53325,+22,02,43.6053,-1,-0.52,-7.7,8.74,5.149, 22, 2061
1213
+ #0# sig03Cnc,
1214
+ sig03Cnc,sig03Cnc,ICRS,08,59,32.65432,+32,25,06.8093,-43.78,-35.03,20.82,11.03,5.22, 32, 1821
1215
+ Sigma Cancri 03,sig03Cnc,ICRS,08,59,32.65432,+32,25,06.8093,-43.78,-35.03,20.82,11.03,5.22, 32, 1821
1216
+ #0# chiCnc, Chi Cancri
1217
+ chiCnc,chiCnc,ICRS,08,20,03.8607602556,+27,13,03.738171893,-17.475,-377.072,32.629,54.8749,0
1218
+ Chi Cancri,chiCnc,ICRS,08,20,03.8607602556,+27,13,03.738171893,-17.475,-377.072,32.629,54.8749,0
1219
+ Chi Cancri,chiCnc,ICRS,08,20,03.8607602556,+27,13,03.738171893,-17.475,-377.072,32.629,54.8749,0
1220
+ #0# ome01Cnc,
1221
+ ome01Cnc,ome01Cnc,ICRS,08,00,55.8730,+25,23,34.215,16.652,7.18,1.9,4.92,5.853, 25, 1812
1222
+ Omega Cancri 01,ome01Cnc,ICRS,08,00,55.8730,+25,23,34.215,16.652,7.18,1.9,4.92,5.853, 25, 1812
1223
+ #0# 55Cnc, Copernicus
1224
+ 55Cnc,55Cnc,ICRS,08,52,35.81093,+28,19,50.9511,-485.8,-234.05,27.58,81.03,5.95, 0,0
1225
+ Cancri55,55Cnc,ICRS,08,52,35.81093,+28,19,50.9511,-485.8,-234.05,27.58,81.03,5.95, 0,0
1226
+ Copernicus,55Cnc,ICRS,08,52,35.81093,+28,19,50.9511,-485.8,-234.05,27.58,81.03,5.95, 0,0
1227
+ # Columba
1228
+ #0# alfCol, Phact
1229
+ alfCol,alfCol,ICRS,05,39,38.94103,-34,04,26.7950,1.58,-24.82,35,12.48,2.65,-34, 2375
1230
+ Alpha Columbae,alfCol,ICRS,05,39,38.94103,-34,04,26.7950,1.58,-24.82,35,12.48,2.65,-34, 2375
1231
+ Phact,alfCol,ICRS,05,39,38.94103,-34,04,26.7950,1.58,-24.82,35,12.48,2.65,-34, 2375
1232
+ #0# betCol, Wazn
1233
+ betCol,betCol,ICRS,05,50,57.59220,-35,46,05.9152,54.77,404.2,89.4,37.41,3.12,-35, 2546
1234
+ Beta Columbae,betCol,ICRS,05,50,57.59220,-35,46,05.9152,54.77,404.2,89.4,37.41,3.12,-35, 2546
1235
+ Wazn,betCol,ICRS,05,50,57.59220,-35,46,05.9152,54.77,404.2,89.4,37.41,3.12,-35, 2546
1236
+ #0# delCol, Ghusn al Zaitun
1237
+ delCol,delCol,ICRS,06,22,06.82831,-33,26,11.0323,-24.23,-51.4,-2.6,13.94,3.85,0, 0
1238
+ Delta Columbae,delCol,ICRS,06,22,06.82831,-33,26,11.0323,-24.23,-51.4,-2.6,13.94,3.85,0, 0
1239
+ Ghusn al Zaitun,delCol,ICRS,06,22,06.82831,-33,26,11.0323,-24.23,-51.4,-2.6,13.94,3.85,0, 0
1240
+ #0# gamCol,
1241
+ gamCol,gamCol,ICRS,05,57,32.20958,-35,16,59.8153,-3.24,10.21,24.2,3.75,4.36,-35, 2612
1242
+ Gamma Columbae,gamCol,ICRS,05,57,32.20958,-35,16,59.8153,-3.24,10.21,24.2,3.75,4.36,-35, 2612
1243
+ #0# etaCol,
1244
+ etaCol,etaCol,ICRS,05,59,08.80519,-42,48,54.4822,18.39,-10.87,17,6.91,3.96,-42, 2266
1245
+ Eta Columbae,etaCol,ICRS,05,59,08.80519,-42,48,54.4822,18.39,-10.87,17,6.91,3.96,-42, 2266
1246
+ #0# kapCol, Al Kurud
1247
+ kapCol,kapCol,ICRS,06,16,33.13512,-35,08,25.8630,-0.28,87.94,24.2,17.87,4.37,-35, 2800
1248
+ Kappa Columbae,kapCol,ICRS,06,16,33.13512,-35,08,25.8630,-0.28,87.94,24.2,17.87,4.37,-35, 2800
1249
+ Al Kurud,kapCol,ICRS,06,16,33.13512,-35,08,25.8630,-0.28,87.94,24.2,17.87,4.37,-35, 2800
1250
+ #0# lamCol, Tsze
1251
+ lamCol,lamCol,ICRS,05,53,06.88101,-33,48,04.9079,-4.72,31.32,30,9.75,4.87,-33, 2599
1252
+ Lambda Columbae,lamCol,ICRS,05,53,06.88101,-33,48,04.9079,-4.72,31.32,30,9.75,4.87,-33, 2599
1253
+ Tsze,lamCol,ICRS,05,53,06.88101,-33,48,04.9079,-4.72,31.32,30,9.75,4.87,-33, 2599
1254
+ #0# omiCol,
1255
+ omiCol,omiCol,ICRS,05,17,29.08929,-34,53,42.7444,92.67,-336.23,21.1,30.82,4.83,-35, 2214
1256
+ Omicron Columbae,omiCol,ICRS,05,17,29.08929,-34,53,42.7444,92.67,-336.23,21.1,30.82,4.83,-35, 2214
1257
+ #0# epsCol,
1258
+ epsCol,epsCol,ICRS,05,31,12.75540,-35,28,13.8730,27.9,-34.72,-4.9,12.39,3.87,0,0
1259
+ Epsilon Columbae,epsCol,ICRS,05,31,12.75540,-35,28,13.8730,27.9,-34.72,-4.9,12.39,3.87,0,0
1260
+ # Coma Berenices
1261
+ #0# alfCom, Diadem
1262
+ alfCom,alfCom,ICRS,13,09,59.28520,+17,31,46.0389,-433.13,141.24,-16.05,56.1,4.32, 18, 2697
1263
+ Alpha Comae Berenices,alfCom,ICRS,13,09,59.28520,+17,31,46.0389,-433.13,141.24,-16.05,56.1,4.32, 18, 2697
1264
+ Diadem,alfCom,ICRS,13,09,59.28520,+17,31,46.0389,-433.13,141.24,-16.05,56.1,4.32, 18, 2697
1265
+ #0# betCom, Aldafirah
1266
+ betCom,betCom,ICRS,13,11,52.39379,+27,52,41.4535,-801.44,882.04,5.46,109.54,4.25, 28, 2193
1267
+ Beta Comae Berenices,betCom,ICRS,13,11,52.39379,+27,52,41.4535,-801.44,882.04,5.46,109.54,4.25, 28, 2193
1268
+ Aldafirah,betCom,ICRS,13,11,52.39379,+27,52,41.4535,-801.44,882.04,5.46,109.54,4.25, 28, 2193
1269
+ #0# gamCom, Kissin
1270
+ gamCom,gamCom,ICRS,12,26,56.27207,+28,16,06.3211,-83.95,-81.13,3.38,19.5,4.34, 29, 2288
1271
+ Gamma Comae Berenices,gamCom,ICRS,12,26,56.27207,+28,16,06.3211,-83.95,-81.13,3.38,19.5,4.34, 29, 2288
1272
+ Kissin,gamCom,ICRS,12,26,56.27207,+28,16,06.3211,-83.95,-81.13,3.38,19.5,4.34, 29, 2288
1273
+ # Corona Borealis
1274
+ #0# alfCrB, Gemma
1275
+ alfCrB,alfCrB,ICRS,15,34,41.26800,+26,42,52.8940,120.27,-89.58,1.7,43.46,2.24, 27, 2512
1276
+ Alpha Coronae Borealis,alfCrB,ICRS,15,34,41.26800,+26,42,52.8940,120.27,-89.58,1.7,43.46,2.24, 27, 2512
1277
+ Gemma,alfCrB,ICRS,15,34,41.26800,+26,42,52.8940,120.27,-89.58,1.7,43.46,2.24, 27, 2512
1278
+ #0# betCrB, Nusakan
1279
+ betCrB,betCrB,ICRS,15,27,49.73153,+29,06,20.5224,-180.17,85.92,-26.9,29.17,3.68, 29, 2670
1280
+ Beta Coronae Borealis,betCrB,ICRS,15,27,49.73153,+29,06,20.5224,-180.17,85.92,-26.9,29.17,3.68, 29, 2670
1281
+ Nusakan,betCrB,ICRS,15,27,49.73153,+29,06,20.5224,-180.17,85.92,-26.9,29.17,3.68, 29, 2670
1282
+ #0# epsCrB,
1283
+ epsCrB,epsCrB,ICRS,15,57,35.25147,+26,52,40.3635,-77.07,-60.61,-32.42,14.73,4.13, 27, 2558
1284
+ Epsilon Coronae Borealis,epsCrB,ICRS,15,57,35.25147,+26,52,40.3635,-77.07,-60.61,-32.42,14.73,4.13, 27, 2558
1285
+ #0# tetCrB,
1286
+ tetCrB,tetCrB,ICRS,15,32,55.78214,+31,21,32.8762,-20.15,-9.39,-25.7,8.69,4.13, 31, 2750
1287
+ Theta Coronae Borealis,tetCrB,ICRS,15,32,55.78214,+31,21,32.8762,-20.15,-9.39,-25.7,8.69,4.13, 31, 2750
1288
+ #0# kapCrB,
1289
+ kapCrB,kapCrB,ICRS,15,51,13.93127,+35,39,26.5671,-8.55,-348.44,-25.16,32.79,4.82, 36, 2652
1290
+ Kappa Coronae Borealis,kapCrB,ICRS,15,51,13.93127,+35,39,26.5671,-8.55,-348.44,-25.16,32.79,4.82, 36, 2652
1291
+ #0# tCrB, Blaze Star
1292
+ tCrB,tCrB,ICRS,15,59,30.16221,+25,55,12.6130,-4.46,12.016,-27.79,1.09,10.8,0,0
1293
+ tCrB,tCrB,ICRS,15,59,30.16221,+25,55,12.6130,-4.46,12.016,-27.79,1.09,10.8,0,0
1294
+ Blaze Star,tCrB,ICRS,15,59,30.16221,+25,55,12.6130,-4.46,12.016,-27.79,1.09,10.8,0,0
1295
+ #0# tauCrB,
1296
+ tauCrB,tauCrB,ICRS,16,08,58.30151,+36,29,27.3740,-37.02,340.44,-18.4,27.95,4.76, 36, 2699
1297
+ Tau Coronae Borealis,tauCrB,ICRS,16,08,58.30151,+36,29,27.3740,-37.02,340.44,-18.4,27.95,4.76, 36, 2699
1298
+ #0# gamCrB,
1299
+ gamCrB,gamCrB,ICRS,15,42,44.56551,+26,17,44.2847,-111.65,49.52,-12.1,22.33,3.84,0,0
1300
+ Gamma Coronae Borealis,gamCrB,ICRS,15,42,44.56551,+26,17,44.2847,-111.65,49.52,-12.1,22.33,3.84,0,0
1301
+ #0# delCrB,
1302
+ delCrB,delCrB,ICRS,15,49,35.64682,+26,04,06.2065,-78.83,-65.28,-20.36,19.18,4.63,0,0
1303
+ Delta Coronae Borealis,delCrB,ICRS,15,49,35.64682,+26,04,06.2065,-78.83,-65.28,-20.36,19.18,4.63,0,0
1304
+ #0# iotCrB,
1305
+ iotCrB,iotCrB,ICRS,16,01,26.56488,+29,51,03.8243,-38.31,-6.56,-20.8,10.46,4.971,0,0
1306
+ Iota Coronae Borealis,iotCrB,ICRS,16,01,26.56488,+29,51,03.8243,-38.31,-6.56,-20.8,10.46,4.971,0,0
1307
+ # Corona Australis
1308
+ #0# alfCrA, Meridiana
1309
+ alfCrA,alfCrA,ICRS,19,09,28.34097,-37,54,16.1022,84.87,-95.99,-18.4,26.02,4.087,-38,13350
1310
+ Alpha Coronae Australis,alfCrA,ICRS,19,09,28.34097,-37,54,16.1022,84.87,-95.99,-18.4,26.02,4.087,-38,13350
1311
+ Meridiana,alfCrA,ICRS,19,09,28.34097,-37,54,16.1022,84.87,-95.99,-18.4,26.02,4.087,-38,13350
1312
+ #0# eta01CrA,
1313
+ eta01CrA,eta01CrA,ICRS,18,48,50.48994,-43,40,48.1591,23.89,-19.32,-4,9.7,5.456,-43,12841
1314
+ Eta Coronae Australis 01,eta01CrA,ICRS,18,48,50.48994,-43,40,48.1591,23.89,-19.32,-4,9.7,5.456,-43,12841
1315
+ #0# tetCrA,
1316
+ tetCrA,tetCrA,ICRS,18,33,30.18626,-42,18,45.0335,33.27,-20.72,-2.1,5.85,4.614,-42,13378
1317
+ Theta Coronae Australis,tetCrA,ICRS,18,33,30.18626,-42,18,45.0335,33.27,-20.72,-2.1,5.85,4.614,-42,13378
1318
+ #0# epsCrA,
1319
+ epsCrA,epsCrA,ICRS,18,58,43.37714,-37,06,26.4865,-132.4,-110.62,57.9,33.13,4.83,0,0
1320
+ Epsilon Coronae Australis,epsCrA,ICRS,18,58,43.37714,-37,06,26.4865,-132.4,-110.62,57.9,33.13,4.83,0,0
1321
+ #0# gamCrA,
1322
+ gamCrA,gamCrA,ICRS,19,06,25.11014,-37,03,48.3901,96.74,-281.71,-51.6,57.79,4.2,0,0
1323
+ Gamma Coronae Australis,gamCrA,ICRS,19,06,25.11014,-37,03,48.3901,96.74,-281.71,-51.6,57.79,4.2,0,0
1324
+ #0# betCrA,
1325
+ betCrA,betCrA,ICRS,19,10,01.75580,-39,20,26.8644,4.37,-36.65,2.7,6.88,4.095,0,0
1326
+ Beta Coronae Australis,betCrA,ICRS,19,10,01.75580,-39,20,26.8644,4.37,-36.65,2.7,6.88,4.095,0,0
1327
+ #0# delCrA,
1328
+ delCrA,delCrA,ICRS,19,08,20.96867,-40,29,48.1248,46.49,-26.18,20.3,18.27,4.571,0,0
1329
+ Delta Coronae Australis,delCrA,ICRS,19,08,20.96867,-40,29,48.1248,46.49,-26.18,20.3,18.27,4.571,0,0
1330
+ #0# zetCrA,
1331
+ zetCrA,zetCrA,ICRS,19,03,06.87698,-42,05,42.3858,56.41,-46.43,-13,16.89,4.725,0,0
1332
+ Zeta Coronae Australis,zetCrA,ICRS,19,03,06.87698,-42,05,42.3858,56.41,-46.43,-13,16.89,4.725,0,0
1333
+ # Crater
1334
+ #0# alfCrt, Alkes
1335
+ alfCrt,alfCrt,ICRS,10,59,46.46486,-18,17,55.6172,-462.26,129.49,47.54,20.49,4.07,-17, 3273
1336
+ Alpha Craters,alfCrt,ICRS,10,59,46.46486,-18,17,55.6172,-462.26,129.49,47.54,20.49,4.07,-17, 3273
1337
+ Alkes,alfCrt,ICRS,10,59,46.46486,-18,17,55.6172,-462.26,129.49,47.54,20.49,4.07,-17, 3273
1338
+ #0# betCrt, Alsharasif
1339
+ betCrt,betCrt,ICRS,11,11,39.48783,-22,49,33.0593,2.52,-100.22,5.6,9.59,4.449,-22, 3095
1340
+ Beta Craters,betCrt,ICRS,11,11,39.48783,-22,49,33.0593,2.52,-100.22,5.6,9.59,4.449,-22, 3095
1341
+ Alsharasif,betCrt,ICRS,11,11,39.48783,-22,49,33.0593,2.52,-100.22,5.6,9.59,4.449,-22, 3095
1342
+ #0# gamCrt,
1343
+ gamCrt,gamCrt,ICRS,11,24,52.92362,-17,41,02.4300,-97.42,3.65,1,39.62,4.08,-16, 3244
1344
+ Gamma Craters,gamCrt,ICRS,11,24,52.92362,-17,41,02.4300,-97.42,3.65,1,39.62,4.08,-16, 3244
1345
+ #0# delCrt, Labrum
1346
+ delCrt,delCrt,ICRS,11,19,20.44756,-14,46,42.7413,-124.67,207.59,-4.94,17.56,3.56,-13, 3345
1347
+ Delta Craters,delCrt,ICRS,11,19,20.44756,-14,46,42.7413,-124.67,207.59,-4.94,17.56,3.56,-13, 3345
1348
+ Labrum,delCrt,ICRS,11,19,20.44756,-14,46,42.7413,-124.67,207.59,-4.94,17.56,3.56,-13, 3345
1349
+ #0# epsCrt,
1350
+ epsCrt,epsCrt,ICRS,11,24,36.59019,-10,51,33.5591,-25.65,24.96,2,8.67,4.802,0, 0
1351
+ Epsilon Craters,epsCrt,ICRS,11,24,36.59019,-10,51,33.5591,-25.65,24.96,2,8.67,4.802,0, 0
1352
+ #0# etaCrt,
1353
+ etaCrt,etaCrt,ICRS,11,56,00.95323,-17,09,02.9781,-49.74,-7.58,15,12.97,5.16,-16, 3358
1354
+ Eta Craters,etaCrt,ICRS,11,56,00.95323,-17,09,02.9781,-49.74,-7.58,15,12.97,5.16,-16, 3358
1355
+ #0# tetCrt,
1356
+ tetCrt,tetCrt,ICRS,11,36,40.91335,-09,48,08.0912,-59.38,2.55,1,11.63,4.673,-08, 3202
1357
+ Theta Craters,tetCrt,ICRS,11,36,40.91335,-09,48,08.0912,-59.38,2.55,1,11.63,4.673,-08, 3202
1358
+ #0# zetCrt,
1359
+ zetCrt,zetCrt,ICRS,11,44,45.77615,-18,21,02.4298,27.79,-24.86,-4.1,9.24,4.706,-17, 3460
1360
+ Zeta Craters,zetCrt,ICRS,11,44,45.77615,-18,21,02.4298,27.79,-24.86,-4.1,9.24,4.706,-17, 3460
1361
+ # Crux
1362
+ #Acrux ,alf-1Cru,ICRS,12,26,35.871,-63,05,56.58,-0.235333333333333,-1.2,-11.2,0, 1.4,-62, 2745 # one star of a binary system
1363
+ #0# alfCru, Acrux, no hip id
1364
+ alfCru,alfCru,ICRS,12,26,35.89522,-63,05,56.7343,-35.83,-14.86,11.90,10.13,0
1365
+ Alpha Crucis,alfCru,ICRS,12,26,35.89522,-63,05,56.7343,-35.83,-14.86,11.90,10.13,0
1366
+ Acrux,alfCru,ICRS,12,26,35.89522,-63,05,56.7343,-35.83,-14.86,11.90,10.13,0
1367
+ #0# betCru, Mimosa, HIP 62434
1368
+ betCru,betCru,ICRS,12,47,43.26877,-59,41,19.5792,-42.97,-16.18,10.30,11.71,1.25
1369
+ Beta Crucis,betCru,ICRS,12,47,43.26877,-59,41,19.5792,-42.97,-16.18,10.30,11.71,1.25
1370
+ Mimosa,betCru,ICRS,12,47,43.26877,-59,41,19.5792,-42.97,-16.18,10.30,11.71,1.25
1371
+ HIP 62434,betCru,ICRS,12,47,43.26877,-59,41,19.5792,-42.97,-16.18,10.30,11.71,1.25
1372
+ #0# gamCru, Gacrux, HIP 61084
1373
+ gamCru,gamCru,ICRS,12,31,09.95961,-57,06,47.5684,28.23,-265.08,21.00,36.83,1.64
1374
+ Gamma Crucis,gamCru,ICRS,12,31,09.95961,-57,06,47.5684,28.23,-265.08,21.00,36.83,1.64
1375
+ Gacrux,gamCru,ICRS,12,31,09.95961,-57,06,47.5684,28.23,-265.08,21.00,36.83,1.64
1376
+ HIP 61084,gamCru,ICRS,12,31,09.95961,-57,06,47.5684,28.23,-265.08,21.00,36.83,1.64
1377
+ #0# delCru, Decrux
1378
+ delCru,delCru,ICRS,12,15,08.71673,-58,44,56.1369,-35.81,-10.36,22.2,9.45,2.752,-58, 4189
1379
+ Delta Crucis,delCru,ICRS,12,15,08.71673,-58,44,56.1369,-35.81,-10.36,22.2,9.45,2.752,-58, 4189
1380
+ Decrux,delCru,ICRS,12,15,08.71673,-58,44,56.1369,-35.81,-10.36,22.2,9.45,2.752,-58, 4189
1381
+ #0# epsCru, Ginan
1382
+ epsCru,epsCru,ICRS,12,21,21.60936,-60,24,04.1291,-170.93,91.67,-4.6,14.19,3.59,0, 0
1383
+ Epsilon Crucis,epsCru,ICRS,12,21,21.60936,-60,24,04.1291,-170.93,91.67,-4.6,14.19,3.59,0, 0
1384
+ Ginan,epsCru,ICRS,12,21,21.60936,-60,24,04.1291,-170.93,91.67,-4.6,14.19,3.59,0, 0
1385
+ # Corvus
1386
+ #0# alfCrv, Alchita
1387
+ alfCrv,alfCrv,ICRS,12,08,24.81652,-24,43,43.9504,99.52,-39.19,2.8,66.95,4,-24,10174
1388
+ Alpha Corvi,alfCrv,ICRS,12,08,24.81652,-24,43,43.9504,99.52,-39.19,2.8,66.95,4,-24,10174
1389
+ Alchita,alfCrv,ICRS,12,08,24.81652,-24,43,43.9504,99.52,-39.19,2.8,66.95,4,-24,10174
1390
+ #0# betCrv, Kraz
1391
+ betCrv,betCrv,ICRS,12,34,23.23484,-23,23,48.3374,1.11,-56.56,-7.34,22.39,2.64,-22, 3401
1392
+ Beta Corvi,betCrv,ICRS,12,34,23.23484,-23,23,48.3374,1.11,-56.56,-7.34,22.39,2.64,-22, 3401
1393
+ Kraz,betCrv,ICRS,12,34,23.23484,-23,23,48.3374,1.11,-56.56,-7.34,22.39,2.64,-22, 3401
1394
+ #0# gamCrv, Gienah Corvi
1395
+ gamCrv,gamCrv,ICRS,12,15,48.37081,-17,32,30.9496,-158.61,21.86,-4.2,21.23,2.58,-16, 3424
1396
+ Gamma Corvi,gamCrv,ICRS,12,15,48.37081,-17,32,30.9496,-158.61,21.86,-4.2,21.23,2.58,-16, 3424
1397
+ Gienah Corvi,gamCrv,ICRS,12,15,48.37081,-17,32,30.9496,-158.61,21.86,-4.2,21.23,2.58,-16, 3424
1398
+ #0# delCrv, Hasta
1399
+ delCrv,delCrv,ICRS,12,29,51.85517,-16,30,55.5525,-210.49,-138.74,13.9,37.55,2.94,-15, 3482
1400
+ Delta Corvi,delCrv,ICRS,12,29,51.85517,-16,30,55.5525,-210.49,-138.74,13.9,37.55,2.94,-15, 3482
1401
+ Hasta,delCrv,ICRS,12,29,51.85517,-16,30,55.5525,-210.49,-138.74,13.9,37.55,2.94,-15, 3482
1402
+ #0# epsCrv, Minkar
1403
+ epsCrv,epsCrv,ICRS,12,10,07.48058,-22,37,11.1620,-71.74,10.25,5,10.26,2.98,-21, 3487
1404
+ Epsilon Corvi,epsCrv,ICRS,12,10,07.48058,-22,37,11.1620,-71.74,10.25,5,10.26,2.98,-21, 3487
1405
+ Minkar,epsCrv,ICRS,12,10,07.48058,-22,37,11.1620,-71.74,10.25,5,10.26,2.98,-21, 3487
1406
+ #0# etaCrv, Avis Satyra
1407
+ etaCrv,etaCrv,ICRS,12,32,04.22653,-16,11,45.6165,-425.17,-57.23,-2.8,54.7,4.31,0, 0
1408
+ Eta Corvi,etaCrv,ICRS,12,32,04.22653,-16,11,45.6165,-425.17,-57.23,-2.8,54.7,4.31,0, 0
1409
+ Avis Satyra,etaCrv,ICRS,12,32,04.22653,-16,11,45.6165,-425.17,-57.23,-2.8,54.7,4.31,0, 0
1410
+ # Canes Venatici
1411
+ #0# alf02CVn, Cor Caroli
1412
+ alf02CVn,alf02CVn,ICRS,12,56,01.66622,+38,19,06.1541,-235.08,53.54,-4.1,28.41,2.88, 39, 2580
1413
+ Alpha Canum Venaticorum 02,alf02CVn,ICRS,12,56,01.66622,+38,19,06.1541,-235.08,53.54,-4.1,28.41,2.88, 39, 2580
1414
+ Cor Caroli,alf02CVn,ICRS,12,56,01.66622,+38,19,06.1541,-235.08,53.54,-4.1,28.41,2.88, 39, 2580
1415
+ #0# betCVn, Chara
1416
+ betCVn,betCVn,ICRS,12,33,44.54482,+41,21,26.9248,-704.75,292.74,6.52,118.49,4.25, 42, 2321
1417
+ Beta Canum Venaticorum,betCVn,ICRS,12,33,44.54482,+41,21,26.9248,-704.75,292.74,6.52,118.49,4.25, 42, 2321
1418
+ Chara,betCVn,ICRS,12,33,44.54482,+41,21,26.9248,-704.75,292.74,6.52,118.49,4.25, 42, 2321
1419
+ # Cygnus
1420
+ #0# bet01Cyg, Albireo
1421
+ bet01Cyg,bet01Cyg,ICRS,19,30,43.28052,+27,57,34.8483,-7.17,-6.15,-24.07,7.51,3.085, 27, 3410
1422
+ Beta Cygni 01,bet01Cyg,ICRS,19,30,43.28052,+27,57,34.8483,-7.17,-6.15,-24.07,7.51,3.085, 27, 3410
1423
+ Albireo,bet01Cyg,ICRS,19,30,43.28052,+27,57,34.8483,-7.17,-6.15,-24.07,7.51,3.085, 27, 3410
1424
+ #0# gamCyg, Sadr, HIP 100453
1425
+ gamCyg,gamCyg,ICRS,20,22,13.7018357,+40,15,24.044963,2.39,-0.91,-5.906,1.78,2.23
1426
+ Gamma Cygni,gamCyg,ICRS,20,22,13.7018357,+40,15,24.044963,2.39,-0.91,-5.906,1.78,2.23
1427
+ Sadr,gamCyg,ICRS,20,22,13.7018357,+40,15,24.044963,2.39,-0.91,-5.906,1.78,2.23
1428
+ HIP 100453,gamCyg,ICRS,20,22,13.7018357,+40,15,24.044963,2.39,-0.91,-5.906,1.78,2.23
1429
+ #0# delCyg, Al Fawaris
1430
+ delCyg,delCyg,ICRS,19,44,58.47854,+45,07,50.9161,44.07,48.66,-23.6,19.77,2.87, 0, 0
1431
+ Delta Cygni,delCyg,ICRS,19,44,58.47854,+45,07,50.9161,44.07,48.66,-23.6,19.77,2.87, 0, 0
1432
+ Al Fawaris,delCyg,ICRS,19,44,58.47854,+45,07,50.9161,44.07,48.66,-23.6,19.77,2.87, 0, 0
1433
+ #0# epsCyg, , HIP 102488
1434
+ epsCyg,epsCyg,ICRS,20,46,12.6722768426,+33,58,13.182037125,365.954,308.787,-12.599,43.1769,2.480
1435
+ Epsilon Cygni,epsCyg,ICRS,20,46,12.6722768426,+33,58,13.182037125,365.954,308.787,-12.599,43.1769,2.480
1436
+ HIP 102488,epsCyg,ICRS,20,46,12.6722768426,+33,58,13.182037125,365.954,308.787,-12.599,43.1769,2.480
1437
+ #0# zetCyg,
1438
+ zetCyg,zetCyg,ICRS,21,12,56.18594,+30,13,36.8957,6.51,-68.21,16.72,22.79,3.21, 29, 4348
1439
+ Zeta Cygni,zetCyg,ICRS,21,12,56.18594,+30,13,36.8957,6.51,-68.21,16.72,22.79,3.21, 29, 4348
1440
+ #0# etaCyg,
1441
+ etaCyg,etaCyg,ICRS,19,56,18.37222,+35,05,00.3228,-33.61,-27.87,-25.87,24.17,3.88, 34, 3798
1442
+ Eta Cygni,etaCyg,ICRS,19,56,18.37222,+35,05,00.3228,-33.61,-27.87,-25.87,24.17,3.88, 34, 3798
1443
+ #0# tetCyg,
1444
+ tetCyg,tetCyg,ICRS,19,36,26.53436,+50,13,15.9646,-8.87,262.45,-26.9,54.54,4.48, 49, 3062
1445
+ Theta Cygni,tetCyg,ICRS,19,36,26.53436,+50,13,15.9646,-8.87,262.45,-26.9,54.54,4.48, 49, 3062
1446
+ #0# iot02Cyg,
1447
+ iot02Cyg,iot02Cyg,ICRS,19,29,42.35872,+51,43,47.2058,20.59,128.33,-19.5,26.88,3.755, 51, 2605
1448
+ Iota Cygni 02,iot02Cyg,ICRS,19,29,42.35872,+51,43,47.2058,20.59,128.33,-19.5,26.88,3.755, 51, 2605
1449
+ #0# kapCyg,
1450
+ kapCyg,kapCyg,ICRS,19,17,06.16865,+53,22,06.4534,60.07,122.83,-29.36,26.27,3.76, 53, 2216
1451
+ Kappa Cygni,kapCyg,ICRS,19,17,06.16865,+53,22,06.4534,60.07,122.83,-29.36,26.27,3.76, 53, 2216
1452
+ #0# nu.Cyg,
1453
+ nu.Cyg,nu.Cyg,ICRS,20,57,10.41907,+41,10,01.6991,9.64,-22.75,-27.6,8.71,3.94, 40, 4364
1454
+ Nu Cygni,nu.Cyg,ICRS,20,57,10.41907,+41,10,01.6991,9.64,-22.75,-27.6,8.71,3.94, 40, 4364
1455
+ #0# ksiCyg,
1456
+ ksiCyg,ksiCyg,ICRS,21,04,55.86229,+43,55,40.2644,7.97,0.06,-19.1,3.87,3.73, 43, 3800
1457
+ Xi Cygni,ksiCyg,ICRS,21,04,55.86229,+43,55,40.2644,7.97,0.06,-19.1,3.87,3.73, 43, 3800
1458
+ #0# pi.01Cyg, Azelfafage
1459
+ pi.01Cyg,pi.01Cyg,ICRS,21,42,05.66458,+51,11,22.6415,5.29,-1.78,-8.2,1.89,4.66, 50, 3410
1460
+ Pi Cygni 01,pi.01Cyg,ICRS,21,42,05.66458,+51,11,22.6415,5.29,-1.78,-8.2,1.89,4.66, 50, 3410
1461
+ Azelfafage,pi.01Cyg,ICRS,21,42,05.66458,+51,11,22.6415,5.29,-1.78,-8.2,1.89,4.66, 50, 3410
1462
+ #0# pi.02Cyg,
1463
+ pi.02Cyg,pi.02Cyg,ICRS,21,46,47.60832,+49,18,34.4511,2.77,-2,-12.3,2.95,4.18, 48, 3504
1464
+ Pi Cygni 02,pi.02Cyg,ICRS,21,46,47.60832,+49,18,34.4511,2.77,-2,-12.3,2.95,4.18, 48, 3504
1465
+ #0# rhoCyg,
1466
+ rhoCyg,rhoCyg,ICRS,21,33,58.85298,+45,35,30.6179,-23.79,-93.7,6.88,26.39,4.02, 44, 3865
1467
+ Rho Cygni,rhoCyg,ICRS,21,33,58.85298,+45,35,30.6179,-23.79,-93.7,6.88,26.39,4.02, 44, 3865
1468
+ #0# sigCyg,
1469
+ sigCyg,sigCyg,ICRS,21,17,24.95244,+39,23,40.8528,-0.13,-3.58,-5.3,1.13,4.24, 38, 4431
1470
+ Sigma Cygni,sigCyg,ICRS,21,17,24.95244,+39,23,40.8528,-0.13,-3.58,-5.3,1.13,4.24, 38, 4431
1471
+ #0# upsCyg,
1472
+ upsCyg,upsCyg,ICRS,21,17,55.07506,+34,53,48.8289,10.03,6.49,-0.7,5.08,4.42, 34, 4371
1473
+ Upsilon Cygni,upsCyg,ICRS,21,17,55.07506,+34,53,48.8289,10.03,6.49,-0.7,5.08,4.42, 34, 4371
1474
+ #0# ome01Cyg, Ruchbah I
1475
+ ome01Cyg,ome01Cyg,ICRS,20,30,03.54116,+48,57,05.6446,10.63,7.22,-21.9,3.59,4.936, 48, 3142
1476
+ Omega Cygni 01,ome01Cyg,ICRS,20,30,03.54116,+48,57,05.6446,10.63,7.22,-21.9,3.59,4.936, 48, 3142
1477
+ Ruchbah I,ome01Cyg,ICRS,20,30,03.54116,+48,57,05.6446,10.63,7.22,-21.9,3.59,4.936, 48, 3142
1478
+ #0# ome02Cyg, Ruchbah II
1479
+ ome02Cyg,ome02Cyg,ICRS,20,31,18.81663,+49,13,13.0656,9.21,-31.88,-64.15,8.17,5.44, 48, 3154
1480
+ Omega Cygni 02,ome02Cyg,ICRS,20,31,18.81663,+49,13,13.0656,9.21,-31.88,-64.15,8.17,5.44, 48, 3154
1481
+ Ruchbah II,ome02Cyg,ICRS,20,31,18.81663,+49,13,13.0656,9.21,-31.88,-64.15,8.17,5.44, 48, 3154
1482
+ # 61 Cyg is a double star. We list it twice, as 61 Cyg and 61 Cyg A (the brighter component).
1483
+ # We use identical coordinates, but 61 Cyg has combined magnitude of both stars.
1484
+ #0# 61Cyg,
1485
+ 61Cyg,61Cyg,ICRS,21,06,53.95249,+38,44,57.9854,4168.31,3269.2,-65.74,286.82,4.84, 38, 4343
1486
+ Cygni61,61Cyg,ICRS,21,06,53.95249,+38,44,57.9854,4168.31,3269.2,-65.74,286.82,4.84, 38, 4343
1487
+ # added 3-dec-22 upon request Charlotte Jean Hardy <charlottejeanhardy@outlook.com>
1488
+ #0# 34Cyg,
1489
+ 34Cyg,34Cyg,ICRS,20,17,47.20208,+38,01,58.5527,-3.18,-6.45,-8.9,0.32,4.8,0,0
1490
+ Cygni34,34Cyg,ICRS,20,17,47.20208,+38,01,58.5527,-3.18,-6.45,-8.9,0.32,4.8,0,0
1491
+ # Delphinus
1492
+ #0# alfDel, Sualocin
1493
+ alfDel,alfDel,ICRS,20,39,38.28720,+15,54,43.4637,53.82,8.47,-3.4,12.85,3.8, 15, 4222
1494
+ Alpha Delphini,alfDel,ICRS,20,39,38.28720,+15,54,43.4637,53.82,8.47,-3.4,12.85,3.8, 15, 4222
1495
+ Sualocin,alfDel,ICRS,20,39,38.28720,+15,54,43.4637,53.82,8.47,-3.4,12.85,3.8, 15, 4222
1496
+ #0# betDel, Shravishtha
1497
+ betDel,betDel,ICRS,20,37,32.94130,+14,35,42.3195,118.09,-48.06,-22.7,32.33,3.63, 14, 4369
1498
+ Beta Delphini,betDel,ICRS,20,37,32.94130,+14,35,42.3195,118.09,-48.06,-22.7,32.33,3.63, 14, 4369
1499
+ Shravishtha,betDel,ICRS,20,37,32.94130,+14,35,42.3195,118.09,-48.06,-22.7,32.33,3.63, 14, 4369
1500
+ #0# gam02Del,
1501
+ gam02Del,gam02Del,ICRS,20,46,39.50341,+16,07,27.4403,-24.17,-199.96,-6.15,25.82,4.27, 15, 4255
1502
+ Gamma Delphini 02,gam02Del,ICRS,20,46,39.50341,+16,07,27.4403,-24.17,-199.96,-6.15,25.82,4.27, 15, 4255
1503
+ #0# delDel,
1504
+ delDel,delDel,ICRS,20,43,27.53338,+15,04,28.4773,-20.44,-43.33,9.3,14.61,4.417, 14, 4403
1505
+ Delta Delphini,delDel,ICRS,20,43,27.53338,+15,04,28.4773,-20.44,-43.33,9.3,14.61,4.417, 14, 4403
1506
+ #0# epsDel, Aldulfin
1507
+ epsDel,epsDel,ICRS,20,33,12.77192,+11,18,11.7412,11.96,-28.97,-19.4,9.87,4.03, 10, 4321
1508
+ Epsilon Delphini,epsDel,ICRS,20,33,12.77192,+11,18,11.7412,11.96,-28.97,-19.4,9.87,4.03, 10, 4321
1509
+ Aldulfin,epsDel,ICRS,20,33,12.77192,+11,18,11.7412,11.96,-28.97,-19.4,9.87,4.03, 10, 4321
1510
+ #0# kapDel,
1511
+ kapDel,kapDel,ICRS,20,39,07.78430,+10,05,10.3383,323.83,21.8,-54.37,33.2,5.05, 09, 4600
1512
+ Kappa Delphini,kapDel,ICRS,20,39,07.78430,+10,05,10.3383,323.83,21.8,-54.37,33.2,5.05, 09, 4600
1513
+ #0# 18Del, Musica
1514
+ 18Del,18Del,ICRS,20,58,25.93397,+10,50,21.4289,-48.75,-34.43,3.81,13.28,5.506, 0,0
1515
+ Delphini18,18Del,ICRS,20,58,25.93397,+10,50,21.4289,-48.75,-34.43,3.81,13.28,5.506, 0,0
1516
+ Musica,18Del,ICRS,20,58,25.93397,+10,50,21.4289,-48.75,-34.43,3.81,13.28,5.506, 0,0
1517
+ # Dorado
1518
+ #0# alfDor,
1519
+ alfDor,alfDor,ICRS,04,33,59.77719,-55,02,41.9243,57.75,10.93,25.6,19.34,3.28,-55, 663
1520
+ Alpha Doradus,alfDor,ICRS,04,33,59.77719,-55,02,41.9243,57.75,10.93,25.6,19.34,3.28,-55, 663
1521
+ #0# betDor,
1522
+ betDor,betDor,ICRS,05,33,37.51729,-62,29,23.3692,0.79,12.74,7.2,3.24,3.76,-62, 487
1523
+ Beta Doradus,betDor,ICRS,05,33,37.51729,-62,29,23.3692,0.79,12.74,7.2,3.24,3.76,-62, 487
1524
+ #0# gamDor,
1525
+ gamDor,gamDor,ICRS,04,16,01.58584,-51,29,11.9405,100.79,183.32,25.2,48.87,4.2,-51, 1066
1526
+ Gamma Doradus,gamDor,ICRS,04,16,01.58584,-51,29,11.9405,100.79,183.32,25.2,48.87,4.2,-51, 1066
1527
+ #0# delDor,
1528
+ delDor,delDor,ICRS,05,44,46.37811,-65,44,07.9011,-28.91,5.17,-8.3,21.8,4.36,-65, 496
1529
+ Delta Doradus,delDor,ICRS,05,44,46.37811,-65,44,07.9011,-28.91,5.17,-8.3,21.8,4.36,-65, 496
1530
+ #0# zetDor,
1531
+ zetDor,zetDor,ICRS,05,05,30.65677,-57,28,21.7362,-30.97,117.22,-1.3,85.87,4.708,-57, 735
1532
+ Zeta Doradus,zetDor,ICRS,05,05,30.65677,-57,28,21.7362,-30.97,117.22,-1.3,85.87,4.708,-57, 735
1533
+ #0# tetDor,
1534
+ tetDor,tetDor,ICRS,05,13,45.4549,-67,11,06.927,18.71,37.949,10.5,6.64,4.801,-67, 401
1535
+ Theta Doradus,tetDor,ICRS,05,13,45.4549,-67,11,06.927,18.71,37.949,10.5,6.64,4.801,-67, 401
1536
+ #0# nu.Dor,
1537
+ nu.Dor,nu.Dor,ICRS,06,08,44.26199,-68,50,36.2797,-50.84,19.01,17,10.88,5.038,-68, 474
1538
+ Nu Doradus,nu.Dor,ICRS,06,08,44.26199,-68,50,36.2797,-50.84,19.01,17,10.88,5.038,-68, 474
1539
+ #0# SN1987A, Sanduleak
1540
+ SN1987A,SN1987A,ICRS,05,35,28.020,-69,16,11.07,0.0,0.0,270,19.46,4.81, 0, 0
1541
+ SN1987A,SN1987A,ICRS,05,35,28.020,-69,16,11.07,0.0,0.0,270,19.46,4.81, 0, 0
1542
+ Sanduleak,SN1987A,ICRS,05,35,28.020,-69,16,11.07,0.0,0.0,270,19.46,4.81, 0, 0
1543
+ # Draco
1544
+ #0# alfDra, Dhruva
1545
+ alfDra,alfDra,ICRS,14,04,23.34995,+64,22,33.0619,-56.34,17.21,-13,10.76,3.68, 65, 978
1546
+ Alpha Draconis,alfDra,ICRS,14,04,23.34995,+64,22,33.0619,-56.34,17.21,-13,10.76,3.68, 65, 978
1547
+ Dhruva,alfDra,ICRS,14,04,23.34995,+64,22,33.0619,-56.34,17.21,-13,10.76,3.68, 65, 978
1548
+ #0# betDra, Rastaban
1549
+ betDra,betDra,ICRS,17,30,25.96170,+52,18,04.9993,-15.89,12.28,-21,8.58,2.81, 52, 2065
1550
+ Beta Draconis,betDra,ICRS,17,30,25.96170,+52,18,04.9993,-15.89,12.28,-21,8.58,2.81, 52, 2065
1551
+ Rastaban,betDra,ICRS,17,30,25.96170,+52,18,04.9993,-15.89,12.28,-21,8.58,2.81, 52, 2065
1552
+ #0# gamDra, Eltanin, HIP 87833
1553
+ gamDra,gamDra,ICRS,17,56,36.36988,+51,29,20.0242,-8.48,-22.79,-27.91,21.14,2.230
1554
+ Gamma Draconis,gamDra,ICRS,17,56,36.36988,+51,29,20.0242,-8.48,-22.79,-27.91,21.14,2.230
1555
+ Eltanin,gamDra,ICRS,17,56,36.36988,+51,29,20.0242,-8.48,-22.79,-27.91,21.14,2.230
1556
+ HIP 87833,gamDra,ICRS,17,56,36.36988,+51,29,20.0242,-8.48,-22.79,-27.91,21.14,2.230
1557
+ #0# delDra, Altais
1558
+ delDra,delDra,ICRS,19,12,33.30197,+67,39,41.5456,95.74,91.92,24.71,33.48,3.07, 67, 1129
1559
+ Delta Draconis,delDra,ICRS,19,12,33.30197,+67,39,41.5456,95.74,91.92,24.71,33.48,3.07, 67, 1129
1560
+ Altais,delDra,ICRS,19,12,33.30197,+67,39,41.5456,95.74,91.92,24.71,33.48,3.07, 67, 1129
1561
+ #0# epsDra, Tyl
1562
+ epsDra,epsDra,ICRS,19,48,10.35080,+70,16,04.5492,79.31,39.08,2.69,22.04,3.84, 69, 1070
1563
+ Epsilon Draconis,epsDra,ICRS,19,48,10.35080,+70,16,04.5492,79.31,39.08,2.69,22.04,3.84, 69, 1070
1564
+ Tyl,epsDra,ICRS,19,48,10.35080,+70,16,04.5492,79.31,39.08,2.69,22.04,3.84, 69, 1070
1565
+ #0# zetDra, Aldhibah
1566
+ zetDra,zetDra,ICRS,17,08,47.19596,+65,42,52.8634,-20.43,19.61,-17.7,9.93,3.17, 65, 1170
1567
+ Zeta Draconis,zetDra,ICRS,17,08,47.19596,+65,42,52.8634,-20.43,19.61,-17.7,9.93,3.17, 65, 1170
1568
+ Aldhibah,zetDra,ICRS,17,08,47.19596,+65,42,52.8634,-20.43,19.61,-17.7,9.93,3.17, 65, 1170
1569
+ #0# tetDra,
1570
+ tetDra,tetDra,ICRS,16,01,53.34636,+58,33,54.9056,-319.51,334.97,-8.23,47.54,4, 58, 1608
1571
+ Theta Draconis,tetDra,ICRS,16,01,53.34636,+58,33,54.9056,-319.51,334.97,-8.23,47.54,4, 58, 1608
1572
+ #0# iotDra, Ed Asich
1573
+ iotDra,iotDra,ICRS,15,24,55.77463,+58,57,57.8344,-8.36,17.08,-10.71,32.23,3.29, 59, 1654
1574
+ Iota Draconis,iotDra,ICRS,15,24,55.77463,+58,57,57.8344,-8.36,17.08,-10.71,32.23,3.29, 59, 1654
1575
+ Ed Asich,iotDra,ICRS,15,24,55.77463,+58,57,57.8344,-8.36,17.08,-10.71,32.23,3.29, 59, 1654
1576
+ #0# kapDra, Ketu
1577
+ kapDra,kapDra,ICRS,12,33,28.94325,+69,47,17.6490,-58.79,10.68,-12,6.65,3.89, 70, 703
1578
+ Kappa Draconis,kapDra,ICRS,12,33,28.94325,+69,47,17.6490,-58.79,10.68,-12,6.65,3.89, 70, 703
1579
+ Ketu,kapDra,ICRS,12,33,28.94325,+69,47,17.6490,-58.79,10.68,-12,6.65,3.89, 70, 703
1580
+ #0# lamDra, Gianfar
1581
+ lamDra,lamDra,ICRS,11,31,24.22075,+69,19,51.8696,-40.97,-19.19,6.6,9.79,3.85, 70, 665
1582
+ Lambda Draconis,lamDra,ICRS,11,31,24.22075,+69,19,51.8696,-40.97,-19.19,6.6,9.79,3.85, 70, 665
1583
+ Gianfar,lamDra,ICRS,11,31,24.22075,+69,19,51.8696,-40.97,-19.19,6.6,9.79,3.85, 70, 665
1584
+ #0# mu.Dra, Alrakis
1585
+ mu.Dra,mu.Dra,ICRS,17,05,20.12403,+54,28,12.0994,-58.16,67.87,-17.3,36.45,4.92, 54, 1857
1586
+ Mu Draconis,mu.Dra,ICRS,17,05,20.12403,+54,28,12.0994,-58.16,67.87,-17.3,36.45,4.92, 54, 1857
1587
+ Alrakis,mu.Dra,ICRS,17,05,20.12403,+54,28,12.0994,-58.16,67.87,-17.3,36.45,4.92, 54, 1857
1588
+ #0# nu.01Dra, Kuma
1589
+ nu.01Dra,nu.01Dra,ICRS,17,32,10.56856,+55,11,03.2739,147.39,54.31,-15.2,33.06,4.867, 55, 1944
1590
+ Nu Draconis 01,nu.01Dra,ICRS,17,32,10.56856,+55,11,03.2739,147.39,54.31,-15.2,33.06,4.867, 55, 1944
1591
+ Kuma,nu.01Dra,ICRS,17,32,10.56856,+55,11,03.2739,147.39,54.31,-15.2,33.06,4.867, 55, 1944
1592
+ #0# nu.02Dra, Kuma
1593
+ nu.02Dra,nu.02Dra,ICRS,17,32,16.02464,+55,10,22.6504,142.65,62.43,-16,32.8,4.833, 55, 1945
1594
+ Nu Draconis 02,nu.02Dra,ICRS,17,32,16.02464,+55,10,22.6504,142.65,62.43,-16,32.8,4.833, 55, 1945
1595
+ Kuma,nu.02Dra,ICRS,17,32,16.02464,+55,10,22.6504,142.65,62.43,-16,32.8,4.833, 55, 1945
1596
+ #0# ksiDra, Grumium
1597
+ ksiDra,ksiDra,ICRS,17,53,31.72962,+56,52,21.5143,93.82,78.5,-26.46,28.98,3.75, 56, 2033
1598
+ Xi Draconis,ksiDra,ICRS,17,53,31.72962,+56,52,21.5143,93.82,78.5,-26.46,28.98,3.75, 56, 2033
1599
+ Grumium,ksiDra,ICRS,17,53,31.72962,+56,52,21.5143,93.82,78.5,-26.46,28.98,3.75, 56, 2033
1600
+ #0# omiDra,
1601
+ omiDra,omiDra,ICRS,18,51,12.09530,+59,23,18.0627,77.47,25.37,-19.52,9.54,4.636, 59, 1925
1602
+ Omicron Draconis,omiDra,ICRS,18,51,12.09530,+59,23,18.0627,77.47,25.37,-19.52,9.54,4.636, 59, 1925
1603
+ #0# sigDra, Athafi
1604
+ sigDra,sigDra,ICRS,19,32,21.5899,+69,39,40.236,597.482,-1738.313,26.78,173.77,4.68, 69, 1053
1605
+ Sigma Draconis,sigDra,ICRS,19,32,21.5899,+69,39,40.236,597.482,-1738.313,26.78,173.77,4.68, 69, 1053
1606
+ Athafi,sigDra,ICRS,19,32,21.5899,+69,39,40.236,597.482,-1738.313,26.78,173.77,4.68, 69, 1053
1607
+ #0# tauDra,
1608
+ tauDra,tauDra,ICRS,19,15,33.05868,+73,21,19.6769,-115.29,103.23,-33.7,22.28,4.45, 73, 857
1609
+ Tau Draconis,tauDra,ICRS,19,15,33.05868,+73,21,19.6769,-115.29,103.23,-33.7,22.28,4.45, 73, 857
1610
+ #0# upsDra,
1611
+ upsDra,upsDra,ICRS,18,54,23.85632,+71,17,49.8906,49.53,42.11,-11.1,9.48,4.814, 71, 915
1612
+ Upsilon Draconis,upsDra,ICRS,18,54,23.85632,+71,17,49.8906,49.53,42.11,-11.1,9.48,4.814, 71, 915
1613
+ #0# chiDra, Batentaban Borealis
1614
+ chiDra,chiDra,ICRS,18,21,03.38255,+72,43,58.2518,531.21,-349.71,31.9,124.11,3.58, 72, 839
1615
+ Chi Draconis,chiDra,ICRS,18,21,03.38255,+72,43,58.2518,531.21,-349.71,31.9,124.11,3.58, 72, 839
1616
+ Batentaban Borealis,chiDra,ICRS,18,21,03.38255,+72,43,58.2518,531.21,-349.71,31.9,124.11,3.58, 72, 839
1617
+ #0# psi01Dra, Dziban
1618
+ psi01Dra,psi01Dra,ICRS,17,41,56.35536,+72,08,55.8481,25.32,-268.47,-13.3,43.79,4.56, 72, 804
1619
+ Psi Draconis 01,psi01Dra,ICRS,17,41,56.35536,+72,08,55.8481,25.32,-268.47,-13.3,43.79,4.56, 72, 804
1620
+ Dziban,psi01Dra,ICRS,17,41,56.35536,+72,08,55.8481,25.32,-268.47,-13.3,43.79,4.56, 72, 804
1621
+ # this name actually applies to mu Lyrae
1622
+ #Alathfar ,omeDra,ICRS,17,36,57.0921,+68,45,28.691,1.34,321.05,-14.0,42.62,4.80, 68, 949
1623
+ #Al Athfar ,omeDra,ICRS,17,36,57.0921,+68,45,28.691,1.34,321.05,-14.0,42.62,4.80, 68, 949
1624
+ #0# omeDra,
1625
+ omeDra,omeDra,ICRS,17,36,57.09403,+68,45,28.6961,2.58,321.73,-13.98,43.17,4.8, 68, 949
1626
+ Omega Draconis,omeDra,ICRS,17,36,57.09403,+68,45,28.6961,2.58,321.73,-13.98,43.17,4.8, 68, 949
1627
+ #0# etaDra, Athebyne
1628
+ etaDra,etaDra,ICRS,16,23,59.48594,+61,30,51.1699,-17.02,56.95,-15.2,35.42,2.74, 0, 0
1629
+ Eta Draconis,etaDra,ICRS,16,23,59.48594,+61,30,51.1699,-17.02,56.95,-15.2,35.42,2.74, 0, 0
1630
+ Athebyne,etaDra,ICRS,16,23,59.48594,+61,30,51.1699,-17.02,56.95,-15.2,35.42,2.74, 0, 0
1631
+ #0# phiDra, Batentaban Australis
1632
+ phiDra,phiDra,ICRS,18,20,45.43224,+71,20,16.1499,-5.03,37.86,-16,10.77,4.22, 0, 0
1633
+ Phi Draconis,phiDra,ICRS,18,20,45.43224,+71,20,16.1499,-5.03,37.86,-16,10.77,4.22, 0, 0
1634
+ Batentaban Australis,phiDra,ICRS,18,20,45.43224,+71,20,16.1499,-5.03,37.86,-16,10.77,4.22, 0, 0
1635
+ #0# 7Dra, Tianyi
1636
+ 7Dra,7Dra,ICRS,12,47,34.3489,+66,47,25.086,5.089,-5.74,11.33,4.4,5.423, 0,0
1637
+ Draconis7,7Dra,ICRS,12,47,34.3489,+66,47,25.086,5.089,-5.74,11.33,4.4,5.423, 0,0
1638
+ Tianyi,7Dra,ICRS,12,47,34.3489,+66,47,25.086,5.089,-5.74,11.33,4.4,5.423, 0,0
1639
+ #0# 8Dra, Taiyi
1640
+ 8Dra,8Dra,ICRS,12,55,28.54827,+65,26,18.5073,-4.8,-30.09,9,34.14,5.225, 0,0
1641
+ Draconis8,8Dra,ICRS,12,55,28.54827,+65,26,18.5073,-4.8,-30.09,9,34.14,5.225, 0,0
1642
+ Taiyi,8Dra,ICRS,12,55,28.54827,+65,26,18.5073,-4.8,-30.09,9,34.14,5.225, 0,0
1643
+ #Fafnir ,32Dra,ICRS,17,53,31.72962,+56,52,21.5143,93.82,78.5,-26.46,28.98,3.75, 0,0
1644
+ #0# 42Dra, Fafnir
1645
+ 42Dra,42Dra,ICRS,18,25,59.1383795957,+65,33,48.503958394,105.248,-25.104,31.79,11.0061,4.823, 0,0
1646
+ Draconis42,42Dra,ICRS,18,25,59.1383795957,+65,33,48.503958394,105.248,-25.104,31.79,11.0061,4.823, 0,0
1647
+ Fafnir,42Dra,ICRS,18,25,59.1383795957,+65,33,48.503958394,105.248,-25.104,31.79,11.0061,4.823, 0,0
1648
+ # Equuleus
1649
+ #0# alfEqu, Kitalpha
1650
+ alfEqu,alfEqu,ICRS,21,15,49.43192,+05,14,52.2430,59.88,-94.09,-16.26,17.14,3.933, 04, 4635
1651
+ Alpha Equulei,alfEqu,ICRS,21,15,49.43192,+05,14,52.2430,59.88,-94.09,-16.26,17.14,3.933, 04, 4635
1652
+ Kitalpha,alfEqu,ICRS,21,15,49.43192,+05,14,52.2430,59.88,-94.09,-16.26,17.14,3.933, 04, 4635
1653
+ #0# gamEqu,
1654
+ gamEqu,gamEqu,ICRS,21,10,20.50005,+10,07,53.6763,48.74,-153.03,-16.5,27.55,4.68, 09, 4732
1655
+ Gamma Equulei,gamEqu,ICRS,21,10,20.50005,+10,07,53.6763,48.74,-153.03,-16.5,27.55,4.68, 09, 4732
1656
+ #0# delEqu,
1657
+ delEqu,delEqu,ICRS,21,14,28.81531,+10,00,25.1259,42.39,-304.19,-15.85,54.41,4.49,0,0
1658
+ Delta Equulei,delEqu,ICRS,21,14,28.81531,+10,00,25.1259,42.39,-304.19,-15.85,54.41,4.49,0,0
1659
+ #0# betEqu,
1660
+ betEqu,betEqu,ICRS,21,22,53.61344,+06,48,40.1070,53.98,11.34,-11.1,9.86,5.148,0,0
1661
+ Beta Equulei,betEqu,ICRS,21,22,53.61344,+06,48,40.1070,53.98,11.34,-11.1,9.86,5.148,0,0
1662
+ # Eridanus
1663
+ #0# alfEri, Achernar, HIP 7588
1664
+ alfEri,alfEri,ICRS,01,37,42.84548,-57,14,12.3101,87.00,-38.24,8.470,23.39,0.46
1665
+ Alpha Eridani,alfEri,ICRS,01,37,42.84548,-57,14,12.3101,87.00,-38.24,8.470,23.39,0.46
1666
+ Achernar,alfEri,ICRS,01,37,42.84548,-57,14,12.3101,87.00,-38.24,8.470,23.39,0.46
1667
+ HIP 7588,alfEri,ICRS,01,37,42.84548,-57,14,12.3101,87.00,-38.24,8.470,23.39,0.46
1668
+ #0# betEri, Cursa
1669
+ betEri,betEri,ICRS,05,07,50.98549,-05,05,11.2055,-82.82,-75.39,-6,36.5,2.79,-05, 1162
1670
+ Beta Eridani,betEri,ICRS,05,07,50.98549,-05,05,11.2055,-82.82,-75.39,-6,36.5,2.79,-05, 1162
1671
+ Cursa,betEri,ICRS,05,07,50.98549,-05,05,11.2055,-82.82,-75.39,-6,36.5,2.79,-05, 1162
1672
+ #0# gamEri, Zaurak
1673
+ gamEri,gamEri,ICRS,03,58,01.76695,-13,30,30.6698,61.57,-113.11,60.81,16.04,2.94,-13, 781
1674
+ Gamma Eridani,gamEri,ICRS,03,58,01.76695,-13,30,30.6698,61.57,-113.11,60.81,16.04,2.94,-13, 781
1675
+ Zaurak,gamEri,ICRS,03,58,01.76695,-13,30,30.6698,61.57,-113.11,60.81,16.04,2.94,-13, 781
1676
+ #0# delEri, Rana
1677
+ delEri,delEri,ICRS,03,43,14.90088,-09,45,48.2084,-93.16,743.64,-6.28,110.61,3.54,-10, 728
1678
+ Delta Eridani,delEri,ICRS,03,43,14.90088,-09,45,48.2084,-93.16,743.64,-6.28,110.61,3.54,-10, 728
1679
+ Rana,delEri,ICRS,03,43,14.90088,-09,45,48.2084,-93.16,743.64,-6.28,110.61,3.54,-10, 728
1680
+ #0# epsEri, Ran
1681
+ epsEri,epsEri,ICRS,03,32,55.84496,-09,27,29.7312,-975.17,19.49,16.43,310.94,3.73,-09, 697
1682
+ Epsilon Eridani,epsEri,ICRS,03,32,55.84496,-09,27,29.7312,-975.17,19.49,16.43,310.94,3.73,-09, 697
1683
+ Ran,epsEri,ICRS,03,32,55.84496,-09,27,29.7312,-975.17,19.49,16.43,310.94,3.73,-09, 697
1684
+ #0# etaEri, Azha
1685
+ etaEri,etaEri,ICRS,02,56,25.64948,-08,53,53.3221,77.36,-220.16,-20.32,23.89,3.87,-09, 553
1686
+ Eta Eridani,etaEri,ICRS,02,56,25.64948,-08,53,53.3221,77.36,-220.16,-20.32,23.89,3.87,-09, 553
1687
+ Azha,etaEri,ICRS,02,56,25.64948,-08,53,53.3221,77.36,-220.16,-20.32,23.89,3.87,-09, 553
1688
+ #0# tet01Eri, Acamar
1689
+ tet01Eri,tet01Eri,ICRS,02,58,15.715,-40,18,17.03,-44.6,19,11.9,28,3.18,-40, 771
1690
+ Theta Eridani 01,tet01Eri,ICRS,02,58,15.715,-40,18,17.03,-44.6,19,11.9,28,3.18,-40, 771
1691
+ Acamar,tet01Eri,ICRS,02,58,15.715,-40,18,17.03,-44.6,19,11.9,28,3.18,-40, 771
1692
+ #0# zetEri, Zibal
1693
+ zetEri,zetEri,ICRS,03,15,50.02656,-08,49,11.0220,-0.35,46.1,-5.8,29.72,4.8,-09, 624
1694
+ Zeta Eridani,zetEri,ICRS,03,15,50.02656,-08,49,11.0220,-0.35,46.1,-5.8,29.72,4.8,-09, 624
1695
+ Zibal,zetEri,ICRS,03,15,50.02656,-08,49,11.0220,-0.35,46.1,-5.8,29.72,4.8,-09, 624
1696
+ #0# iotEri,
1697
+ iotEri,iotEri,ICRS,02,40,40.03501,-39,51,19.3541,135.92,-27.53,-9.3,21.65,4.116,-40, 689
1698
+ Iota Eridani,iotEri,ICRS,02,40,40.03501,-39,51,19.3541,135.92,-27.53,-9.3,21.65,4.116,-40, 689
1699
+ #0# kapEri,
1700
+ kapEri,kapEri,ICRS,02,26,59.12177,-47,42,13.8247,19.32,-5.54,25.5,6.42,4.25,-48, 637
1701
+ Kappa Eridani,kapEri,ICRS,02,26,59.12177,-47,42,13.8247,19.32,-5.54,25.5,6.42,4.25,-48, 637
1702
+ #0# lamEri,
1703
+ lamEri,lamEri,ICRS,05,09,08.78315,-08,45,14.6908,0.25,-1.97,2,4.02,4.27,-08, 1040
1704
+ Lambda Eridani,lamEri,ICRS,05,09,08.78315,-08,45,14.6908,0.25,-1.97,2,4.02,4.27,-08, 1040
1705
+ #0# mu.Eri,
1706
+ mu.Eri,mu.Eri,ICRS,04,45,30.15038,-03,15,16.7765,15.94,-14.52,23.3,6.25,4,-03, 876
1707
+ Mu Eridani,mu.Eri,ICRS,04,45,30.15038,-03,15,16.7765,15.94,-14.52,23.3,6.25,4,-03, 876
1708
+ #0# nu.Eri,
1709
+ nu.Eri,nu.Eri,ICRS,04,36,19.14144,-03,21,08.8567,1.53,-5.01,14.9,4.83,3.928,-03, 834
1710
+ Nu Eridani,nu.Eri,ICRS,04,36,19.14144,-03,21,08.8567,1.53,-5.01,14.9,4.83,3.928,-03, 834
1711
+ #0# ksiEri,
1712
+ ksiEri,ksiEri,ICRS,04,23,40.85270,-03,44,43.6771,-47.36,-54.91,-4.5,15.6,5.165,-04, 818
1713
+ Xi Eridani,ksiEri,ICRS,04,23,40.85270,-03,44,43.6771,-47.36,-54.91,-4.5,15.6,5.165,-04, 818
1714
+ #0# omi01Eri, Beid
1715
+ omi01Eri,omi01Eri,ICRS,04,11,51.93956,-06,50,15.2864,10.76,81.92,11,26.8,4.026,-07, 764
1716
+ Omicron Eridani 01,omi01Eri,ICRS,04,11,51.93956,-06,50,15.2864,10.76,81.92,11,26.8,4.026,-07, 764
1717
+ Beid,omi01Eri,ICRS,04,11,51.93956,-06,50,15.2864,10.76,81.92,11,26.8,4.026,-07, 764
1718
+ #0# omi02Eri, Keid
1719
+ omi02Eri,omi02Eri,ICRS,04,15,16.31963,-07,39,10.3404,-2240.12,-3420.27,-42.32,200.62,4.43,-07, 780
1720
+ Omicron Eridani 02,omi02Eri,ICRS,04,15,16.31963,-07,39,10.3404,-2240.12,-3420.27,-42.32,200.62,4.43,-07, 780
1721
+ Keid,omi02Eri,ICRS,04,15,16.31963,-07,39,10.3404,-2240.12,-3420.27,-42.32,200.62,4.43,-07, 780
1722
+ #0# phiEri,
1723
+ phiEri,phiEri,ICRS,02,16,30.58563,-51,30,43.7955,91.03,-22.23,10.4,21.22,3.57,-52, 285
1724
+ Phi Eridani,phiEri,ICRS,02,16,30.58563,-51,30,43.7955,91.03,-22.23,10.4,21.22,3.57,-52, 285
1725
+ #0# tau01Eri,
1726
+ tau01Eri,tau01Eri,ICRS,02,45,06.18710,-18,34,21.2149,334.2,37.19,25.9,70.32,4.46,0,0
1727
+ Tau Eridani 01,tau01Eri,ICRS,02,45,06.18710,-18,34,21.2149,334.2,37.19,25.9,70.32,4.46,0,0
1728
+ #0# tau02Eri, Angetenar
1729
+ tau02Eri,tau02Eri,ICRS,02,51,02.32186,-21,00,14.4654,-38.52,-16.05,-5.9,17.45,4.77,-21, 509
1730
+ Tau Eridani 02,tau02Eri,ICRS,02,51,02.32186,-21,00,14.4654,-38.52,-16.05,-5.9,17.45,4.77,-21, 509
1731
+ Angetenar,tau02Eri,ICRS,02,51,02.32186,-21,00,14.4654,-38.52,-16.05,-5.9,17.45,4.77,-21, 509
1732
+ #0# tau03Eri,
1733
+ tau03Eri,tau03Eri,ICRS,03,02,23.49939,-23,37,28.0936,-147.25,-55.28,-9.8,36.8,4.09,-24, 1387
1734
+ Tau Eridani 03,tau03Eri,ICRS,03,02,23.49939,-23,37,28.0936,-147.25,-55.28,-9.8,36.8,4.09,-24, 1387
1735
+ #0# tau04Eri,
1736
+ tau04Eri,tau04Eri,ICRS,03,19,31.00224,-21,45,28.3049,51.89,32.92,41.7,10.71,3.7,0,0
1737
+ Tau Eridani 04,tau04Eri,ICRS,03,19,31.00224,-21,45,28.3049,51.89,32.92,41.7,10.71,3.7,0,0
1738
+ #0# tau05Eri,
1739
+ tau05Eri,tau05Eri,ICRS,03,33,47.27613,-21,37,58.3830,44.94,-28.16,14,11.12,4.3,-22, 628
1740
+ Tau Eridani 05,tau05Eri,ICRS,03,33,47.27613,-21,37,58.3830,44.94,-28.16,14,11.12,4.3,-22, 628
1741
+ #0# tau06Eri,
1742
+ tau06Eri,tau06Eri,ICRS,03,46,50.88819,-23,14,59.0046,-158.84,-528.95,7.98,56.73,4.2,-23, 1565
1743
+ Tau Eridani 06,tau06Eri,ICRS,03,46,50.88819,-23,14,59.0046,-158.84,-528.95,7.98,56.73,4.2,-23, 1565
1744
+ #0# tau08Eri,
1745
+ tau08Eri,tau08Eri,ICRS,03,53,42.70302,-24,36,44.0309,31.28,-7.49,20.5,8.65,4.623,0,0
1746
+ Tau Eridani 08,tau08Eri,ICRS,03,53,42.70302,-24,36,44.0309,31.28,-7.49,20.5,8.65,4.623,0,0
1747
+ #0# tau09Eri,
1748
+ tau09Eri,tau09Eri,ICRS,03,59,55.48381,-24,00,58.3798,12.12,16.48,25.5,9.96,4.66,0,0
1749
+ Tau Eridani 09,tau09Eri,ICRS,03,59,55.48381,-24,00,58.3798,12.12,16.48,25.5,9.96,4.66,0,0
1750
+ #0# ups01Eri,
1751
+ ups01Eri,ups01Eri,ICRS,04,33,30.55236,-29,45,59.3725,-114.78,-271.79,20.6,25.67,4.51,0,0
1752
+ Upsilon Eridani 01,ups01Eri,ICRS,04,33,30.55236,-29,45,59.3725,-114.78,-271.79,20.6,25.67,4.51,0,0
1753
+ #0# ups02Eri, Theemin
1754
+ ups02Eri,ups02Eri,ICRS,04,35,33.03834,-30,33,44.4297,-49.27,-12.72,-4,15.25,3.82,-30, 1901
1755
+ Upsilon Eridani 02,ups02Eri,ICRS,04,35,33.03834,-30,33,44.4297,-49.27,-12.72,-4,15.25,3.82,-30, 1901
1756
+ Theemin,ups02Eri,ICRS,04,35,33.03834,-30,33,44.4297,-49.27,-12.72,-4,15.25,3.82,-30, 1901
1757
+ #0# ups03Eri, Beemim
1758
+ ups03Eri,ups03Eri,ICRS,04,24,02.21725,-34,01,00.6542,73.77,56.7,24.1,11.01,3.96,0,0
1759
+ Upsilon Eridani 03,ups03Eri,ICRS,04,24,02.21725,-34,01,00.6542,73.77,56.7,24.1,11.01,3.96,0,0
1760
+ Beemim,ups03Eri,ICRS,04,24,02.21725,-34,01,00.6542,73.77,56.7,24.1,11.01,3.96,0,0
1761
+ #0# ups04Eri,
1762
+ ups04Eri,ups04Eri,ICRS,04,17,53.66241,-33,47,54.0569,62.52,-7.24,17.6,18.33,3.56,0,0
1763
+ Upsilon Eridani 04,ups04Eri,ICRS,04,17,53.66241,-33,47,54.0569,62.52,-7.24,17.6,18.33,3.56,0,0
1764
+ #0# chiEri,
1765
+ chiEri,chiEri,ICRS,01,55,57.47212,-51,36,32.0325,680.92,283.46,-6.3,56.02,3.7,-52, 241
1766
+ Chi Eridani,chiEri,ICRS,01,55,57.47212,-51,36,32.0325,680.92,283.46,-6.3,56.02,3.7,-52, 241
1767
+ #0# 53Eri, Sceptrum
1768
+ 53Eri,53Eri,ICRS,04,38,10.82486,-14,18,14.4600,-76.59,-176.78,43.33,29.69,3.87,-14, 933
1769
+ Eridani53,53Eri,ICRS,04,38,10.82486,-14,18,14.4600,-76.59,-176.78,43.33,29.69,3.87,-14, 933
1770
+ Sceptrum,53Eri,ICRS,04,38,10.82486,-14,18,14.4600,-76.59,-176.78,43.33,29.69,3.87,-14, 933
1771
+ #0# omeEri,
1772
+ omeEri,omeEri,ICRS,04,52,53.66995,-05,27,09.6972,-17.86,25.57,-6,13.88,4.4,0,0
1773
+ Omega Eridani,omeEri,ICRS,04,52,53.66995,-05,27,09.6972,-17.86,25.57,-6,13.88,4.4,0,0
1774
+ #0# pi.Eri,
1775
+ pi.Eri,pi.Eri,ICRS,03,46,08.53581,-12,06,05.7282,55.98,59.28,45.2,6.78,4.42,0,0
1776
+ Pi Eridani,pi.Eri,ICRS,03,46,08.53581,-12,06,05.7282,55.98,59.28,45.2,6.78,4.42,0,0
1777
+ #0# gEri,
1778
+ gEri,gEri,ICRS,03,49,27.24528,-36,12,00.9041,-49.18,-57.01,2,15.54,4.17,0,0
1779
+ gEri,gEri,ICRS,03,49,27.24528,-36,12,00.9041,-49.18,-57.01,2,15.54,4.17,0,0
1780
+ # f Eridani is HIP 17797
1781
+ #0# fEri,
1782
+ fEri,fEri,ICRS,03,48,35.87724,-37,37,12.5415,74.44,-9.09,15.60,19.71,4.26,0,0
1783
+ fEri,fEri,ICRS,03,48,35.87724,-37,37,12.5415,74.44,-9.09,15.60,19.71,4.26,0,0
1784
+ #0# yEri,
1785
+ yEri,yEri,ICRS,02,05,34.18860,-57,08,38.9719,24.8,3.59,0,2.21,10.68,0,0
1786
+ yEri,yEri,ICRS,02,05,34.18860,-57,08,38.9719,24.8,3.59,0,2.21,10.68,0,0
1787
+ #0# eEri,
1788
+ eEri,eEri,ICRS,03,19,55.65093,-43,04,11.2175,3038.34,726.58,87.4,165.47,4.27,0,0
1789
+ eEri,eEri,ICRS,03,19,55.65093,-43,04,11.2175,3038.34,726.58,87.4,165.47,4.27,0,0
1790
+ #0# sEri,
1791
+ sEri,sEri,ICRS,04,59,55.73677,-12,32,14.6983,39.67,-87.04,-8.9,11.24,4.77,0,0
1792
+ sEri,sEri,ICRS,04,59,55.73677,-12,32,14.6983,39.67,-87.04,-8.9,11.24,4.77,0,0
1793
+ # Fornax
1794
+ #0# alfFor, Dalim
1795
+ alfFor,alfFor,ICRS,03,12,04.52736,-28,59,15.4336,370.87,611.33,-17.14,70.24,3.85,-29, 1177
1796
+ Alpha Fornacis,alfFor,ICRS,03,12,04.52736,-28,59,15.4336,370.87,611.33,-17.14,70.24,3.85,-29, 1177
1797
+ Dalim,alfFor,ICRS,03,12,04.52736,-28,59,15.4336,370.87,611.33,-17.14,70.24,3.85,-29, 1177
1798
+ #0# betFor,
1799
+ betFor,betFor,ICRS,02,49,05.41885,-32,24,21.2319,86.01,158.81,16.8,18.89,4.46,-32, 1025
1800
+ Beta Fornacis,betFor,ICRS,02,49,05.41885,-32,24,21.2319,86.01,158.81,16.8,18.89,4.46,-32, 1025
1801
+ #0# delFor,
1802
+ delFor,delFor,ICRS,03,42,14.90248,-31,56,18.1055,4.8,13.64,26,3.85,4.973,-32, 1430
1803
+ Delta Fornacis,delFor,ICRS,03,42,14.90248,-31,56,18.1055,4.8,13.64,26,3.85,4.973,-32, 1430
1804
+ #0# kapFor,
1805
+ kapFor,kapFor,ICRS,02,22,32.54641,-23,48,58.7791,196.61,-4.98,16.7,45.53,5.19,-24, 1038
1806
+ Kappa Fornacis,kapFor,ICRS,02,22,32.54641,-23,48,58.7791,196.61,-4.98,16.7,45.53,5.19,-24, 1038
1807
+ #0# lam01For,
1808
+ lam01For,lam01For,ICRS,02,33,07.02628,-34,38,59.8890,-17.81,-18.82,13,8.94,5.889,-35, 877
1809
+ Lambda Fornacis 01,lam01For,ICRS,02,33,07.02628,-34,38,59.8890,-17.81,-18.82,13,8.94,5.889,-35, 877
1810
+ #0# mu.For,
1811
+ mu.For,mu.For,ICRS,02,12,54.46962,-30,43,25.7732,14.1,6.85,10,10.18,5.26,-31, 882
1812
+ Mu Fornacis,mu.For,ICRS,02,12,54.46962,-30,43,25.7732,14.1,6.85,10,10.18,5.26,-31, 882
1813
+ #0# nu.For,
1814
+ nu.For,nu.For,ICRS,02,04,29.43861,-29,17,48.5477,12.79,8.48,18.5,8.79,4.69,-29, 706
1815
+ Nu Fornacis,nu.For,ICRS,02,04,29.43861,-29,17,48.5477,12.79,8.48,18.5,8.79,4.69,-29, 706
1816
+ #0# tauFor,
1817
+ tauFor,tauFor,ICRS,03,38,47.6714,-27,56,34.991,21.16,26.295,39,8.49,6.01,-28, 1225
1818
+ Tau Fornacis,tauFor,ICRS,03,38,47.6714,-27,56,34.991,21.16,26.295,39,8.49,6.01,-28, 1225
1819
+ # Gemini
1820
+ #0# alfGem, Castor, HIP 36850
1821
+ alfGem,alfGem,ICRS,07,34,35.87319,+31,53,17.8160,-191.45,-145.19,-11.230,64.12,1.58
1822
+ Alpha Geminorum,alfGem,ICRS,07,34,35.87319,+31,53,17.8160,-191.45,-145.19,-11.230,64.12,1.58
1823
+ Castor,alfGem,ICRS,07,34,35.87319,+31,53,17.8160,-191.45,-145.19,-11.230,64.12,1.58
1824
+ HIP 36850,alfGem,ICRS,07,34,35.87319,+31,53,17.8160,-191.45,-145.19,-11.230,64.12,1.58
1825
+ #0# betGem, Pollux, HIP 37826
1826
+ betGem,betGem,ICRS,07,45,18.94987,+28,01,34.3160,-626.55,-45.80,3.391,96.54,1.14
1827
+ Beta Geminorum,betGem,ICRS,07,45,18.94987,+28,01,34.3160,-626.55,-45.80,3.391,96.54,1.14
1828
+ Pollux,betGem,ICRS,07,45,18.94987,+28,01,34.3160,-626.55,-45.80,3.391,96.54,1.14
1829
+ HIP 37826,betGem,ICRS,07,45,18.94987,+28,01,34.3160,-626.55,-45.80,3.391,96.54,1.14
1830
+ #0# gamGem, Gamma Gemini, Alhena, HIP 31681
1831
+ gamGem,gamGem,ICRS,06,37,42.71050,+16,23,57.4095,13.81,-54.96,-12.63,29.84,1.92
1832
+ Gamma Geminorum,gamGem,ICRS,06,37,42.71050,+16,23,57.4095,13.81,-54.96,-12.63,29.84,1.92
1833
+ Gamma Gemini,gamGem,ICRS,06,37,42.71050,+16,23,57.4095,13.81,-54.96,-12.63,29.84,1.92
1834
+ Alhena,gamGem,ICRS,06,37,42.71050,+16,23,57.4095,13.81,-54.96,-12.63,29.84,1.92
1835
+ HIP 31681,gamGem,ICRS,06,37,42.71050,+16,23,57.4095,13.81,-54.96,-12.63,29.84,1.92
1836
+ #0# delGem, Wasat
1837
+ delGem,delGem,ICRS,07,20,07.37978,+21,58,56.3377,-15.13,-9.79,4.1,53.94,3.53, 22, 1645
1838
+ Delta Geminorum,delGem,ICRS,07,20,07.37978,+21,58,56.3377,-15.13,-9.79,4.1,53.94,3.53, 22, 1645
1839
+ Wasat,delGem,ICRS,07,20,07.37978,+21,58,56.3377,-15.13,-9.79,4.1,53.94,3.53, 22, 1645
1840
+ #0# epsGem, Mebsuta
1841
+ epsGem,epsGem,ICRS,06,43,55.92626,+25,07,52.0515,-5.57,-12.36,7.77,3.86,2.98, 25, 1406
1842
+ Epsilon Geminorum,epsGem,ICRS,06,43,55.92626,+25,07,52.0515,-5.57,-12.36,7.77,3.86,2.98, 25, 1406
1843
+ Mebsuta,epsGem,ICRS,06,43,55.92626,+25,07,52.0515,-5.57,-12.36,7.77,3.86,2.98, 25, 1406
1844
+ #0# zetGem, Mekbuda
1845
+ zetGem,zetGem,ICRS,07,04,06.53079,+20,34,13.0739,-7.29,-0.41,2.8,2.37,3.79, 20, 1687
1846
+ Zeta Geminorum,zetGem,ICRS,07,04,06.53079,+20,34,13.0739,-7.29,-0.41,2.8,2.37,3.79, 20, 1687
1847
+ Mekbuda,zetGem,ICRS,07,04,06.53079,+20,34,13.0739,-7.29,-0.41,2.8,2.37,3.79, 20, 1687
1848
+ #0# etaGem, Propus etaGem
1849
+ etaGem,etaGem,ICRS,06,14,52.65715,+22,30,24.4596,-62.46,-12.12,22.39,8.48,3.28, 22, 1241
1850
+ Eta Geminorum,etaGem,ICRS,06,14,52.65715,+22,30,24.4596,-62.46,-12.12,22.39,8.48,3.28, 22, 1241
1851
+ Propus etaGem,etaGem,ICRS,06,14,52.65715,+22,30,24.4596,-62.46,-12.12,22.39,8.48,3.28, 22, 1241
1852
+ #0# tetGem, Nageba
1853
+ tetGem,tetGem,ICRS,06,52,47.33887,+33,57,40.5175,-1.66,-47.31,21,17.25,3.6, 34, 1481
1854
+ Theta Geminorum,tetGem,ICRS,06,52,47.33887,+33,57,40.5175,-1.66,-47.31,21,17.25,3.6, 34, 1481
1855
+ Nageba,tetGem,ICRS,06,52,47.33887,+33,57,40.5175,-1.66,-47.31,21,17.25,3.6, 34, 1481
1856
+ #0# iotGem, Propus iotGem
1857
+ iotGem,iotGem,ICRS,07,25,43.59532,+27,47,53.0929,-122.66,-84.03,7.26,27.1,3.79, 28, 1385
1858
+ Iota Geminorum,iotGem,ICRS,07,25,43.59532,+27,47,53.0929,-122.66,-84.03,7.26,27.1,3.79, 28, 1385
1859
+ Propus iotGem,iotGem,ICRS,07,25,43.59532,+27,47,53.0929,-122.66,-84.03,7.26,27.1,3.79, 28, 1385
1860
+ #0# kapGem, Kappa Geminorum
1861
+ kapGem,kapGem,ICRS,07,44,26.8438122013,+24,23,52.787290890,-28.403,-50,675,20.15,22.0907,3.57
1862
+ Kappa Geminorum,kapGem,ICRS,07,44,26.8438122013,+24,23,52.787290890,-28.403,-50,675,20.15,22.0907,3.57
1863
+ Kappa Geminorum,kapGem,ICRS,07,44,26.8438122013,+24,23,52.787290890,-28.403,-50,675,20.15,22.0907,3.57
1864
+ #0# lamGem, Alkibash
1865
+ lamGem,lamGem,ICRS,07,18,05.57977,+16,32,25.3905,-44.43,-36.61,-7.4,32.33,3.581, 16, 1443
1866
+ Lambda Geminorum,lamGem,ICRS,07,18,05.57977,+16,32,25.3905,-44.43,-36.61,-7.4,32.33,3.581, 16, 1443
1867
+ Alkibash,lamGem,ICRS,07,18,05.57977,+16,32,25.3905,-44.43,-36.61,-7.4,32.33,3.581, 16, 1443
1868
+ #0# mu.Gem, Tejat
1869
+ mu.Gem,mu.Gem,ICRS,06,22,57.62686,+22,30,48.8979,56.39,-110.03,54.38,14.08,2.87, 22, 1304
1870
+ Mu Geminorum,mu.Gem,ICRS,06,22,57.62686,+22,30,48.8979,56.39,-110.03,54.38,14.08,2.87, 22, 1304
1871
+ Tejat,mu.Gem,ICRS,06,22,57.62686,+22,30,48.8979,56.39,-110.03,54.38,14.08,2.87, 22, 1304
1872
+ #0# nu.Gem,
1873
+ nu.Gem,nu.Gem,ICRS,06,28,57.78613,+20,12,43.6856,-6.82,-13.1,39.4,5.99,4.14, 20, 1441
1874
+ Nu Geminorum,nu.Gem,ICRS,06,28,57.78613,+20,12,43.6856,-6.82,-13.1,39.4,5.99,4.14, 20, 1441
1875
+ #0# ksiGem, Alzirr
1876
+ ksiGem,ksiGem,ICRS,06,45,17.36432,+12,53,44.1311,-115.73,-190.55,27.2,55.56,3.36, 13, 1396
1877
+ Xi Geminorum,ksiGem,ICRS,06,45,17.36432,+12,53,44.1311,-115.73,-190.55,27.2,55.56,3.36, 13, 1396
1878
+ Alzirr,ksiGem,ICRS,06,45,17.36432,+12,53,44.1311,-115.73,-190.55,27.2,55.56,3.36, 13, 1396
1879
+ #0# omiGem, Jishui
1880
+ omiGem,omiGem,ICRS,07,39,09.93286,+34,35,03.6443,-33.42,-118.17,7.30,19.61,4.90,0,0
1881
+ Omicron Geminorum,omiGem,ICRS,07,39,09.93286,+34,35,03.6443,-33.42,-118.17,7.30,19.61,4.90,0,0
1882
+ Jishui,omiGem,ICRS,07,39,09.93286,+34,35,03.6443,-33.42,-118.17,7.30,19.61,4.90,0,0
1883
+ #0# pi.Gem,
1884
+ pi.Gem,pi.Gem,ICRS,07,47,30.32300,+33,24,56.5034,-19.59,-29.33,-13.36,4.93,5.14, 33, 1585
1885
+ Pi Geminorum,pi.Gem,ICRS,07,47,30.32300,+33,24,56.5034,-19.59,-29.33,-13.36,4.93,5.14, 33, 1585
1886
+ #0# rhoGem,
1887
+ rhoGem,rhoGem,ICRS,07,29,06.71887,+31,47,04.3773,159.09,193.29,-3.7,55.41,4.18, 32, 1562
1888
+ Rho Geminorum,rhoGem,ICRS,07,29,06.71887,+31,47,04.3773,159.09,193.29,-3.7,55.41,4.18, 32, 1562
1889
+ #0# sigGem,
1890
+ sigGem,sigGem,ICRS,07,43,18.72698,+28,53,00.6422,62.66,-230.32,44.15,26.08,4.29, 0, 0
1891
+ Sigma Geminorum,sigGem,ICRS,07,43,18.72698,+28,53,00.6422,62.66,-230.32,44.15,26.08,4.29, 0, 0
1892
+ #0# tauGem,
1893
+ tauGem,tauGem,ICRS,07,11,08.37042,+30,14,42.5831,-31.21,-48.92,21.83,10.16,4.42, 0, 0
1894
+ Tau Geminorum,tauGem,ICRS,07,11,08.37042,+30,14,42.5831,-31.21,-48.92,21.83,10.16,4.42, 0, 0
1895
+ #0# upsGem,
1896
+ upsGem,upsGem,ICRS,07,35,55.34970,+26,53,44.6751,-34.12,-106.96,-21.61,12.04,4.06, 27, 1424
1897
+ Upsilon Geminorum,upsGem,ICRS,07,35,55.34970,+26,53,44.6751,-34.12,-106.96,-21.61,12.04,4.06, 27, 1424
1898
+ #0# phiGem,
1899
+ phiGem,phiGem,ICRS,07,53,29.81390,+26,45,56.8252,-34.69,-30.1,8,14.66,4.963, 27, 1499
1900
+ Phi Geminorum,phiGem,ICRS,07,53,29.81390,+26,45,56.8252,-34.69,-30.1,8,14.66,4.963, 27, 1499
1901
+ #0# chiGem,
1902
+ chiGem,chiGem,ICRS,08,03,31.08225,+27,47,39.6243,-25.52,-31.89,-3.83,12.73,4.937, 28, 1532
1903
+ Chi Geminorum,chiGem,ICRS,08,03,31.08225,+27,47,39.6243,-25.52,-31.89,-3.83,12.73,4.937, 28, 1532
1904
+ #0# omeGem,
1905
+ omeGem,omeGem,ICRS,07,02,24.78033,+24,12,55.6051,-6.74,-0.25,-9.1,2.19,5.181, 24, 1502
1906
+ Omega Geminorum,omeGem,ICRS,07,02,24.78033,+24,12,55.6051,-6.74,-0.25,-9.1,2.19,5.181, 24, 1502
1907
+ # Grus
1908
+ #0# alfGru, Alnair, HIP 109268
1909
+ alfGru,alfGru,ICRS,22,08,13.98473,-46,57,39.5078,126.69,-147.47,10.90,32.29,1.71
1910
+ Alpha Gruis,alfGru,ICRS,22,08,13.98473,-46,57,39.5078,126.69,-147.47,10.90,32.29,1.71
1911
+ Alnair,alfGru,ICRS,22,08,13.98473,-46,57,39.5078,126.69,-147.47,10.90,32.29,1.71
1912
+ HIP 109268,alfGru,ICRS,22,08,13.98473,-46,57,39.5078,126.69,-147.47,10.90,32.29,1.71
1913
+ #0# betGru, , HIP 112122
1914
+ betGru,betGru,ICRS,22,42,40.05027,-46,53,04.4752,135.16,-4.38,-0.30,18.43,2.11
1915
+ Beta Gruis,betGru,ICRS,22,42,40.05027,-46,53,04.4752,135.16,-4.38,-0.30,18.43,2.11
1916
+ HIP 112122,betGru,ICRS,22,42,40.05027,-46,53,04.4752,135.16,-4.38,-0.30,18.43,2.11
1917
+ #0# gamGru, Ras Alkurki
1918
+ gamGru,gamGru,ICRS,21,53,55.72620,-37,21,53.4790,98.07,-13.22,0.1,15.45,3.01,-37,14536
1919
+ Gamma Gruis,gamGru,ICRS,21,53,55.72620,-37,21,53.4790,98.07,-13.22,0.1,15.45,3.01,-37,14536
1920
+ Ras Alkurki,gamGru,ICRS,21,53,55.72620,-37,21,53.4790,98.07,-13.22,0.1,15.45,3.01,-37,14536
1921
+ #0# del01Gru,
1922
+ del01Gru,del01Gru,ICRS,22,29,16.17481,-43,29,44.0245,25.72,-3.32,4.9,10.54,3.97,-44,14931
1923
+ Delta Gruis 01,del01Gru,ICRS,22,29,16.17481,-43,29,44.0245,25.72,-3.32,4.9,10.54,3.97,-44,14931
1924
+ #0# del02Gru,
1925
+ del02Gru,del02Gru,ICRS,22,29,45.43402,-43,44,57.1968,-14.08,2.57,2.7,9.88,4.11,0,0
1926
+ Delta Gruis 02,del02Gru,ICRS,22,29,45.43402,-43,44,57.1968,-14.08,2.57,2.7,9.88,4.11,0,0
1927
+ #0# epsGru,
1928
+ epsGru,epsGru,ICRS,22,48,33.29833,-51,19,00.7001,108.43,-64.83,-0.4,25.3,3.466,-51,13389
1929
+ Epsilon Gruis,epsGru,ICRS,22,48,33.29833,-51,19,00.7001,108.43,-64.83,-0.4,25.3,3.466,-51,13389
1930
+ #0# tetGru,
1931
+ tetGru,tetGru,ICRS,23,06,52.73046,-43,31,13.2857,-47.17,-13.49,9.6,24.73,4.332,0,0
1932
+ Theta Gruis,tetGru,ICRS,23,06,52.73046,-43,31,13.2857,-47.17,-13.49,9.6,24.73,4.332,0,0
1933
+ #0# zetGru,
1934
+ zetGru,zetGru,ICRS,23,00,52.81281,-52,45,14.8808,-63.96,-11.53,-1.1,29.96,4.115,-53,10382
1935
+ Zeta Gruis,zetGru,ICRS,23,00,52.81281,-52,45,14.8808,-63.96,-11.53,-1.1,29.96,4.115,-53,10382
1936
+ #0# iotGru,
1937
+ iotGru,iotGru,ICRS,23,10,21.53755,-45,14,48.1647,132.5,-26.66,-4.4,17.8,3.877,-45,14947
1938
+ Iota Gruis,iotGru,ICRS,23,10,21.53755,-45,14,48.1647,132.5,-26.66,-4.4,17.8,3.877,-45,14947
1939
+ #0# lamGru,
1940
+ lamGru,lamGru,ICRS,22,06,06.88568,-39,32,36.0659,-23.8,-124.58,38.8,13.47,4.458,-40,14639
1941
+ Lambda Gruis,lamGru,ICRS,22,06,06.88568,-39,32,36.0659,-23.8,-124.58,38.8,13.47,4.458,-40,14639
1942
+ #0# nu.Gru,
1943
+ nu.Gru,nu.Gru,ICRS,22,28,39.21012,-39,07,54.4477,37.43,-160.51,10.6,11.44,5.473,-39,14723
1944
+ Nu Gruis,nu.Gru,ICRS,22,28,39.21012,-39,07,54.4477,37.43,-160.51,10.6,11.44,5.473,-39,14723
1945
+ #0# omiGru,
1946
+ omiGru,omiGru,ICRS,23,26,36.57748,-52,43,17.7656,34.52,130.66,22,32.5,5.522,-53,10461
1947
+ Omicron Gruis,omiGru,ICRS,23,26,36.57748,-52,43,17.7656,34.52,130.66,22,32.5,5.522,-53,10461
1948
+ # Hercules
1949
+ #0# betHer, Kornephoros
1950
+ betHer,betHer,ICRS,16,30,13.19955,+21,29,22.6008,-99.15,-15.39,-25.91,23.44,2.77, 21, 2934
1951
+ Beta Herculis,betHer,ICRS,16,30,13.19955,+21,29,22.6008,-99.15,-15.39,-25.91,23.44,2.77, 21, 2934
1952
+ Kornephoros,betHer,ICRS,16,30,13.19955,+21,29,22.6008,-99.15,-15.39,-25.91,23.44,2.77, 21, 2934
1953
+ #0# alf01Her,
1954
+ alf01Her,alf01Her,ICRS,17,14,38.853,+14,23,25.34,-17,47,-33.1,7,3.35, 0,0
1955
+ Alpha Herculis 01,alf01Her,ICRS,17,14,38.853,+14,23,25.34,-17,47,-33.1,7,3.35, 0,0
1956
+ #Rasalgethi ,alf-1Her,ICRS,17,14,38.853,+14,23,25.34,-17,47,-33.1,-7,3.35, 0,0
1957
+ #0# zetHer, Rutilicus
1958
+ zetHer,zetHer,ICRS,16,41,17.16104,+31,36,09.7873,-461.52,342.28,-67.8,93.32,2.8, 0, 0
1959
+ Zeta Herculis,zetHer,ICRS,16,41,17.16104,+31,36,09.7873,-461.52,342.28,-67.8,93.32,2.8, 0, 0
1960
+ Rutilicus,zetHer,ICRS,16,41,17.16104,+31,36,09.7873,-461.52,342.28,-67.8,93.32,2.8, 0, 0
1961
+ #0# gamHer,
1962
+ gamHer,gamHer,ICRS,16,21,55.21440,+19,09,11.2618,-47.39,43.81,-35.3,16.93,3.76, 19, 3086
1963
+ Gamma Herculis,gamHer,ICRS,16,21,55.21440,+19,09,11.2618,-47.39,43.81,-35.3,16.93,3.76, 19, 3086
1964
+ #0# delHer, Sarin
1965
+ delHer,delHer,ICRS,17,15,01.91058,+24,50,21.1451,-21.18,-156.48,-40,43.41,3.13, 25, 3221
1966
+ Delta Herculis,delHer,ICRS,17,15,01.91058,+24,50,21.1451,-21.18,-156.48,-40,43.41,3.13, 25, 3221
1967
+ Sarin,delHer,ICRS,17,15,01.91058,+24,50,21.1451,-21.18,-156.48,-40,43.41,3.13, 25, 3221
1968
+ #0# epsHer, Kajam epsHer
1969
+ epsHer,epsHer,ICRS,17,00,17.37378,+30,55,35.0565,-47.69,26.9,-25.1,21.04,3.92, 31, 2947
1970
+ Epsilon Herculis,epsHer,ICRS,17,00,17.37378,+30,55,35.0565,-47.69,26.9,-25.1,21.04,3.92, 31, 2947
1971
+ Kajam epsHer,epsHer,ICRS,17,00,17.37378,+30,55,35.0565,-47.69,26.9,-25.1,21.04,3.92, 31, 2947
1972
+ #0# etaHer, Sofian
1973
+ etaHer,etaHer,ICRS,16,42,53.76509,+38,55,20.1129,35.41,-85.3,8.27,30.02,3.5, 39, 3029
1974
+ Eta Herculis,etaHer,ICRS,16,42,53.76509,+38,55,20.1129,35.41,-85.3,8.27,30.02,3.5, 39, 3029
1975
+ Sofian,etaHer,ICRS,16,42,53.76509,+38,55,20.1129,35.41,-85.3,8.27,30.02,3.5, 39, 3029
1976
+ #0# tetHer, Rukbalgethi Genubi
1977
+ tetHer,tetHer,ICRS,17,56,15.18054,+37,15,01.9343,2.67,6.47,-28.32,4.33,3.88, 37, 2982
1978
+ Theta Herculis,tetHer,ICRS,17,56,15.18054,+37,15,01.9343,2.67,6.47,-28.32,4.33,3.88, 37, 2982
1979
+ Rukbalgethi Genubi,tetHer,ICRS,17,56,15.18054,+37,15,01.9343,2.67,6.47,-28.32,4.33,3.88, 37, 2982
1980
+ #0# iotHer, Al Jathiyah
1981
+ iotHer,iotHer,ICRS,17,39,27.88609,+46,00,22.8001,-7.48,4.53,-18.9,7.17,3.8, 46, 2349
1982
+ Iota Herculis,iotHer,ICRS,17,39,27.88609,+46,00,22.8001,-7.48,4.53,-18.9,7.17,3.8, 46, 2349
1983
+ Al Jathiyah,iotHer,ICRS,17,39,27.88609,+46,00,22.8001,-7.48,4.53,-18.9,7.17,3.8, 46, 2349
1984
+ #0# kapHer, Marsic
1985
+ kapHer,kapHer,ICRS,16,08,04.52481,+17,02,49.1150,-35.55,-7.04,-10.5,8.87,4.994, 17, 2964
1986
+ Kappa Herculis,kapHer,ICRS,16,08,04.52481,+17,02,49.1150,-35.55,-7.04,-10.5,8.87,4.994, 17, 2964
1987
+ Marsic,kapHer,ICRS,16,08,04.52481,+17,02,49.1150,-35.55,-7.04,-10.5,8.87,4.994, 17, 2964
1988
+ #Marfik ,kapHer,ICRS,16,08,04.52481,+17,02,49.1150,-35.55,-7.04,-10.5,8.87,4.994, 17, 2964
1989
+ #0# lamHer, Maasym
1990
+ lamHer,lamHer,ICRS,17,30,44.31022,+26,06,38.3213,18.81,16.62,-26.51,8.83,4.41, 26, 3034
1991
+ Lambda Herculis,lamHer,ICRS,17,30,44.31022,+26,06,38.3213,18.81,16.62,-26.51,8.83,4.41, 26, 3034
1992
+ Maasym,lamHer,ICRS,17,30,44.31022,+26,06,38.3213,18.81,16.62,-26.51,8.83,4.41, 26, 3034
1993
+ #0# mu.Her, Melkarth
1994
+ mu.Her,mu.Her,ICRS,17,46,27.52667,+27,43,14.4379,-291.66,-749.6,-17.07,120.33,3.42, 27, 2888
1995
+ Mu Herculis,mu.Her,ICRS,17,46,27.52667,+27,43,14.4379,-291.66,-749.6,-17.07,120.33,3.42, 27, 2888
1996
+ Melkarth,mu.Her,ICRS,17,46,27.52667,+27,43,14.4379,-291.66,-749.6,-17.07,120.33,3.42, 27, 2888
1997
+ #0# ksiHer,
1998
+ ksiHer,ksiHer,ICRS,17,57,45.88571,+29,14,52.3675,82.44,-18.73,-1.72,23.84,3.7, 29, 3156
1999
+ Xi Herculis,ksiHer,ICRS,17,57,45.88571,+29,14,52.3675,82.44,-18.73,-1.72,23.84,3.7, 29, 3156
2000
+ #0# omiHer,
2001
+ omiHer,omiHer,ICRS,18,07,32.55073,+28,45,44.9679,-0.02,8.55,-29.5,9.65,3.827, 28, 2925
2002
+ Omicron Herculis,omiHer,ICRS,18,07,32.55073,+28,45,44.9679,-0.02,8.55,-29.5,9.65,3.827, 28, 2925
2003
+ #0# pi.Her, Fudail
2004
+ pi.Her,pi.Her,ICRS,17,15,02.83436,+36,48,32.9843,-27.29,2.82,-25.57,8.66,3.18, 36, 2844
2005
+ Pi Herculis,pi.Her,ICRS,17,15,02.83436,+36,48,32.9843,-27.29,2.82,-25.57,8.66,3.18, 36, 2844
2006
+ Fudail,pi.Her,ICRS,17,15,02.83436,+36,48,32.9843,-27.29,2.82,-25.57,8.66,3.18, 36, 2844
2007
+ #0# sigHer,
2008
+ sigHer,sigHer,ICRS,16,34,06.18334,+42,26,13.3455,-7.54,59.42,-10.9,10.36,4.196, 42, 2724
2009
+ Sigma Herculis,sigHer,ICRS,16,34,06.18334,+42,26,13.3455,-7.54,59.42,-10.9,10.36,4.196, 42, 2724
2010
+ #0# tauHer, Rukbalgethi Shemali
2011
+ tauHer,tauHer,ICRS,16,19,44.43666,+46,18,48.1123,-13.33,38.48,-15.5,10.61,3.9, 46, 2169
2012
+ Tau Herculis,tauHer,ICRS,16,19,44.43666,+46,18,48.1123,-13.33,38.48,-15.5,10.61,3.9, 46, 2169
2013
+ Rukbalgethi Shemali,tauHer,ICRS,16,19,44.43666,+46,18,48.1123,-13.33,38.48,-15.5,10.61,3.9, 46, 2169
2014
+ #0# phiHer,
2015
+ phiHer,phiHer,ICRS,16,08,46.17745,+44,56,05.6663,-26.63,36.76,-16.3,15.99,4.27, 45, 2376
2016
+ Phi Herculis,phiHer,ICRS,16,08,46.17745,+44,56,05.6663,-26.63,36.76,-16.3,15.99,4.27, 45, 2376
2017
+ #0# chiHer,
2018
+ chiHer,chiHer,ICRS,15,52,40.54141,+42,27,05.4664,438.9,629.7,-55.88,62.92,4.62, 42, 2648
2019
+ Chi Herculis,chiHer,ICRS,15,52,40.54141,+42,27,05.4664,438.9,629.7,-55.88,62.92,4.62, 42, 2648
2020
+ #0# omeHer, Cujam
2021
+ omeHer,omeHer,ICRS,16,25,24.9536,+14,01,59.769,39.765,-59.974,-5.9,13.04,4.58, 14, 3049
2022
+ Omega Herculis,omeHer,ICRS,16,25,24.9536,+14,01,59.769,39.765,-59.974,-5.9,13.04,4.58, 14, 3049
2023
+ Cujam,omeHer,ICRS,16,25,24.9536,+14,01,59.769,39.765,-59.974,-5.9,13.04,4.58, 14, 3049
2024
+ #0# rhoHer,
2025
+ rhoHer,rhoHer,ICRS,17,23,40.94412,+37,08,45.3940,-39.38,7.71,-21,8.29,4.56,0,0
2026
+ Rho Herculis,rhoHer,ICRS,17,23,40.94412,+37,08,45.3940,-39.38,7.71,-21,8.29,4.56,0,0
2027
+ #0# HD149026, Ogma
2028
+ HD149026,HD149026,ICRS,16,30,29.6185,+38,20,50.308,-77.9,52.694,-18.02,13.04,8.14, 0,0
2029
+ Henry Draper Catalogue 149026,HD149026,ICRS,16,30,29.6185,+38,20,50.308,-77.9,52.694,-18.02,13.04,8.14, 0,0
2030
+ Ogma,HD149026,ICRS,16,30,29.6185,+38,20,50.308,-77.9,52.694,-18.02,13.04,8.14, 0,0
2031
+ # The solar apex, or the Apex of the Sun's Way, refers to the direction that the Sun travels
2032
+ # with respect to the so-called Local Standard of Rest.
2033
+ #0# Apex, Apex
2034
+ Apex,Apex,1950,18,03,50.2, 30,00,16.8, 0.000, 0.00,-16.5,0.0000,999.99, 0, 0
2035
+ Apex,Apex,1950,18,03,50.2, 30,00,16.8, 0.000, 0.00,-16.5,0.0000,999.99, 0, 0
2036
+ Apex,Apex,1950,18,03,50.2, 30,00,16.8, 0.000, 0.00,-16.5,0.0000,999.99, 0, 0
2037
+ # Horologium
2038
+ #0# alfHor,
2039
+ alfHor,alfHor,ICRS,04,14,00.11445,-42,17,39.7232,42.02,-203.55,21.6,28.36,3.86,-42, 1425
2040
+ Alpha Horologii,alfHor,ICRS,04,14,00.11445,-42,17,39.7232,42.02,-203.55,21.6,28.36,3.86,-42, 1425
2041
+ #0# zetHor,
2042
+ zetHor,zetHor,ICRS,02,40,39.61286,-54,32,59.6836,32.86,4.96,-1.1,20.37,5.21,-55, 446
2043
+ Zeta Horologii,zetHor,ICRS,02,40,39.61286,-54,32,59.6836,32.86,4.96,-1.1,20.37,5.21,-55, 446
2044
+ #0# lamHor,
2045
+ lamHor,lamHor,ICRS,02,24,53.91014,-60,18,43.0132,-71.69,-131.28,6,20.25,5.355,-60, 199
2046
+ Lambda Horologii,lamHor,ICRS,02,24,53.91014,-60,18,43.0132,-71.69,-131.28,6,20.25,5.355,-60, 199
2047
+ #0# mu.Hor,
2048
+ mu.Hor,mu.Hor,ICRS,03,03,36.81891,-59,44,15.9925,-73.29,-64.06,17.3,23.04,5.122,-60, 236
2049
+ Mu Horologii,mu.Hor,ICRS,03,03,36.81891,-59,44,15.9925,-73.29,-64.06,17.3,23.04,5.122,-60, 236
2050
+ #0# iotHor,
2051
+ iotHor,iotHor,ICRS,02,42,33.4666,-50,48,01.056,333.81,219.5,16.8,58.25,5.4,0,0
2052
+ Iota Horologii,iotHor,ICRS,02,42,33.4666,-50,48,01.056,333.81,219.5,16.8,58.25,5.4,0,0
2053
+ #0# etaHor,
2054
+ etaHor,etaHor,ICRS,02,37,24.37297,-52,32,35.0855,112.7,3.73,-3,21.95,5.293,0,0
2055
+ Eta Horologii,etaHor,ICRS,02,37,24.37297,-52,32,35.0855,112.7,3.73,-3,21.95,5.293,0,0
2056
+ #0# betHor,
2057
+ betHor,betHor,ICRS,02,58,47.79642,-64,04,16.6250,22.76,5.18,23.6,11.07,4.969,0,0
2058
+ Beta Horologii,betHor,ICRS,02,58,47.79642,-64,04,16.6250,22.76,5.18,23.6,11.07,4.969,0,0
2059
+ # Hydra
2060
+ #0# alfHya, Alphard, HIP 46390
2061
+ alfHya,alfHya,ICRS,09,27,35.24270,-08,39,30.9583,-15.23,34.37,-4.561,18.09,1.97
2062
+ Alpha Hydrae,alfHya,ICRS,09,27,35.24270,-08,39,30.9583,-15.23,34.37,-4.561,18.09,1.97
2063
+ Alphard,alfHya,ICRS,09,27,35.24270,-08,39,30.9583,-15.23,34.37,-4.561,18.09,1.97
2064
+ HIP 46390,alfHya,ICRS,09,27,35.24270,-08,39,30.9583,-15.23,34.37,-4.561,18.09,1.97
2065
+ #0# betHya,
2066
+ betHya,betHya,ICRS,11,52,54.52149,-33,54,29.2672,-56.56,0.19,-1,10.53,4.28,0, 0
2067
+ Beta Hydrae,betHya,ICRS,11,52,54.52149,-33,54,29.2672,-56.56,0.19,-1,10.53,4.28,0, 0
2068
+ #0# gamHya, Dhanab al Shuja
2069
+ gamHya,gamHya,ICRS,13,18,55.29719,-23,10,17.4514,68.99,-41.85,-4.74,24.37,3,-22, 3554
2070
+ Gamma Hydrae,gamHya,ICRS,13,18,55.29719,-23,10,17.4514,68.99,-41.85,-4.74,24.37,3,-22, 3554
2071
+ Dhanab al Shuja,gamHya,ICRS,13,18,55.29719,-23,10,17.4514,68.99,-41.85,-4.74,24.37,3,-22, 3554
2072
+ #0# delHya, Mautinah
2073
+ delHya,delHya,ICRS,08,37,39.36627,+05,42,13.6057,-70.19,-7.9,11.3,20.34,4.131, 06, 2001
2074
+ Delta Hydrae,delHya,ICRS,08,37,39.36627,+05,42,13.6057,-70.19,-7.9,11.3,20.34,4.131, 06, 2001
2075
+ Mautinah,delHya,ICRS,08,37,39.36627,+05,42,13.6057,-70.19,-7.9,11.3,20.34,4.131, 06, 2001
2076
+ #0# epsHya, Ashlesha
2077
+ epsHya,epsHya,ICRS,08,46,46.51223,+06,25,07.6855,-228.11,-43.82,36.4,25.23,3.38, 0, 0
2078
+ Epsilon Hydrae,epsHya,ICRS,08,46,46.51223,+06,25,07.6855,-228.11,-43.82,36.4,25.23,3.38, 0, 0
2079
+ Ashlesha,epsHya,ICRS,08,46,46.51223,+06,25,07.6855,-228.11,-43.82,36.4,25.23,3.38, 0, 0
2080
+ #0# zetHya, Hydrobius
2081
+ zetHya,zetHya,ICRS,08,55,23.62614,+05,56,44.0354,-100.06,15.46,22.3,19.51,3.1, 06, 2060
2082
+ Zeta Hydrae,zetHya,ICRS,08,55,23.62614,+05,56,44.0354,-100.06,15.46,22.3,19.51,3.1, 06, 2060
2083
+ Hydrobius,zetHya,ICRS,08,55,23.62614,+05,56,44.0354,-100.06,15.46,22.3,19.51,3.1, 06, 2060
2084
+ #0# etaHya,
2085
+ etaHya,etaHya,ICRS,08,43,13.47499,+03,23,55.1867,-19.39,-1.08,16.1,5.56,4.3, 0, 0
2086
+ Eta Hydrae,etaHya,ICRS,08,43,13.47499,+03,23,55.1867,-19.39,-1.08,16.1,5.56,4.3, 0, 0
2087
+ #0# tetHya,
2088
+ tetHya,tetHya,ICRS,09,14,21.86007,+02,18,51.3432,114.64,-313.94,-10.7,28.74,3.88, 02, 2167
2089
+ Theta Hydrae,tetHya,ICRS,09,14,21.86007,+02,18,51.3432,114.64,-313.94,-10.7,28.74,3.88, 02, 2167
2090
+ #0# iotHya,
2091
+ iotHya,iotHya,ICRS,09,39,51.36145,-01,08,34.1135,46.96,-62.39,24.19,12.39,3.91,-00, 2231
2092
+ Iota Hydrae,iotHya,ICRS,09,39,51.36145,-01,08,34.1135,46.96,-62.39,24.19,12.39,3.91,-00, 2231
2093
+ #0# kapHya,
2094
+ kapHya,kapHya,ICRS,09,40,18.36496,-14,19,56.2675,-23.41,-21.1,20.6,7.48,5.052,-13, 2917
2095
+ Kappa Hydrae,kapHya,ICRS,09,40,18.36496,-14,19,56.2675,-23.41,-21.1,20.6,7.48,5.052,-13, 2917
2096
+ #0# lamHya,
2097
+ lamHya,lamHya,ICRS,10,10,35.27667,-12,21,14.6938,-201.27,-99.63,19.4,28.98,3.61,-11, 2820
2098
+ Lambda Hydrae,lamHya,ICRS,10,10,35.27667,-12,21,14.6938,-201.27,-99.63,19.4,28.98,3.61,-11, 2820
2099
+ #0# mu.Hya,
2100
+ mu.Hya,mu.Hya,ICRS,10,26,05.42630,-16,50,10.6429,-129.17,-79.76,40.81,13.93,3.81,-16, 3052
2101
+ Mu Hydrae,mu.Hya,ICRS,10,26,05.42630,-16,50,10.6429,-129.17,-79.76,40.81,13.93,3.81,-16, 3052
2102
+ #0# nu.Hya, Pleura
2103
+ nu.Hya,nu.Hya,ICRS,10,49,37.48875,-16,11,37.1360,93.35,198.88,-1.37,22.69,3.11,-15, 3138
2104
+ Nu Hydrae,nu.Hya,ICRS,10,49,37.48875,-16,11,37.1360,93.35,198.88,-1.37,22.69,3.11,-15, 3138
2105
+ Pleura,nu.Hya,ICRS,10,49,37.48875,-16,11,37.1360,93.35,198.88,-1.37,22.69,3.11,-15, 3138
2106
+ #0# ksiHya,
2107
+ ksiHya,ksiHya,ICRS,11,33,00.11505,-31,51,27.4435,-209.62,-40.84,-4.9,25.16,3.54,-31, 9083
2108
+ Xi Hydrae,ksiHya,ICRS,11,33,00.11505,-31,51,27.4435,-209.62,-40.84,-4.9,25.16,3.54,-31, 9083
2109
+ #0# omiHya,
2110
+ omiHya,omiHya,ICRS,11,40,12.78970,-34,44,40.7733,-43.24,-1.61,5.9,7.27,4.7,-34, 7610
2111
+ Omicron Hydrae,omiHya,ICRS,11,40,12.78970,-34,44,40.7733,-43.24,-1.61,5.9,7.27,4.7,-34, 7610
2112
+ #0# pi.Hya, Sataghni
2113
+ pi.Hya,pi.Hya,ICRS,14,06,22.29749,-26,40,56.5024,43.7,-141.18,27.2,32.3,3.28,-26,10095
2114
+ Pi Hydrae,pi.Hya,ICRS,14,06,22.29749,-26,40,56.5024,43.7,-141.18,27.2,32.3,3.28,-26,10095
2115
+ Sataghni,pi.Hya,ICRS,14,06,22.29749,-26,40,56.5024,43.7,-141.18,27.2,32.3,3.28,-26,10095
2116
+ #0# sigHya, Minchir
2117
+ sigHya,sigHya,ICRS,08,38,45.43747,+03,20,29.1701,-19.48,-15.92,27.28,8.75,4.43, 03, 2026
2118
+ Sigma Hydrae,sigHya,ICRS,08,38,45.43747,+03,20,29.1701,-19.48,-15.92,27.28,8.75,4.43, 03, 2026
2119
+ Minchir,sigHya,ICRS,08,38,45.43747,+03,20,29.1701,-19.48,-15.92,27.28,8.75,4.43, 03, 2026
2120
+ #0# tau01Hya, Ukdah prima
2121
+ tau01Hya,tau01Hya,ICRS,09,29,08.89655,-02,46,08.2649,99.01,-2.67,10.48,57.69,4.6,-02, 2901
2122
+ Tau Hydrae 01,tau01Hya,ICRS,09,29,08.89655,-02,46,08.2649,99.01,-2.67,10.48,57.69,4.6,-02, 2901
2123
+ Ukdah prima,tau01Hya,ICRS,09,29,08.89655,-02,46,08.2649,99.01,-2.67,10.48,57.69,4.6,-02, 2901
2124
+ #0# tau02Hya, Ukdah secunda
2125
+ tau02Hya,tau02Hya,ICRS,09,31,58.92729,-01,11,04.7899,-12.6,-3.99,3.9,6.3,4.548,-00, 2211
2126
+ Tau Hydrae 02,tau02Hya,ICRS,09,31,58.92729,-01,11,04.7899,-12.6,-3.99,3.9,6.3,4.548,-00, 2211
2127
+ Ukdah secunda,tau02Hya,ICRS,09,31,58.92729,-01,11,04.7899,-12.6,-3.99,3.9,6.3,4.548,-00, 2211
2128
+ #0# ups01Hya, Zhang
2129
+ ups01Hya,ups01Hya,ICRS,09,51,28.69384,-14,50,47.7710,18.88,-21.85,-14.34,12.36,4.11,0, 0
2130
+ Upsilon Hydrae 01,ups01Hya,ICRS,09,51,28.69384,-14,50,47.7710,18.88,-21.85,-14.34,12.36,4.11,0, 0
2131
+ Zhang,ups01Hya,ICRS,09,51,28.69384,-14,50,47.7710,18.88,-21.85,-14.34,12.36,4.11,0, 0
2132
+ #0# ups02Hya,
2133
+ ups02Hya,ups02Hya,ICRS,10,05,07.46888,-13,03,52.6561,-39.39,19.65,24.3,10.4,4.588,-12, 3073
2134
+ Upsilon Hydrae 02,ups02Hya,ICRS,10,05,07.46888,-13,03,52.6561,-39.39,19.65,24.3,10.4,4.588,-12, 3073
2135
+ #0# chi01Hya,
2136
+ chi01Hya,chi01Hya,ICRS,11,05,19.90766,-27,17,36.9957,-190.41,-5.96,19.1,23.13,4.94,-26, 8338
2137
+ Chi Hydrae 01,chi01Hya,ICRS,11,05,19.90766,-27,17,36.9957,-190.41,-5.96,19.1,23.13,4.94,-26, 8338
2138
+ # Hydrus
2139
+ #0# alfHyi,
2140
+ alfHyi,alfHyi,ICRS,01,58,46.19467,-61,34,11.4948,263.66,26.77,8.7,45.43,2.84,-62, 162
2141
+ Alpha Hydri,alfHyi,ICRS,01,58,46.19467,-61,34,11.4948,263.66,26.77,8.7,45.43,2.84,-62, 162
2142
+ #0# betHyi,
2143
+ betHyi,betHyi,ICRS,00,25,45.07036,-77,15,15.2860,2219.54,324.09,23.1,134.07,2.79,-77, 16
2144
+ Beta Hydri,betHyi,ICRS,00,25,45.07036,-77,15,15.2860,2219.54,324.09,23.1,134.07,2.79,-77, 16
2145
+ #0# gamHyi,
2146
+ gamHyi,gamHyi,ICRS,03,47,14.34062,-74,14,20.2686,50.85,114.74,15.8,15.24,3.26,-74, 276
2147
+ Gamma Hydri,gamHyi,ICRS,03,47,14.34062,-74,14,20.2686,50.85,114.74,15.8,15.24,3.26,-74, 276
2148
+ #0# delHyi,
2149
+ delHyi,delHyi,ICRS,02,21,44.94286,-68,39,33.9038,-49.95,2.48,6,23.35,4.09,-69, 113
2150
+ Delta Hydri,delHyi,ICRS,02,21,44.94286,-68,39,33.9038,-49.95,2.48,6,23.35,4.09,-69, 113
2151
+ #0# epsHyi,
2152
+ epsHyi,epsHyi,ICRS,02,39,35.36121,-68,16,01.0103,87.424,0.09,13.6,21.48,4.096,-68, 161
2153
+ Epsilon Hydri,epsHyi,ICRS,02,39,35.36121,-68,16,01.0103,87.424,0.09,13.6,21.48,4.096,-68, 161
2154
+ #0# eta02Hyi,
2155
+ eta02Hyi,eta02Hyi,ICRS,01,54,56.13169,-67,38,50.2939,76.22,72.94,-16.2,14.91,4.685,-68, 101
2156
+ Eta Hydri 02,eta02Hyi,ICRS,01,54,56.13169,-67,38,50.2939,76.22,72.94,-16.2,14.91,4.685,-68, 101
2157
+ #0# tetHyi,
2158
+ tetHyi,tetHyi,ICRS,03,02,15.44844,-71,54,08.8369,27.19,16.82,12.3,6.34,5.499,-72, 219
2159
+ Theta Hydri,tetHyi,ICRS,03,02,15.44844,-71,54,08.8369,27.19,16.82,12.3,6.34,5.499,-72, 219
2160
+ #0# iotHyi,
2161
+ iotHyi,iotHyi,ICRS,03,15,57.66176,-77,23,18.4341,113.72,62.1,19.4,33.66,5.506,-77, 134
2162
+ Iota Hydri,iotHyi,ICRS,03,15,57.66176,-77,23,18.4341,113.72,62.1,19.4,33.66,5.506,-77, 134
2163
+ #0# kapHyi,
2164
+ kapHyi,kapHyi,ICRS,02,22,52.30687,-73,38,44.8506,-80.75,11.97,22,10.28,5.987,-74, 194
2165
+ Kappa Hydri,kapHyi,ICRS,02,22,52.30687,-73,38,44.8506,-80.75,11.97,22,10.28,5.987,-74, 194
2166
+ #0# lamHyi,
2167
+ lamHyi,lamHyi,ICRS,00,48,35.41650,-74,55,24.3732,132.89,-34.29,9.5,15.4,5.083,-75, 64
2168
+ Lambda Hydri,lamHyi,ICRS,00,48,35.41650,-74,55,24.3732,132.89,-34.29,9.5,15.4,5.083,-75, 64
2169
+ #0# mu.Hyi,
2170
+ mu.Hyi,mu.Hyi,ICRS,02,31,40.54440,-79,06,33.7721,137.24,-54.22,-14.5,11.49,5.275,-79, 66
2171
+ Mu Hydri,mu.Hyi,ICRS,02,31,40.54440,-79,06,33.7721,137.24,-54.22,-14.5,11.49,5.275,-79, 66
2172
+ # Indus
2173
+ #0# alfInd,
2174
+ alfInd,alfInd,ICRS,20,37,34.03201,-47,17,29.4026,49.24,66.53,-1.3,33.17,3.11,-47,13477
2175
+ Alpha Indi,alfInd,ICRS,20,37,34.03201,-47,17,29.4026,49.24,66.53,-1.3,33.17,3.11,-47,13477
2176
+ #0# betInd,
2177
+ betInd,betInd,ICRS,20,54,48.60278,-58,27,14.9618,20.79,-25.2,-4.9,5.33,3.65,-58, 7788
2178
+ Beta Indi,betInd,ICRS,20,54,48.60278,-58,27,14.9618,20.79,-25.2,-4.9,5.33,3.65,-58, 7788
2179
+ #0# gamInd,
2180
+ gamInd,gamInd,ICRS,21,26,15.43925,-54,39,37.6477,1.11,39.38,10.4,14.96,6.082,-55, 9586
2181
+ Gamma Indi,gamInd,ICRS,21,26,15.43925,-54,39,37.6477,1.11,39.38,10.4,14.96,6.082,-55, 9586
2182
+ #0# delInd,
2183
+ delInd,delInd,ICRS,21,57,55.07353,-54,59,33.2740,41.94,-3.93,9.4,17.34,4.4,-55, 9733
2184
+ Delta Indi,delInd,ICRS,21,57,55.07353,-54,59,33.2740,41.94,-3.93,9.4,17.34,4.4,-55, 9733
2185
+ #0# epsInd,
2186
+ epsInd,epsInd,ICRS,22,03,21.65809,-56,47,09.5169,3960.93,-2539.23,-40,276.06,4.69,-57,10015
2187
+ Epsilon Indi,epsInd,ICRS,22,03,21.65809,-56,47,09.5169,3960.93,-2539.23,-40,276.06,4.69,-57,10015
2188
+ #0# etaInd,
2189
+ etaInd,etaInd,ICRS,20,44,02.33404,-51,55,15.4970,155.8,-53.86,-1.6,41.37,4.495,-52,11752
2190
+ Eta Indi,etaInd,ICRS,20,44,02.33404,-51,55,15.4970,155.8,-53.86,-1.6,41.37,4.495,-52,11752
2191
+ #0# tetInd,
2192
+ tetInd,tetInd,ICRS,21,19,51.98955,-53,26,57.9315,107.9,-66.41,-14.5,33.02,4.4,0,0
2193
+ Theta Indi,tetInd,ICRS,21,19,51.98955,-53,26,57.9315,107.9,-66.41,-14.5,33.02,4.4,0,0
2194
+ #0# omiInd,
2195
+ omiInd,omiInd,ICRS,21,50,47.18681,-69,37,45.8967,-23.27,-4.65,20.2,6,5.505,-70, 2873
2196
+ Omicron Indi,omiInd,ICRS,21,50,47.18681,-69,37,45.8967,-23.27,-4.65,20.2,6,5.505,-70, 2873
2197
+ #0# rhoInd,
2198
+ rhoInd,rhoInd,ICRS,22,54,39.48205,-70,04,25.3530,-43.89,73.04,-4,37.39,6.05,-70, 2971
2199
+ Rho Indi,rhoInd,ICRS,22,54,39.48205,-70,04,25.3530,-43.89,73.04,-4,37.39,6.05,-70, 2971
2200
+ # Lacerta
2201
+ #0# alfLac,
2202
+ alfLac,alfLac,ICRS,22,31,17.50131,+50,16,56.9682,137.51,17.01,-4.5,31.79,3.77, 49, 3875
2203
+ Alpha Lacertae,alfLac,ICRS,22,31,17.50131,+50,16,56.9682,137.51,17.01,-4.5,31.79,3.77, 49, 3875
2204
+ #0# betLac,
2205
+ betLac,betLac,ICRS,22,23,33.62375,+52,13,44.5646,-13.25,-186.77,-11.42,19.19,4.44, 51, 3358
2206
+ Beta Lacertae,betLac,ICRS,22,23,33.62375,+52,13,44.5646,-13.25,-186.77,-11.42,19.19,4.44, 51, 3358
2207
+ #0# 1Lac,
2208
+ 1Lac,1Lac,ICRS,22,15,58.17673,+37,44,55.4385,8.85,-0.72,-8.58,5.25,4.15,0,0
2209
+ Lacertae1,1Lac,ICRS,22,15,58.17673,+37,44,55.4385,8.85,-0.72,-8.58,5.25,4.15,0,0
2210
+ #0# 2Lac,
2211
+ 2Lac,2Lac,ICRS,22,21,01.54727,+46,32,11.6461,22.35,1.45,-9.5,5.88,4.54,0,0
2212
+ Lacertae2,2Lac,ICRS,22,21,01.54727,+46,32,11.6461,22.35,1.45,-9.5,5.88,4.54,0,0
2213
+ #0# 4Lac,
2214
+ 4Lac,4Lac,ICRS,22,24,30.99068,+49,28,35.0176,-5.55,-2.85,-26,1.45,4.58,0,0
2215
+ Lacertae4,4Lac,ICRS,22,24,30.99068,+49,28,35.0176,-5.55,-2.85,-26,1.45,4.58,0,0
2216
+ #0# 5Lac,
2217
+ 5Lac,5Lac,ICRS,22,29,31.82251,+47,42,24.7927,-0.37,-3.33,-12.93,1.98,4.37,0,0
2218
+ Lacertae5,5Lac,ICRS,22,29,31.82251,+47,42,24.7927,-0.37,-3.33,-12.93,1.98,4.37,0,0
2219
+ #0# 6Lac,
2220
+ 6Lac,6Lac,ICRS,22,30,29.26005,+43,07,24.1565,-1.98,-5.36,-8.7,1.9,4.511,0,0
2221
+ Lacertae6,6Lac,ICRS,22,30,29.26005,+43,07,24.1565,-1.98,-5.36,-8.7,1.9,4.511,0,0
2222
+ # Leo
2223
+ #0# betLeo, Denebola, HIP 57632
2224
+ betLeo,betLeo,ICRS,11,49,03.57834,+14,34,19.4090,-497.68,-114.67,-0.20,90.91,2.13
2225
+ Beta Leonis,betLeo,ICRS,11,49,03.57834,+14,34,19.4090,-497.68,-114.67,-0.20,90.91,2.13
2226
+ Denebola,betLeo,ICRS,11,49,03.57834,+14,34,19.4090,-497.68,-114.67,-0.20,90.91,2.13
2227
+ HIP 57632,betLeo,ICRS,11,49,03.57834,+14,34,19.4090,-497.68,-114.67,-0.20,90.91,2.13
2228
+ #0# gam01Leo, Algieba
2229
+ gam01Leo,gam01Leo,ICRS,10,19,58.427,+19,50,28.53,294.9,-154,-36.98,25.96,1.98, 20, 2467
2230
+ Gamma Leonis 01,gam01Leo,ICRS,10,19,58.427,+19,50,28.53,294.9,-154,-36.98,25.96,1.98, 20, 2467
2231
+ Algieba,gam01Leo,ICRS,10,19,58.427,+19,50,28.53,294.9,-154,-36.98,25.96,1.98, 20, 2467
2232
+ #0# delLeo, Zosma, HIP 54872
2233
+ delLeo,delLeo,ICRS,11,14,06.50142,+20,31,25.3853,143.42,-129.88,-20.90,55.82,2.53
2234
+ Delta Leonis,delLeo,ICRS,11,14,06.50142,+20,31,25.3853,143.42,-129.88,-20.90,55.82,2.53
2235
+ Zosma,delLeo,ICRS,11,14,06.50142,+20,31,25.3853,143.42,-129.88,-20.90,55.82,2.53
2236
+ HIP 54872,delLeo,ICRS,11,14,06.50142,+20,31,25.3853,143.42,-129.88,-20.90,55.82,2.53
2237
+ #0# epsLeo, Ras Elased Australis
2238
+ epsLeo,epsLeo,ICRS,09,45,51.07330,+23,46,27.3208,-45.61,-9.21,4.48,13.22,2.98, 24, 2129
2239
+ Epsilon Leonis,epsLeo,ICRS,09,45,51.07330,+23,46,27.3208,-45.61,-9.21,4.48,13.22,2.98, 24, 2129
2240
+ Ras Elased Australis,epsLeo,ICRS,09,45,51.07330,+23,46,27.3208,-45.61,-9.21,4.48,13.22,2.98, 24, 2129
2241
+ #0# zetLeo, Adhafera
2242
+ zetLeo,zetLeo,ICRS,10,16,41.41597,+23,25,02.3221,18.39,-6.84,-21.4,11.9,3.41, 24, 2209
2243
+ Zeta Leonis,zetLeo,ICRS,10,16,41.41597,+23,25,02.3221,18.39,-6.84,-21.4,11.9,3.41, 24, 2209
2244
+ Adhafera,zetLeo,ICRS,10,16,41.41597,+23,25,02.3221,18.39,-6.84,-21.4,11.9,3.41, 24, 2209
2245
+ #0# etaLeo, Al Jabhah
2246
+ etaLeo,etaLeo,ICRS,10,07,19.95186,+16,45,45.5803,-2.8,-1.82,1.4,2.57,3.41, 17, 2171
2247
+ Eta Leonis,etaLeo,ICRS,10,07,19.95186,+16,45,45.5803,-2.8,-1.82,1.4,2.57,3.41, 17, 2171
2248
+ Al Jabhah,etaLeo,ICRS,10,07,19.95186,+16,45,45.5803,-2.8,-1.82,1.4,2.57,3.41, 17, 2171
2249
+ #0# iotLeo, Tsze Tseang
2250
+ iotLeo,iotLeo,ICRS,11,23,55.45273,+10,31,46.2195,141.45,-79.14,-11.8,42.24,4, 11, 2348
2251
+ Iota Leonis,iotLeo,ICRS,11,23,55.45273,+10,31,46.2195,141.45,-79.14,-11.8,42.24,4, 11, 2348
2252
+ Tsze Tseang,iotLeo,ICRS,11,23,55.45273,+10,31,46.2195,141.45,-79.14,-11.8,42.24,4, 11, 2348
2253
+ #0# kapLeo, Kappa Leonis
2254
+ kapLeo,kapLeo,ICRS,09,24,39.2586717722,+26,10,56.367449863,-32.493,-47.421,27.81,16.3121,4.46
2255
+ Kappa Leonis,kapLeo,ICRS,09,24,39.2586717722,+26,10,56.367449863,-32.493,-47.421,27.81,16.3121,4.46
2256
+ Kappa Leonis,kapLeo,ICRS,09,24,39.2586717722,+26,10,56.367449863,-32.493,-47.421,27.81,16.3121,4.46
2257
+ #0# lamLeo, Alterf
2258
+ lamLeo,lamLeo,ICRS,09,31,43.22754,+22,58,04.6904,-20.17,-39.47,24.27,9.91,4.31, 23, 2107
2259
+ Lambda Leonis,lamLeo,ICRS,09,31,43.22754,+22,58,04.6904,-20.17,-39.47,24.27,9.91,4.31, 23, 2107
2260
+ Alterf,lamLeo,ICRS,09,31,43.22754,+22,58,04.6904,-20.17,-39.47,24.27,9.91,4.31, 23, 2107
2261
+ #0# mu.Leo, Rasalas
2262
+ mu.Leo,mu.Leo,ICRS,09,52,45.81654,+26,00,25.0319,-217.31,-54.26,13.63,26.28,3.88, 26, 2019
2263
+ Mu Leonis,mu.Leo,ICRS,09,52,45.81654,+26,00,25.0319,-217.31,-54.26,13.63,26.28,3.88, 26, 2019
2264
+ Rasalas,mu.Leo,ICRS,09,52,45.81654,+26,00,25.0319,-217.31,-54.26,13.63,26.28,3.88, 26, 2019
2265
+ #0# ksiLeo,
2266
+ ksiLeo,ksiLeo,ICRS,09,31,56.73886,+11,17,59.3933,-89.98,-81.85,35.83,15.13,4.963, 11, 2053
2267
+ Xi Leonis,ksiLeo,ICRS,09,31,56.73886,+11,17,59.3933,-89.98,-81.85,35.83,15.13,4.963, 11, 2053
2268
+ #0# omiLeo, Subra
2269
+ omiLeo,omiLeo,ICRS,09,41,09.03305,+09,53,32.3102,-143.2,-37.2,26.18,25.03,3.52, 10, 2044
2270
+ Omicron Leonis,omiLeo,ICRS,09,41,09.03305,+09,53,32.3102,-143.2,-37.2,26.18,25.03,3.52, 10, 2044
2271
+ Subra,omiLeo,ICRS,09,41,09.03305,+09,53,32.3102,-143.2,-37.2,26.18,25.03,3.52, 10, 2044
2272
+ #0# sigLeo, Shishimai
2273
+ sigLeo,sigLeo,ICRS,11,21,08.19349,+06,01,45.5710,-92.97,-11.48,-5.3,14.82,4.04, 06, 2437
2274
+ Sigma Leonis,sigLeo,ICRS,11,21,08.19349,+06,01,45.5710,-92.97,-11.48,-5.3,14.82,4.04, 06, 2437
2275
+ Shishimai,sigLeo,ICRS,11,21,08.19349,+06,01,45.5710,-92.97,-11.48,-5.3,14.82,4.04, 06, 2437
2276
+ #0# tetLeo, Chort
2277
+ tetLeo,tetLeo,ICRS,11,14,14.40446,+15,25,46.4541,-60.31,-79.1,7.3,19.76,3.35, 16, 2234
2278
+ Theta Leonis,tetLeo,ICRS,11,14,14.40446,+15,25,46.4541,-60.31,-79.1,7.3,19.76,3.35, 16, 2234
2279
+ Chort,tetLeo,ICRS,11,14,14.40446,+15,25,46.4541,-60.31,-79.1,7.3,19.76,3.35, 16, 2234
2280
+ #0# pi.Leo,
2281
+ pi.Leo,pi.Leo,ICRS,10,00,12.80589,+08,02,39.2032,-31.41,-22.15,22.3,8.03,4.7, 08, 2301
2282
+ Pi Leonis,pi.Leo,ICRS,10,00,12.80589,+08,02,39.2032,-31.41,-22.15,22.3,8.03,4.7, 08, 2301
2283
+ #0# rhoLeo, Shir
2284
+ rhoLeo,rhoLeo,ICRS,10,32,48.67168,+09,18,23.7094,-5.93,-3.4,42,0.6,3.87, 10, 2166
2285
+ Rho Leonis,rhoLeo,ICRS,10,32,48.67168,+09,18,23.7094,-5.93,-3.4,42,0.6,3.87, 10, 2166
2286
+ Shir,rhoLeo,ICRS,10,32,48.67168,+09,18,23.7094,-5.93,-3.4,42,0.6,3.87, 10, 2166
2287
+ #0# tauLeo,
2288
+ tauLeo,tauLeo,ICRS,11,27,56.23976,+02,51,22.5609,16.89,-9.81,-8.9,5.8,4.943, 03, 2504
2289
+ Tau Leonis,tauLeo,ICRS,11,27,56.23976,+02,51,22.5609,16.89,-9.81,-8.9,5.8,4.943, 03, 2504
2290
+ #0# upsLeo,
2291
+ upsLeo,upsLeo,ICRS,11,36,56.931,-00,49,25.49,1.76,43.37,1.79,17.97,4.3,-00, 2458
2292
+ Upsilon Leonis,upsLeo,ICRS,11,36,56.931,-00,49,25.49,1.76,43.37,1.79,17.97,4.3,-00, 2458
2293
+ #0# phiLeo,
2294
+ phiLeo,phiLeo,ICRS,11,16,39.69960,-03,39,05.7770,-110.37,-37.16,-3,17.71,4.45,-02, 3315
2295
+ Phi Leonis,phiLeo,ICRS,11,16,39.69960,-03,39,05.7770,-110.37,-37.16,-3,17.71,4.45,-02, 3315
2296
+ #0# chiLeo,
2297
+ chiLeo,chiLeo,ICRS,11,05,01.02754,+07,20,09.6235,-344.28,-47.65,3.3,34.49,4.63, 08, 2455
2298
+ Chi Leonis,chiLeo,ICRS,11,05,01.02754,+07,20,09.6235,-344.28,-47.65,3.3,34.49,4.63, 08, 2455
2299
+ #0# psiLeo,
2300
+ psiLeo,psiLeo,ICRS,09,43,43.90499,+14,01,18.1033,5.81,-4.8,10.23,5.34,5.35, 14, 2136
2301
+ Psi Leonis,psiLeo,ICRS,09,43,43.90499,+14,01,18.1033,5.81,-4.8,10.23,5.34,5.35, 14, 2136
2302
+ # Lepus
2303
+ #0# alfLep, Arneb
2304
+ alfLep,alfLep,ICRS,05,32,43.81612,-17,49,20.2414,3.56,1.18,25.1,1.47,2.57,-17, 1166
2305
+ Alpha Leporis,alfLep,ICRS,05,32,43.81612,-17,49,20.2414,3.56,1.18,25.1,1.47,2.57,-17, 1166
2306
+ Arneb,alfLep,ICRS,05,32,43.81612,-17,49,20.2414,3.56,1.18,25.1,1.47,2.57,-17, 1166
2307
+ #0# betLep, Nihal
2308
+ betLep,betLep,ICRS,05,28,14.72316,-20,45,33.9878,-5.02,-86.01,-14.2,20.34,2.84,-20, 1096
2309
+ Beta Leporis,betLep,ICRS,05,28,14.72316,-20,45,33.9878,-5.02,-86.01,-14.2,20.34,2.84,-20, 1096
2310
+ Nihal,betLep,ICRS,05,28,14.72316,-20,45,33.9878,-5.02,-86.01,-14.2,20.34,2.84,-20, 1096
2311
+ #0# gamLep,
2312
+ gamLep,gamLep,ICRS,05,44,27.79089,-22,26,54.1808,-291.67,-368.97,-9.29,112.02,3.6,-22, 1211
2313
+ Gamma Leporis,gamLep,ICRS,05,44,27.79089,-22,26,54.1808,-291.67,-368.97,-9.29,112.02,3.6,-22, 1211
2314
+ #0# delLep,
2315
+ delLep,delLep,ICRS,05,51,19.29613,-20,52,44.7232,229.49,-648.41,101.77,28.68,3.85,-20, 1211
2316
+ Delta Leporis,delLep,ICRS,05,51,19.29613,-20,52,44.7232,229.49,-648.41,101.77,28.68,3.85,-20, 1211
2317
+ #0# epsLep, Sasin
2318
+ epsLep,epsLep,ICRS,05,05,27.66537,-22,22,15.7239,21.13,-73.11,1,15.29,3.18,-22, 1000
2319
+ Epsilon Leporis,epsLep,ICRS,05,05,27.66537,-22,22,15.7239,21.13,-73.11,1,15.29,3.18,-22, 1000
2320
+ Sasin,epsLep,ICRS,05,05,27.66537,-22,22,15.7239,21.13,-73.11,1,15.29,3.18,-22, 1000
2321
+ #0# zetLep,
2322
+ zetLep,zetLep,ICRS,05,46,57.34096,-14,49,19.0199,-14.54,-1.07,24.7,46.28,3.525,-14, 1232
2323
+ Zeta Leporis,zetLep,ICRS,05,46,57.34096,-14,49,19.0199,-14.54,-1.07,24.7,46.28,3.525,-14, 1232
2324
+ #0# etaLep,
2325
+ etaLep,etaLep,ICRS,05,56,24.29300,-14,10,03.7189,-42.06,139.26,-2.14,67.21,3.72,-14, 1286
2326
+ Eta Leporis,etaLep,ICRS,05,56,24.29300,-14,10,03.7189,-42.06,139.26,-2.14,67.21,3.72,-14, 1286
2327
+ #0# lamLep,
2328
+ lamLep,lamLep,ICRS,05,19,34.52405,-13,10,36.4408,-3.3,-4.91,20.2,3.83,4.29,-13, 1127
2329
+ Lambda Leporis,lamLep,ICRS,05,19,34.52405,-13,10,36.4408,-3.3,-4.91,20.2,3.83,4.29,-13, 1127
2330
+ #0# mu.Lep,
2331
+ mu.Lep,mu.Lep,ICRS,05,12,55.90168,-16,12,19.6885,47.09,-16.39,27.1,17.54,3.29,-16, 1072
2332
+ Mu Leporis,mu.Lep,ICRS,05,12,55.90168,-16,12,19.6885,47.09,-16.39,27.1,17.54,3.29,-16, 1072
2333
+ # Libra
2334
+ #0# alf01Lib,
2335
+ alf01Lib,alf01Lib,ICRS,14,50,41.18097,-15,59,50.0482,-136.27,-59.04,-23.47,43.52,5.16,-15, 3965
2336
+ Alpha Librae 01,alf01Lib,ICRS,14,50,41.18097,-15,59,50.0482,-136.27,-59.04,-23.47,43.52,5.16,-15, 3965
2337
+ #0# alf02Lib, Zuben Elgenubi
2338
+ alf02Lib,alf02Lib,ICRS,14,50,52.71309,-16,02,30.3955,-105.68,-68.4,-10,43.03,2.75, -15, 3966
2339
+ Alpha Librae 02,alf02Lib,ICRS,14,50,52.71309,-16,02,30.3955,-105.68,-68.4,-10,43.03,2.75, -15, 3966
2340
+ Zuben Elgenubi,alf02Lib,ICRS,14,50,52.71309,-16,02,30.3955,-105.68,-68.4,-10,43.03,2.75, -15, 3966
2341
+ #0# betLib, Zuben Eschamali
2342
+ betLib,betLib,ICRS,15,17,00.41382,-09,22,58.4919,-98.1,-19.65,-35.6,17.62,2.62,-08, 3935
2343
+ Beta Librae,betLib,ICRS,15,17,00.41382,-09,22,58.4919,-98.1,-19.65,-35.6,17.62,2.62,-08, 3935
2344
+ Zuben Eschamali,betLib,ICRS,15,17,00.41382,-09,22,58.4919,-98.1,-19.65,-35.6,17.62,2.62,-08, 3935
2345
+ #0# gamLib, Zuben Elakrab
2346
+ gamLib,gamLib,ICRS,15,35,31.57881,-14,47,22.3278,65.34,7.45,-26.71,19.99,3.91,-14, 4237
2347
+ Gamma Librae,gamLib,ICRS,15,35,31.57881,-14,47,22.3278,65.34,7.45,-26.71,19.99,3.91,-14, 4237
2348
+ Zuben Elakrab,gamLib,ICRS,15,35,31.57881,-14,47,22.3278,65.34,7.45,-26.71,19.99,3.91,-14, 4237
2349
+ #0# delLib, Zuben Elakribi
2350
+ delLib,delLib,ICRS,15,00,58.35013,-08,31,08.2063,-63.46,-4.76,-38.7,11.11,4.93,-07, 3938
2351
+ Delta Librae,delLib,ICRS,15,00,58.35013,-08,31,08.2063,-63.46,-4.76,-38.7,11.11,4.93,-07, 3938
2352
+ Zuben Elakribi,delLib,ICRS,15,00,58.35013,-08,31,08.2063,-63.46,-4.76,-38.7,11.11,4.93,-07, 3938
2353
+ #0# zet01Lib,
2354
+ zet01Lib,zet01Lib,ICRS,15,28,15.40806,-16,42,59.3552,16.3,-34.6,-21.4,4.16,5.626,-16, 4089
2355
+ Zeta Librae 01,zet01Lib,ICRS,15,28,15.40806,-16,42,59.3552,16.3,-34.6,-21.4,4.16,5.626,-16, 4089
2356
+ #0# iot01Lib,
2357
+ iot01Lib,iot01Lib,ICRS,15,12,13.29025,-19,47,30.1592,-35.4,-32.79,-11.6,8.59,4.54,-19, 4047
2358
+ Iota Librae 01,iot01Lib,ICRS,15,12,13.29025,-19,47,30.1592,-35.4,-32.79,-11.6,8.59,4.54,-19, 4047
2359
+ #0# kapLib,
2360
+ kapLib,kapLib,ICRS,15,41,56.79858,-19,40,43.7745,-32.06,-103.15,-4.5,10.57,4.72,-19, 4188
2361
+ Kappa Librae,kapLib,ICRS,15,41,56.79858,-19,40,43.7745,-32.06,-103.15,-4.5,10.57,4.72,-19, 4188
2362
+ #0# lamLib,
2363
+ lamLib,lamLib,ICRS,15,53,20.05463,-20,10,01.4177,-9.81,-26.85,-2,10.54,5.027,-19, 4249
2364
+ Lambda Librae,lamLib,ICRS,15,53,20.05463,-20,10,01.4177,-9.81,-26.85,-2,10.54,5.027,-19, 4249
2365
+ #0# nu.Lib, Zuben Hakrabi
2366
+ nu.Lib,nu.Lib,ICRS,15,06,37.59655,-16,15,24.5369,-35.9,-22.37,-15.1,4.69,5.2,-15, 4026
2367
+ Nu Librae,nu.Lib,ICRS,15,06,37.59655,-16,15,24.5369,-35.9,-22.37,-15.1,4.69,5.2,-15, 4026
2368
+ Zuben Hakrabi,nu.Lib,ICRS,15,06,37.59655,-16,15,24.5369,-35.9,-22.37,-15.1,4.69,5.2,-15, 4026
2369
+ #0# ksi02Lib,
2370
+ ksi02Lib,ksi02Lib,ICRS,14,56,46.11227,-11,24,34.9384,8.63,9.35,14.6,5.94,5.45,-10, 3989
2371
+ Xi Librae 02,ksi02Lib,ICRS,14,56,46.11227,-11,24,34.9384,8.63,9.35,14.6,5.94,5.45,-10, 3989
2372
+ #0# sigLib, Brachium
2373
+ sigLib,sigLib,ICRS,15,04,04.21608,-25,16,55.0606,-71.16,-43.34,-3.9,11.31,3.21,-24,11834
2374
+ Sigma Librae,sigLib,ICRS,15,04,04.21608,-25,16,55.0606,-71.16,-43.34,-3.9,11.31,3.21,-24,11834
2375
+ Brachium,sigLib,ICRS,15,04,04.21608,-25,16,55.0606,-71.16,-43.34,-3.9,11.31,3.21,-24,11834
2376
+ #0# tauLib,
2377
+ tauLib,tauLib,ICRS,15,38,39.36950,-29,46,39.8956,-22.08,-24.46,3.2,8.89,3.642,0,0
2378
+ Tau Librae,tauLib,ICRS,15,38,39.36950,-29,46,39.8956,-22.08,-24.46,3.2,8.89,3.642,0,0
2379
+ #0# upsLib,
2380
+ upsLib,upsLib,ICRS,15,37,01.45020,-28,08,06.2926,-12.82,-4.15,-24.9,14.58,3.589,-27,10464
2381
+ Upsilon Librae,upsLib,ICRS,15,37,01.45020,-28,08,06.2926,-12.82,-4.15,-24.9,14.58,3.589,-27,10464
2382
+ # Leo Minor
2383
+ #0# betLMi,
2384
+ betLMi,betLMi,ICRS,10,27,52.99960,+36,42,25.9561,-127.68,-110.31,6.34,21.19,4.21, 37, 2080
2385
+ Beta Leonis Minoris,betLMi,ICRS,10,27,52.99960,+36,42,25.9561,-127.68,-110.31,6.34,21.19,4.21, 37, 2080
2386
+ #0# 46LMi, Praecipua
2387
+ 46LMi,46LMi,ICRS,10,53,18.70487,+34,12,53.5375,92.02,-285.82,15.69,34.38,3.83, 34, 2172
2388
+ Leonis Minoris46,46LMi,ICRS,10,53,18.70487,+34,12,53.5375,92.02,-285.82,15.69,34.38,3.83, 34, 2172
2389
+ Praecipua,46LMi,ICRS,10,53,18.70487,+34,12,53.5375,92.02,-285.82,15.69,34.38,3.83, 34, 2172
2390
+ #0# 21LMi,
2391
+ 21LMi,21LMi,ICRS,10,07,25.76296,+35,14,40.8965,52.9,0.62,-11.4,35.41,4.49,0,0
2392
+ Leonis Minoris21,21LMi,ICRS,10,07,25.76296,+35,14,40.8965,52.9,0.62,-11.4,35.41,4.49,0,0
2393
+ # Lupus
2394
+ #0# alfLup, , HIP 71860
2395
+ alfLup,alfLup,ICRS,14,41,55.7557866,-47,23,17.515486,-20.94,-23.67,5.40,7.02,2.286
2396
+ Alpha Lupi,alfLup,ICRS,14,41,55.7557866,-47,23,17.515486,-20.94,-23.67,5.40,7.02,2.286
2397
+ HIP 71860,alfLup,ICRS,14,41,55.7557866,-47,23,17.515486,-20.94,-23.67,5.40,7.02,2.286
2398
+ #0# betLup, Kekouan
2399
+ betLup,betLup,ICRS,14,58,31.92536,-43,08,02.2699,-35.78,-39.83,0.2,8.52,2.68,-42, 9853
2400
+ Beta Lupi,betLup,ICRS,14,58,31.92536,-43,08,02.2699,-35.78,-39.83,0.2,8.52,2.68,-42, 9853
2401
+ Kekouan,betLup,ICRS,14,58,31.92536,-43,08,02.2699,-35.78,-39.83,0.2,8.52,2.68,-42, 9853
2402
+ #0# gamLup, Thusia
2403
+ gamLup,gamLup,ICRS,15,35,08.44835,-41,10,00.3247,-15.62,-25.43,2.3,7.75,2.765,0,0
2404
+ Gamma Lupi,gamLup,ICRS,15,35,08.44835,-41,10,00.3247,-15.62,-25.43,2.3,7.75,2.765,0,0
2405
+ Thusia,gamLup,ICRS,15,35,08.44835,-41,10,00.3247,-15.62,-25.43,2.3,7.75,2.765,0,0
2406
+ #0# delLup, Hilasmus
2407
+ delLup,delLup,ICRS,15,21,22.32168,-40,38,51.0738,-19.49,-25.29,-2.4,3.69,3.19,-40, 9538
2408
+ Delta Lupi,delLup,ICRS,15,21,22.32168,-40,38,51.0738,-19.49,-25.29,-2.4,3.69,3.19,-40, 9538
2409
+ Hilasmus,delLup,ICRS,15,21,22.32168,-40,38,51.0738,-19.49,-25.29,-2.4,3.69,3.19,-40, 9538
2410
+ #0# epsLup,
2411
+ epsLup,epsLup,ICRS,15,22,40.86826,-44,41,22.6146,-22.86,-18.87,7.9,6.37,3.366,0,0
2412
+ Epsilon Lupi,epsLup,ICRS,15,22,40.86826,-44,41,22.6146,-22.86,-18.87,7.9,6.37,3.366,0,0
2413
+ #0# etaLup,
2414
+ etaLup,etaLup,ICRS,16,00,07.32786,-38,23,48.1513,-16.96,-27.83,1,7.38,3.41,0,0
2415
+ Eta Lupi,etaLup,ICRS,16,00,07.32786,-38,23,48.1513,-16.96,-27.83,1,7.38,3.41,0,0
2416
+ #0# zetLup,
2417
+ zetLup,zetLup,ICRS,15,12,17.09595,-52,05,57.2919,-112.92,-71.18,-10,27.8,3.41,-51, 8830
2418
+ Zeta Lupi,zetLup,ICRS,15,12,17.09595,-52,05,57.2919,-112.92,-71.18,-10,27.8,3.41,-51, 8830
2419
+ #0# tetLup,
2420
+ tetLup,tetLup,ICRS,16,06,35.54525,-36,48,08.2653,-15.33,-33.83,15.2,7.87,4.201,-36,10642
2421
+ Theta Lupi,tetLup,ICRS,16,06,35.54525,-36,48,08.2653,-15.33,-33.83,15.2,7.87,4.201,-36,10642
2422
+ #0# kap01Lup,
2423
+ kap01Lup,kap01Lup,ICRS,15,11,56.07286,-48,44,16.1692,-96.5,-49.86,-6.6,18.12,3.7,-48, 9704
2424
+ Kappa Lupi 01,kap01Lup,ICRS,15,11,56.07286,-48,44,16.1692,-96.5,-49.86,-6.6,18.12,3.7,-48, 9704
2425
+ #0# kap02Lup,
2426
+ kap02Lup,kap02Lup,ICRS,15,11,57.6755,-48,44,37.268,-98.566,-43.729,0,17.5,5.498,0,0
2427
+ Kappa Lupi 02,kap02Lup,ICRS,15,11,57.6755,-48,44,37.268,-98.566,-43.729,0,17.5,5.498,0,0
2428
+ #0# phi01Lup,
2429
+ phi01Lup,phi01Lup,ICRS,15,21,48.36967,-36,15,40.9525,-92.33,-85.67,-29.4,11.86,3.546,-35,10236
2430
+ Phi Lupi 01,phi01Lup,ICRS,15,21,48.36967,-36,15,40.9525,-92.33,-85.67,-29.4,11.86,3.546,-35,10236
2431
+ #0# phi02Lup,
2432
+ phi02Lup,phi02Lup,ICRS,15,23,09.35005,-36,51,30.5521,-18.24,-20.72,0.8,6.28,4.54,-36,10103
2433
+ Phi Lupi 02,phi02Lup,ICRS,15,23,09.35005,-36,51,30.5521,-18.24,-20.72,0.8,6.28,4.54,-36,10103
2434
+ #0# tau01Lup,
2435
+ tau01Lup,tau01Lup,ICRS,14,26,08.22424,-45,13,17.1315,-13.09,-14.67,-215,2.99,4.553,-44, 9322
2436
+ Tau Lupi 01,tau01Lup,ICRS,14,26,08.22424,-45,13,17.1315,-13.09,-14.67,-215,2.99,4.553,-44, 9322
2437
+ #0# chiLup,
2438
+ chiLup,chiLup,ICRS,15,50,57.53829,-33,37,37.7953,-5.1,-24.85,-16.3,16.71,3.946,-33,10754
2439
+ Chi Lupi,chiLup,ICRS,15,50,57.53829,-33,37,37.7953,-5.1,-24.85,-16.3,16.71,3.946,-33,10754
2440
+ # Lynx
2441
+ #0# alfLyn, Al Fahd
2442
+ alfLyn,alfLyn,ICRS,09,21,03.30074,+34,23,33.2245,-223.63,15.18,38.47,16.06,3.14, 35, 1979
2443
+ Alpha Lyncis,alfLyn,ICRS,09,21,03.30074,+34,23,33.2245,-223.63,15.18,38.47,16.06,3.14, 35, 1979
2444
+ Al Fahd,alfLyn,ICRS,09,21,03.30074,+34,23,33.2245,-223.63,15.18,38.47,16.06,3.14, 35, 1979
2445
+ #0# 31Lyn, Mabsuthat
2446
+ 31Lyn,31Lyn,ICRS,08,22,50.11000,+43,11,17.2724,-25.16,-99.23,24.56,8.53,4.25, 43, 1815
2447
+ Lyncis31,31Lyn,ICRS,08,22,50.11000,+43,11,17.2724,-25.16,-99.23,24.56,8.53,4.25, 43, 1815
2448
+ Mabsuthat,31Lyn,ICRS,08,22,50.11000,+43,11,17.2724,-25.16,-99.23,24.56,8.53,4.25, 43, 1815
2449
+ #0# kapLyn, Mabsuthat
2450
+ kapLyn,kapLyn,ICRS,08,22,50.1096,+43,11,17.270,-25.62,-99.44,24.56,8.39,4.258, 43, 1815
2451
+ Kappa Lyncis,kapLyn,ICRS,08,22,50.1096,+43,11,17.270,-25.62,-99.44,24.56,8.39,4.258, 43, 1815
2452
+ Mabsuthat,kapLyn,ICRS,08,22,50.1096,+43,11,17.270,-25.62,-99.44,24.56,8.39,4.258, 43, 1815
2453
+ #0# 38Lyn, Maculata
2454
+ 38Lyn,38Lyn,ICRS,09,18,50.64384,+36,48,09.3331,-32.33,-125.64,4,26.13,3.82, 0, 0
2455
+ Lyncis38,38Lyn,ICRS,09,18,50.64384,+36,48,09.3331,-32.33,-125.64,4,26.13,3.82, 0, 0
2456
+ Maculata,38Lyn,ICRS,09,18,50.64384,+36,48,09.3331,-32.33,-125.64,4,26.13,3.82, 0, 0
2457
+ #0# 21Lyn,
2458
+ 21Lyn,21Lyn,ICRS,07,26,42.85187,+49,12,41.4907,-10.22,-49.29,26.8,11.92,4.61,0, 0
2459
+ Lyncis21,21Lyn,ICRS,07,26,42.85187,+49,12,41.4907,-10.22,-49.29,26.8,11.92,4.61,0, 0
2460
+ #0# 15Lyn,
2461
+ 15Lyn,15Lyn,ICRS,06,57,16.60526,+58,25,21.9404,6.08,-122.83,1.28,18.29,4.35,0,0
2462
+ Lyncis15,15Lyn,ICRS,06,57,16.60526,+58,25,21.9404,6.08,-122.83,1.28,18.29,4.35,0,0
2463
+ #0# 2Lyn,
2464
+ 2Lyn,2Lyn,ICRS,06,19,37.38458,+59,00,39.4683,-5.35,23.86,-2,20.83,4.434,0,0
2465
+ Lyncis2,2Lyn,ICRS,06,19,37.38458,+59,00,39.4683,-5.35,23.86,-2,20.83,4.434,0,0
2466
+ # Lyra
2467
+ #0# alfLyr, Vega, HIP 91262
2468
+ alfLyr,alfLyr,ICRS,18,36,56.33635,+38,47,01.2802,200.94,286.23,-13.5,130.23,0.03
2469
+ Alpha Lyrae,alfLyr,ICRS,18,36,56.33635,+38,47,01.2802,200.94,286.23,-13.5,130.23,0.03
2470
+ Vega,alfLyr,ICRS,18,36,56.33635,+38,47,01.2802,200.94,286.23,-13.5,130.23,0.03
2471
+ HIP 91262,alfLyr,ICRS,18,36,56.33635,+38,47,01.2802,200.94,286.23,-13.5,130.23,0.03
2472
+ #0# betLyr, Sheliak
2473
+ betLyr,betLyr,ICRS,18,50,04.79525,+33,21,45.6100,1.9,-3.53,2.2,3.39,3.42, 33, 3223
2474
+ Beta Lyrae,betLyr,ICRS,18,50,04.79525,+33,21,45.6100,1.9,-3.53,2.2,3.39,3.42, 33, 3223
2475
+ Sheliak,betLyr,ICRS,18,50,04.79525,+33,21,45.6100,1.9,-3.53,2.2,3.39,3.42, 33, 3223
2476
+ #0# gamLyr, Sulafat
2477
+ gamLyr,gamLyr,ICRS,18,58,56.62241,+32,41,22.4003,-3.09,1.11,-20.2,5.26,3.25, 32, 3286
2478
+ Gamma Lyrae,gamLyr,ICRS,18,58,56.62241,+32,41,22.4003,-3.09,1.11,-20.2,5.26,3.25, 32, 3286
2479
+ Sulafat,gamLyr,ICRS,18,58,56.62241,+32,41,22.4003,-3.09,1.11,-20.2,5.26,3.25, 32, 3286
2480
+ #0# etaLyr, Aladfar
2481
+ etaLyr,etaLyr,ICRS,19,13,45.48832,+39,08,45.4801,-0.6,-1.26,-8.1,2.35,4.398, 38, 3490
2482
+ Eta Lyrae,etaLyr,ICRS,19,13,45.48832,+39,08,45.4801,-0.6,-1.26,-8.1,2.35,4.398, 38, 3490
2483
+ Aladfar,etaLyr,ICRS,19,13,45.48832,+39,08,45.4801,-0.6,-1.26,-8.1,2.35,4.398, 38, 3490
2484
+ #0# tetLyr,
2485
+ tetLyr,tetLyr,ICRS,19,16,22.09487,+38,08,01.4234,-0.8,0.36,-27.42,3.92,4.38, 37, 3398
2486
+ Theta Lyrae,tetLyr,ICRS,19,16,22.09487,+38,08,01.4234,-0.8,0.36,-27.42,3.92,4.38, 37, 3398
2487
+ #0# iotLyr,
2488
+ iotLyr,iotLyr,ICRS,19,07,18.12878,+36,06,00.5654,-1.04,-4.29,-26,3.64,5.253, 35, 3485
2489
+ Iota Lyrae,iotLyr,ICRS,19,07,18.12878,+36,06,00.5654,-1.04,-4.29,-26,3.64,5.253, 35, 3485
2490
+ #0# kapLyr,
2491
+ kapLyr,kapLyr,ICRS,18,19,51.70908,+36,03,52.3691,-16.75,41.09,-24.36,12.96,4.34, 36, 3094
2492
+ Kappa Lyrae,kapLyr,ICRS,18,19,51.70908,+36,03,52.3691,-16.75,41.09,-24.36,12.96,4.34, 36, 3094
2493
+ #0# mu.Lyr, Al Athfar
2494
+ mu.Lyr,mu.Lyr,ICRS,18,24,13.78580,+39,30,26.0562,-21.14,-4.91,-24,7.43,5.12, 39, 3410
2495
+ Mu Lyrae,mu.Lyr,ICRS,18,24,13.78580,+39,30,26.0562,-21.14,-4.91,-24,7.43,5.12, 39, 3410
2496
+ Al Athfar,mu.Lyr,ICRS,18,24,13.78580,+39,30,26.0562,-21.14,-4.91,-24,7.43,5.12, 39, 3410
2497
+ #0# zet02Lyr,
2498
+ zet02Lyr,zet02Lyr,ICRS,18,44,48.20367,+37,35,40.6162,18.7,20.98,-25,20.97,5.585,39,3410
2499
+ Zeta Lyrae 02,zet02Lyr,ICRS,18,44,48.20367,+37,35,40.6162,18.7,20.98,-25,20.97,5.585,39,3410
2500
+ #0# del02Lyr,
2501
+ del02Lyr,del02Lyr,ICRS,18,54,30.28335,+36,53,55.0133,-7.36,4.06,-25.55,4.43,4.3,39,3410
2502
+ Delta Lyrae 02,del02Lyr,ICRS,18,54,30.28335,+36,53,55.0133,-7.36,4.06,-25.55,4.43,4.3,39,3410
2503
+ #0# eps02Lyr,
2504
+ eps02Lyr,eps02Lyr,ICRS,18,44,22.78056,+39,36,45.7851,6.18,50.42,-24.4,20.97,4.59,0,0
2505
+ Epsilon Lyrae 02,eps02Lyr,ICRS,18,44,22.78056,+39,36,45.7851,6.18,50.42,-24.4,20.97,4.59,0,0
2506
+ # Mensa
2507
+ #0# alfMen,
2508
+ alfMen,alfMen,ICRS,06,10,14.47353,-74,45,10.9583,121.8,-212.34,34.9,98.06,5.09,-74, 374
2509
+ Alpha Mensae,alfMen,ICRS,06,10,14.47353,-74,45,10.9583,121.8,-212.34,34.9,98.06,5.09,-74, 374
2510
+ #0# betMen,
2511
+ betMen,betMen,ICRS,05,02,42.99714,-71,18,51.4842,-4.24,10.22,-11.4,4.11,5.294,-74,374
2512
+ Beta Mensae,betMen,ICRS,05,02,42.99714,-71,18,51.4842,-4.24,10.22,-11.4,4.11,5.294,-74,374
2513
+ #0# gamMen,
2514
+ gamMen,gamMen,ICRS,05,31,53.01393,-76,20,27.4779,142.5,286.85,56.7,31.89,5.2,-76, 333
2515
+ Gamma Mensae,gamMen,ICRS,05,31,53.01393,-76,20,27.4779,142.5,286.85,56.7,31.89,5.2,-76, 333
2516
+ #0# delMen,
2517
+ delMen,delMen,ICRS,04,17,59.2718,-80,12,50.511,27.719,61.679,-20,7.7,5.68,-80, 116
2518
+ Delta Mensae,delMen,ICRS,04,17,59.2718,-80,12,50.511,27.719,61.679,-20,7.7,5.68,-80, 116
2519
+ #0# etaMen,
2520
+ etaMen,etaMen,ICRS,04,55,11.20309,-74,56,12.6705,28.27,61.52,25.8,4.88,5.449,-75, 290
2521
+ Eta Mensae,etaMen,ICRS,04,55,11.20309,-74,56,12.6705,28.27,61.52,25.8,4.88,5.449,-75, 290
2522
+ #0# zetMen,
2523
+ zetMen,zetMen,ICRS,06,40,02.89028,-80,48,48.9399,-4.97,52.73,7,7.88,5.606,-80, 196
2524
+ Zeta Mensae,zetMen,ICRS,06,40,02.89028,-80,48,48.9399,-4.97,52.73,7,7.88,5.606,-80, 196
2525
+ #0# mu.Men,
2526
+ mu.Men,mu.Men,ICRS,04,43,03.96347,-70,55,51.6976,9.32,34.93,-0.2,6.64,5.511,-71, 282
2527
+ Mu Mensae,mu.Men,ICRS,04,43,03.96347,-70,55,51.6976,9.32,34.93,-0.2,6.64,5.511,-71, 282
2528
+ #0# ksiMen,
2529
+ ksiMen,ksiMen,ICRS,04,58,50.9671,-82,28,13.856,-4.56,2.926,-5,8.84,5.828,-82, 106
2530
+ Xi Mensae,ksiMen,ICRS,04,58,50.9671,-82,28,13.856,-4.56,2.926,-5,8.84,5.828,-82, 106
2531
+ # Microscopium
2532
+ #0# alfMic,
2533
+ alfMic,alfMic,ICRS,20,49,58.08012,-33,46,47.0068,0.76,-21.07,-14.5,8.62,4.89,0,0
2534
+ Alpha Microscopii,alfMic,ICRS,20,49,58.08012,-33,46,47.0068,0.76,-21.07,-14.5,8.62,4.89,0,0
2535
+ #0# gamMic,
2536
+ gamMic,gamMic,ICRS,21,01,17.46047,-32,15,27.9574,-1.73,0.41,17.6,14.24,4.654,-32,16353
2537
+ Gamma Microscopii,gamMic,ICRS,21,01,17.46047,-32,15,27.9574,-1.73,0.41,17.6,14.24,4.654,-32,16353
2538
+ #0# epsMic,
2539
+ epsMic,epsMic,ICRS,21,17,56.28399,-32,10,21.1515,54.36,-23.29,7.2,17.9,4.708,-32,16498
2540
+ Epsilon Microscopii,epsMic,ICRS,21,17,56.28399,-32,10,21.1515,54.36,-23.29,7.2,17.9,4.708,-32,16498
2541
+ #0# zetMic,
2542
+ zetMic,zetMic,ICRS,21,02,57.95290,-38,37,53.2099,-29.16,-108.85,4.6,28.27,5.305,-39,14089
2543
+ Zeta Microscopii,zetMic,ICRS,21,02,57.95290,-38,37,53.2099,-29.16,-108.85,4.6,28.27,5.305,-39,14089
2544
+ #0# tet01Mic,
2545
+ tet01Mic,tet01Mic,ICRS,21,20,45.63900,-40,48,34.0512,71.92,20.38,2.3,16.54,4.82,-41,14475
2546
+ Theta Microscopii 01,tet01Mic,ICRS,21,20,45.63900,-40,48,34.0512,71.92,20.38,2.3,16.54,4.82,-41,14475
2547
+ #0# iotMic,
2548
+ iotMic,iotMic,ICRS,20,48,29.13901,-43,59,18.7397,172.34,-109.61,-14.9,28.23,5.13,-44,14145
2549
+ Iota Microscopii,iotMic,ICRS,20,48,29.13901,-43,59,18.7397,172.34,-109.61,-14.9,28.23,5.13,-44,14145
2550
+ # Monoceros
2551
+ #0# alfMon,
2552
+ alfMon,alfMon,ICRS,07,41,14.83257,-09,33,04.0711,-74.61,-19.59,11.66,22.07,3.93,-09, 2172
2553
+ Alpha Monocerotis,alfMon,ICRS,07,41,14.83257,-09,33,04.0711,-74.61,-19.59,11.66,22.07,3.93,-09, 2172
2554
+ #0# betMon,
2555
+ betMon,betMon,ICRS,06,28,49.06971,-07,01,59.0101,-6.86,-2.76,17.2,4.82,3.74,0,0
2556
+ Beta Monocerotis,betMon,ICRS,06,28,49.06971,-07,01,59.0101,-6.86,-2.76,17.2,4.82,3.74,0,0
2557
+ #0# gamMon,
2558
+ gamMon,gamMon,ICRS,06,14,51.33367,-06,16,29.1880,-4.69,-19.3,-4.8,6.55,3.96,0,0
2559
+ Gamma Monocerotis,gamMon,ICRS,06,14,51.33367,-06,16,29.1880,-4.69,-19.3,-4.8,6.55,3.96,0,0
2560
+ #0# delMon,
2561
+ delMon,delMon,ICRS,07,11,51.860,-00,29,33.96,0.79,4.52,15,8.49,4.15,-00, 1636
2562
+ Delta Monocerotis,delMon,ICRS,07,11,51.860,-00,29,33.96,0.79,4.52,15,8.49,4.15,-00, 1636
2563
+ #0# epsMon,
2564
+ epsMon,epsMon,ICRS,06,23,46.08471,+04,35,34.3153,-22.06,10.91,13.1,26.67,4.398, 04, 1236
2565
+ Epsilon Monocerotis,epsMon,ICRS,06,23,46.08471,+04,35,34.3153,-22.06,10.91,13.1,26.67,4.398, 04, 1236
2566
+ #0# zetMon,
2567
+ zetMon,zetMon,ICRS,08,08,35.64663,-02,59,01.6361,-18.81,-4.5,29.8,3.08,4.33,0,0
2568
+ Zeta Monocerotis,zetMon,ICRS,08,08,35.64663,-02,59,01.6361,-18.81,-4.5,29.8,3.08,4.33,0,0
2569
+ #0# 18Mon,
2570
+ 18Mon,18Mon,ICRS,06,47,51.64956,+02,24,43.7737,-12.41,-12.12,11.29,8.86,4.47,0,0
2571
+ Monocerotis18,18Mon,ICRS,06,47,51.64956,+02,24,43.7737,-12.41,-12.12,11.29,8.86,4.47,0,0
2572
+ #0# 13Mon,
2573
+ 13Mon,13Mon,ICRS,06,32,54.22948,+07,19,58.6942,-0.2,-3.48,11.8,0.83,4.5,0,0
2574
+ Monocerotis13,13Mon,ICRS,06,32,54.22948,+07,19,58.6942,-0.2,-3.48,11.8,0.83,4.5,0,0
2575
+ # Musca
2576
+ #0# alfMus,
2577
+ alfMus,alfMus,ICRS,12,37,11.01789,-69,08,08.0332,-40.2,-12.8,13,10.34,2.649,-68, 1702
2578
+ Alpha Muscae,alfMus,ICRS,12,37,11.01789,-69,08,08.0332,-40.2,-12.8,13,10.34,2.649,-68, 1702
2579
+ #0# betMus,
2580
+ betMus,betMus,ICRS,12,46,16.80410,-68,06,29.2164,-41.97,-8.89,42,9.55,3.07,0,0
2581
+ Beta Muscae,betMus,ICRS,12,46,16.80410,-68,06,29.2164,-41.97,-8.89,42,9.55,3.07,0,0
2582
+ #0# gamMus,
2583
+ gamMus,gamMus,ICRS,12,32,28.01343,-72,07,58.7597,-51.34,-5.4,2.5,10.04,3.88,-71, 1336
2584
+ Gamma Muscae,gamMus,ICRS,12,32,28.01343,-72,07,58.7597,-51.34,-5.4,2.5,10.04,3.88,-71, 1336
2585
+ #0# delMus,
2586
+ delMus,delMus,ICRS,13,02,16.26474,-71,32,55.8752,264.17,-22.75,36.5,35.88,3.62,-70, 1548
2587
+ Delta Muscae,delMus,ICRS,13,02,16.26474,-71,32,55.8752,264.17,-22.75,36.5,35.88,3.62,-70, 1548
2588
+ #0# epsMus,
2589
+ epsMus,epsMus,ICRS,12,17,34.27716,-67,57,38.6486,-231.04,-26.39,7.1,10.82,4.02,0,0
2590
+ Epsilon Muscae,epsMus,ICRS,12,17,34.27716,-67,57,38.6486,-231.04,-26.39,7.1,10.82,4.02,0,0
2591
+ #0# etaMus,
2592
+ etaMus,etaMus,ICRS,13,15,14.94123,-67,53,40.5276,-36.46,-11.36,-8,8.52,4.774,-67, 2224
2593
+ Eta Muscae,etaMus,ICRS,13,15,14.94123,-67,53,40.5276,-36.46,-11.36,-8,8.52,4.774,-67, 2224
2594
+ #0# lamMus,
2595
+ lamMus,lamMus,ICRS,11,45,36.41916,-66,43,43.5440,-100.35,33.49,15,25.65,3.65,-66, 1640
2596
+ Lambda Muscae,lamMus,ICRS,11,45,36.41916,-66,43,43.5440,-100.35,33.49,15,25.65,3.65,-66, 1640
2597
+ #0# mu.Mus,
2598
+ mu.Mus,mu.Mus,ICRS,11,48,14.53576,-66,48,53.6688,31.25,-15.25,37.4,7.59,4.728,0,0
2599
+ Mu Muscae,mu.Mus,ICRS,11,48,14.53576,-66,48,53.6688,31.25,-15.25,37.4,7.59,4.728,0,0
2600
+ # Norma
2601
+ #0# gam02Nor,
2602
+ gam02Nor,gam02Nor,ICRS,16,19,50.42227,-50,09,19.8223,-159.71,-52.25,-28.9,25.33,4.02,-49,10536
2603
+ Gamma Normae 02,gam02Nor,ICRS,16,19,50.42227,-50,09,19.8223,-159.71,-52.25,-28.9,25.33,4.02,-49,10536
2604
+ #0# delNor,
2605
+ delNor,delNor,ICRS,16,06,29.43692,-45,10,23.4518,16.19,38.45,-15.5,26.66,4.713,-44,10625
2606
+ Delta Normae,delNor,ICRS,16,06,29.43692,-45,10,23.4518,16.19,38.45,-15.5,26.66,4.713,-44,10625
2607
+ #0# epsNor,
2608
+ epsNor,epsNor,ICRS,16,27,11.03611,-47,33,17.2226,-13.68,-19.89,-12.5,6.15,4.521,0,0
2609
+ Epsilon Normae,epsNor,ICRS,16,27,11.03611,-47,33,17.2226,-13.68,-19.89,-12.5,6.15,4.521,0,0
2610
+ #0# etaNor,
2611
+ etaNor,etaNor,ICRS,16,03,12.89783,-49,13,46.9151,42.05,9.14,-0.3,14.86,4.643,0,0
2612
+ Eta Normae,etaNor,ICRS,16,03,12.89783,-49,13,46.9151,42.05,9.14,-0.3,14.86,4.643,0,0
2613
+ #0# kapNor,
2614
+ kapNor,kapNor,ICRS,16,13,28.72926,-54,37,49.6865,-5.14,-22.86,-13.5,7.62,4.94,-54, 7245
2615
+ Kappa Normae,kapNor,ICRS,16,13,28.72926,-54,37,49.6865,-5.14,-22.86,-13.5,7.62,4.94,-54, 7245
2616
+ # Octans
2617
+ #0# alfOct,
2618
+ alfOct,alfOct,ICRS,21,04,43.06183,-77,01,25.5607,12.74,-369.24,85.9,22.97,5.15,-77, 1474
2619
+ Alpha Octantis,alfOct,ICRS,21,04,43.06183,-77,01,25.5607,12.74,-369.24,85.9,22.97,5.15,-77, 1474
2620
+ #0# betOct,
2621
+ betOct,betOct,ICRS,22,46,03.51098,-81,22,53.8120,-54.49,1.16,19,21.85,4.128,-82, 889
2622
+ Beta Octantis,betOct,ICRS,22,46,03.51098,-81,22,53.8120,-54.49,1.16,19,21.85,4.128,-82, 889
2623
+ #0# gam01Oct,
2624
+ gam01Oct,gam01Oct,ICRS,23,52,06.48895,-82,01,07.7489,-48.74,-21.16,15.4,12.3,5.106,0,0
2625
+ Gamma Octantis 01,gam01Oct,ICRS,23,52,06.48895,-82,01,07.7489,-48.74,-21.16,15.4,12.3,5.106,0,0
2626
+ #0# delOct,
2627
+ delOct,delOct,ICRS,14,26,55.23244,-83,40,04.3868,-96.12,-13.27,4.6,10.91,4.304,0,0
2628
+ Delta Octantis,delOct,ICRS,14,26,55.23244,-83,40,04.3868,-96.12,-13.27,4.6,10.91,4.304,0,0
2629
+ #0# etaOct,
2630
+ etaOct,etaOct,ICRS,10,59,13.7579,-84,35,38.017,-65.768,-8.319,-1.7,9.48,6.185,-83, 386
2631
+ Eta Octantis,etaOct,ICRS,10,59,13.7579,-84,35,38.017,-65.768,-8.319,-1.7,9.48,6.185,-83, 386
2632
+ #0# epsOct,
2633
+ epsOct,epsOct,ICRS,22,20,01.67970,-80,26,23.0947,56.81,-43.47,11.7,11.22,5.177,-81, 995
2634
+ Epsilon Octantis,epsOct,ICRS,22,20,01.67970,-80,26,23.0947,56.81,-43.47,11.7,11.22,5.177,-81, 995
2635
+ #0# tetOct,
2636
+ tetOct,tetOct,ICRS,00,01,35.70158,-77,03,56.6092,-57.3,-177.06,22.6,15.02,4.783,-77, 1596
2637
+ Theta Octantis,tetOct,ICRS,00,01,35.70158,-77,03,56.6092,-57.3,-177.06,22.6,15.02,4.783,-77, 1596
2638
+ #0# zetOct,
2639
+ zetOct,zetOct,ICRS,08,56,40.98151,-85,39,47.3440,-116.93,34.19,-3.6,20.1,5.419,-85, 183
2640
+ Zeta Octantis,zetOct,ICRS,08,56,40.98151,-85,39,47.3440,-116.93,34.19,-3.6,20.1,5.419,-85, 183
2641
+ #0# iotOct,
2642
+ iotOct,iotOct,ICRS,12,54,58.80949,-85,07,24.1041,67.2,24.76,53.4,9.27,5.519,-84, 407
2643
+ Iota Octantis,iotOct,ICRS,12,54,58.80949,-85,07,24.1041,67.2,24.76,53.4,9.27,5.519,-84, 407
2644
+ #0# kapOct,
2645
+ kapOct,kapOct,ICRS,13,40,55.47484,-85,47,09.7544,-88.24,-20.79,-9,11.94,5.555,-85, 384
2646
+ Kappa Octantis,kapOct,ICRS,13,40,55.47484,-85,47,09.7544,-88.24,-20.79,-9,11.94,5.555,-85, 384
2647
+ #0# nu.Oct,
2648
+ nu.Oct,nu.Oct,ICRS,21,41,28.64977,-77,23,24.1563,66.41,-239.1,34.4,45.25,3.743,-77, 1510
2649
+ Nu Octantis,nu.Oct,ICRS,21,41,28.64977,-77,23,24.1563,66.41,-239.1,34.4,45.25,3.743,-77, 1510
2650
+ #0# rhoOct,
2651
+ rhoOct,rhoOct,ICRS,15,43,16.93158,-84,27,54.9932,137.34,95.52,-11,15.12,5.568,-84, 510
2652
+ Rho Octantis,rhoOct,ICRS,15,43,16.93158,-84,27,54.9932,137.34,95.52,-11,15.12,5.568,-84, 510
2653
+ #0# sigOct, Polaris Australis
2654
+ sigOct,sigOct,ICRS,21,08,46.83929,-88,57,23.3966,25.75,4.98,11.9,11.61,5.42,-89, 47
2655
+ Sigma Octantis,sigOct,ICRS,21,08,46.83929,-88,57,23.3966,25.75,4.98,11.9,11.61,5.42,-89, 47
2656
+ Polaris Australis,sigOct,ICRS,21,08,46.83929,-88,57,23.3966,25.75,4.98,11.9,11.61,5.42,-89, 47
2657
+ #0# tauOct,
2658
+ tauOct,tauOct,ICRS,23,28,03.78961,-87,28,55.9695,16.83,11.56,31,6.71,5.49,-88, 204
2659
+ Tau Octantis,tauOct,ICRS,23,28,03.78961,-87,28,55.9695,16.83,11.56,31,6.71,5.49,-88, 204
2660
+ #0# upsOct,
2661
+ upsOct,upsOct,ICRS,22,31,37.52015,-85,58,02.1108,-37.08,61.28,19,10.06,5.752,-86, 406
2662
+ Upsilon Octantis,upsOct,ICRS,22,31,37.52015,-85,58,02.1108,-37.08,61.28,19,10.06,5.752,-86, 406
2663
+ #0# chiOct,
2664
+ chiOct,chiOct,ICRS,18,54,47.13316,-87,36,21.0337,-36.88,-134.96,33.6,12.7,5.278,-87, 274
2665
+ Chi Octantis,chiOct,ICRS,18,54,47.13316,-87,36,21.0337,-36.88,-134.96,33.6,12.7,5.278,-87, 274
2666
+ # Ophiuchus
2667
+ #0# alfOph, Rasalhague, HIP 86032
2668
+ alfOph,alfOph,ICRS,17,34,56.06945,+12,33,36.1346,108.07,-221.57,11.70,67.13,2.07
2669
+ Alpha Ophiuci,alfOph,ICRS,17,34,56.06945,+12,33,36.1346,108.07,-221.57,11.70,67.13,2.07
2670
+ Rasalhague,alfOph,ICRS,17,34,56.06945,+12,33,36.1346,108.07,-221.57,11.70,67.13,2.07
2671
+ HIP 86032,alfOph,ICRS,17,34,56.06945,+12,33,36.1346,108.07,-221.57,11.70,67.13,2.07
2672
+ #0# betOph, Kelb Alrai
2673
+ betOph,betOph,ICRS,17,43,28.35265,+04,34,02.2955,-41.45,159.34,-12.53,39.85,2.75, 04, 3489
2674
+ Beta Ophiuci,betOph,ICRS,17,43,28.35265,+04,34,02.2955,-41.45,159.34,-12.53,39.85,2.75, 04, 3489
2675
+ Kelb Alrai,betOph,ICRS,17,43,28.35265,+04,34,02.2955,-41.45,159.34,-12.53,39.85,2.75, 04, 3489
2676
+ #0# gamOph, Al Durajah
2677
+ gamOph,gamOph,ICRS,17,47,53.55973,+02,42,26.2000,-24.64,-74.42,-7.6,31.73,3.75, 02, 3403
2678
+ Gamma Ophiuci,gamOph,ICRS,17,47,53.55973,+02,42,26.2000,-24.64,-74.42,-7.6,31.73,3.75, 02, 3403
2679
+ Al Durajah,gamOph,ICRS,17,47,53.55973,+02,42,26.2000,-24.64,-74.42,-7.6,31.73,3.75, 02, 3403
2680
+ #0# delOph, Yed Prior
2681
+ delOph,delOph,ICRS,16,14,20.73853,-03,41,39.5612,-47.54,-142.73,-19.27,19.06,2.75,-03, 3903
2682
+ Delta Ophiuci,delOph,ICRS,16,14,20.73853,-03,41,39.5612,-47.54,-142.73,-19.27,19.06,2.75,-03, 3903
2683
+ Yed Prior,delOph,ICRS,16,14,20.73853,-03,41,39.5612,-47.54,-142.73,-19.27,19.06,2.75,-03, 3903
2684
+ #0# epsOph, Yed Posterior
2685
+ epsOph,epsOph,ICRS,16,18,19.28974,-04,41,33.0345,83.4,40.58,-9.18,30.64,3.23,-04, 4086
2686
+ Epsilon Ophiuci,epsOph,ICRS,16,18,19.28974,-04,41,33.0345,83.4,40.58,-9.18,30.64,3.23,-04, 4086
2687
+ Yed Posterior,epsOph,ICRS,16,18,19.28974,-04,41,33.0345,83.4,40.58,-9.18,30.64,3.23,-04, 4086
2688
+ #0# zetOph, , HIP 81377
2689
+ zetOph,zetOph,ICRS,16,37,09.5400587698,-10,34,01.509742704,10.465,24.742,-9.00,7.4088,2.56
2690
+ Zeta Ophiuci,zetOph,ICRS,16,37,09.5400587698,-10,34,01.509742704,10.465,24.742,-9.00,7.4088,2.56
2691
+ HIP 81377,zetOph,ICRS,16,37,09.5400587698,-10,34,01.509742704,10.465,24.742,-9.00,7.4088,2.56
2692
+ #0# etaOph, Sabik, HIP 84012
2693
+ etaOph,etaOph,ICRS,17,10,22.68689,-15,43,29.6639,40.13,99.17,-2.40,36.91,2.42
2694
+ Eta Ophiuci,etaOph,ICRS,17,10,22.68689,-15,43,29.6639,40.13,99.17,-2.40,36.91,2.42
2695
+ Sabik,etaOph,ICRS,17,10,22.68689,-15,43,29.6639,40.13,99.17,-2.40,36.91,2.42
2696
+ HIP 84012,etaOph,ICRS,17,10,22.68689,-15,43,29.6639,40.13,99.17,-2.40,36.91,2.42
2697
+ #0# tetOph, Imad
2698
+ tetOph,tetOph,ICRS,17,22,00.57935,-24,59,58.3670,-7.37,-23.94,-2.1,7.48,3.26,-24,13292
2699
+ Theta Ophiuci,tetOph,ICRS,17,22,00.57935,-24,59,58.3670,-7.37,-23.94,-2.1,7.48,3.26,-24,13292
2700
+ Imad,tetOph,ICRS,17,22,00.57935,-24,59,58.3670,-7.37,-23.94,-2.1,7.48,3.26,-24,13292
2701
+ #0# iotOph,
2702
+ iotOph,iotOph,ICRS,16,54,00.47151,+10,09,55.2982,-53.8,-34.04,-19,13.3,4.38, 10, 3092
2703
+ Iota Ophiuci,iotOph,ICRS,16,54,00.47151,+10,09,55.2982,-53.8,-34.04,-19,13.3,4.38, 10, 3092
2704
+ #0# kapOph, Helkath
2705
+ kapOph,kapOph,ICRS,16,57,40.09785,+09,22,30.1126,-292.13,-10.38,-55.85,35.66,3.2, 09, 3298
2706
+ Kappa Ophiuci,kapOph,ICRS,16,57,40.09785,+09,22,30.1126,-292.13,-10.38,-55.85,35.66,3.2, 09, 3298
2707
+ Helkath,kapOph,ICRS,16,57,40.09785,+09,22,30.1126,-292.13,-10.38,-55.85,35.66,3.2, 09, 3298
2708
+ #0# lamOph, Marfik
2709
+ lamOph,lamOph,ICRS,16,30,54.82314,+01,59,02.1209,-30.98,-73.42,-16,18.84,3.9, 02, 3118
2710
+ Lambda Ophiuci,lamOph,ICRS,16,30,54.82314,+01,59,02.1209,-30.98,-73.42,-16,18.84,3.9, 02, 3118
2711
+ Marfik,lamOph,ICRS,16,30,54.82314,+01,59,02.1209,-30.98,-73.42,-16,18.84,3.9, 02, 3118
2712
+ #0# nu.Oph, Sinistra
2713
+ nu.Oph,nu.Oph,ICRS,17,59,01.59191,-09,46,25.0798,-9.48,-116.69,13.19,21.64,3.34,-09, 4632
2714
+ Nu Ophiuci,nu.Oph,ICRS,17,59,01.59191,-09,46,25.0798,-9.48,-116.69,13.19,21.64,3.34,-09, 4632
2715
+ Sinistra,nu.Oph,ICRS,17,59,01.59191,-09,46,25.0798,-9.48,-116.69,13.19,21.64,3.34,-09, 4632
2716
+ #0# ksiOph,
2717
+ ksiOph,ksiOph,ICRS,17,21,00.37520,-21,06,46.5663,263.84,-205.85,-9.1,57.62,4.39,0, 0
2718
+ Xi Ophiuci,ksiOph,ICRS,17,21,00.37520,-21,06,46.5663,263.84,-205.85,-9.1,57.62,4.39,0, 0
2719
+ #0# sigOph,
2720
+ sigOph,sigOph,ICRS,17,26,30.88004,+04,08,25.2940,0.72,7.03,-27.81,3.62,4.31, 04, 3422
2721
+ Sigma Ophiuci,sigOph,ICRS,17,26,30.88004,+04,08,25.2940,0.72,7.03,-27.81,3.62,4.31, 04, 3422
2722
+ #0# 44Oph,
2723
+ 44Oph,44Oph,ICRS,17,26,22.21749,-24,10,31.1190,0.1,-118.18,-37.2,39.22,4.153, 0, 0
2724
+ Ophiuci44,44Oph,ICRS,17,26,22.21749,-24,10,31.1190,0.1,-118.18,-37.2,39.22,4.153, 0, 0
2725
+ #0# 45Oph, dOph, 45 Ophiuci
2726
+ 45Oph,45Oph,ICRS,17,27,21.2756332194,-29,52,01.325368180,17.052,-137.966,37.70,29.1161,4.269
2727
+ Ophiuci45,45Oph,ICRS,17,27,21.2756332194,-29,52,01.325368180,17.052,-137.966,37.70,29.1161,4.269
2728
+ dOph,45Oph,ICRS,17,27,21.2756332194,-29,52,01.325368180,17.052,-137.966,37.70,29.1161,4.269
2729
+ 45 Ophiuci,45Oph,ICRS,17,27,21.2756332194,-29,52,01.325368180,17.052,-137.966,37.70,29.1161,4.269
2730
+ # Orion
2731
+ #0# alfOri, Alpha Orion, Betelgeuse, HIP 27989
2732
+ alfOri,alfOri,ICRS,05,55,10.30536,+07,24,25.4304,27.54,11.30,21.91,6.55,0.42
2733
+ Alpha Orionis,alfOri,ICRS,05,55,10.30536,+07,24,25.4304,27.54,11.30,21.91,6.55,0.42
2734
+ Alpha Orion,alfOri,ICRS,05,55,10.30536,+07,24,25.4304,27.54,11.30,21.91,6.55,0.42
2735
+ Betelgeuse,alfOri,ICRS,05,55,10.30536,+07,24,25.4304,27.54,11.30,21.91,6.55,0.42
2736
+ HIP 27989,alfOri,ICRS,05,55,10.30536,+07,24,25.4304,27.54,11.30,21.91,6.55,0.42
2737
+ #0# gamOri, Gamma Orion, Bellatrix, HIP 25336
2738
+ gamOri,gamOri,ICRS,05,25,07.86325,+06,20,58.9318,-8.11,-12.88,17.310,12.92,1.64
2739
+ Gamma Orionis,gamOri,ICRS,05,25,07.86325,+06,20,58.9318,-8.11,-12.88,17.310,12.92,1.64
2740
+ Gamma Orion,gamOri,ICRS,05,25,07.86325,+06,20,58.9318,-8.11,-12.88,17.310,12.92,1.64
2741
+ Bellatrix,gamOri,ICRS,05,25,07.86325,+06,20,58.9318,-8.11,-12.88,17.310,12.92,1.64
2742
+ HIP 25336,gamOri,ICRS,05,25,07.86325,+06,20,58.9318,-8.11,-12.88,17.310,12.92,1.64
2743
+ #0# delOri, Delta Orion, Mintaka, HIP 25930
2744
+ delOri,delOri,ICRS,05,32,00.40009,-00,17,56.7424,0.64,-0.69,18.50,4.71,2.41
2745
+ Delta Orionis,delOri,ICRS,05,32,00.40009,-00,17,56.7424,0.64,-0.69,18.50,4.71,2.41
2746
+ Delta Orion,delOri,ICRS,05,32,00.40009,-00,17,56.7424,0.64,-0.69,18.50,4.71,2.41
2747
+ Mintaka,delOri,ICRS,05,32,00.40009,-00,17,56.7424,0.64,-0.69,18.50,4.71,2.41
2748
+ HIP 25930,delOri,ICRS,05,32,00.40009,-00,17,56.7424,0.64,-0.69,18.50,4.71,2.41
2749
+ #0# epsOri, Epsilon Orion, Alnilam, HIP 26311
2750
+ epsOri,epsOri,ICRS,05,36,12.81335,-01,12,06.9089,1.44,-0.78,27.30,1.65,1.69
2751
+ Epsilon Orionis,epsOri,ICRS,05,36,12.81335,-01,12,06.9089,1.44,-0.78,27.30,1.65,1.69
2752
+ Epsilon Orion,epsOri,ICRS,05,36,12.81335,-01,12,06.9089,1.44,-0.78,27.30,1.65,1.69
2753
+ Alnilam,epsOri,ICRS,05,36,12.81335,-01,12,06.9089,1.44,-0.78,27.30,1.65,1.69
2754
+ HIP 26311,epsOri,ICRS,05,36,12.81335,-01,12,06.9089,1.44,-0.78,27.30,1.65,1.69
2755
+ #0# zetOri, Zeta Orion, Alnitak, HIP 26727
2756
+ zetOri,zetOri,ICRS,05,40,45.52666,-01,56,33.2649,3.19,2.03,18.50,4.43,1.77
2757
+ Zeta Orionis,zetOri,ICRS,05,40,45.52666,-01,56,33.2649,3.19,2.03,18.50,4.43,1.77
2758
+ Zeta Orion,zetOri,ICRS,05,40,45.52666,-01,56,33.2649,3.19,2.03,18.50,4.43,1.77
2759
+ Alnitak,zetOri,ICRS,05,40,45.52666,-01,56,33.2649,3.19,2.03,18.50,4.43,1.77
2760
+ HIP 26727,zetOri,ICRS,05,40,45.52666,-01,56,33.2649,3.19,2.03,18.50,4.43,1.77
2761
+ #0# etaOri, Ensis
2762
+ etaOri,etaOri,ICRS,05,42,28.61672,-02,23,49.7311,-0.71,-3.46,19.8,3.34,3.35,0, 0
2763
+ Eta Orionis,etaOri,ICRS,05,42,28.61672,-02,23,49.7311,-0.71,-3.46,19.8,3.34,3.35,0, 0
2764
+ Ensis,etaOri,ICRS,05,42,28.61672,-02,23,49.7311,-0.71,-3.46,19.8,3.34,3.35,0, 0
2765
+ #0# tet01Ori, Trapezium
2766
+ tet01Ori,tet01Ori,ICRS,05,35,16.46375,-05,23,22.8486,-4.13,6.82,23.6,13,5.13,0, 0
2767
+ Theta Orionis 01,tet01Ori,ICRS,05,35,16.46375,-05,23,22.8486,-4.13,6.82,23.6,13,5.13,0, 0
2768
+ Trapezium,tet01Ori,ICRS,05,35,16.46375,-05,23,22.8486,-4.13,6.82,23.6,13,5.13,0, 0
2769
+ #0# iotOri, Nair al Saif
2770
+ iotOri,iotOri,ICRS,05,35,25.98191,-05,54,35.6435,1.42,-0.46,21.5,1.4,2.77,-06, 1241
2771
+ Iota Orionis,iotOri,ICRS,05,35,25.98191,-05,54,35.6435,1.42,-0.46,21.5,1.4,2.77,-06, 1241
2772
+ Nair al Saif,iotOri,ICRS,05,35,25.98191,-05,54,35.6435,1.42,-0.46,21.5,1.4,2.77,-06, 1241
2773
+ #0# kapOri, Kappa Orion, Saiph, HIP 27366
2774
+ kapOri,kapOri,ICRS,05,47,45.3888404,-09,40,10.577707,1.46,-1.28,20.5,5.04,2.06
2775
+ Kappa Orionis,kapOri,ICRS,05,47,45.3888404,-09,40,10.577707,1.46,-1.28,20.5,5.04,2.06
2776
+ Kappa Orion,kapOri,ICRS,05,47,45.3888404,-09,40,10.577707,1.46,-1.28,20.5,5.04,2.06
2777
+ Saiph,kapOri,ICRS,05,47,45.3888404,-09,40,10.577707,1.46,-1.28,20.5,5.04,2.06
2778
+ HIP 27366,kapOri,ICRS,05,47,45.3888404,-09,40,10.577707,1.46,-1.28,20.5,5.04,2.06
2779
+ #0# lamOri, Mrigashirsha
2780
+ lamOri,lamOri,ICRS,05,35,08.27761,+09,56,02.9611,-0.34,-2.94,30.1,2.97,3.66, 09, 879
2781
+ Lambda Orionis,lamOri,ICRS,05,35,08.27761,+09,56,02.9611,-0.34,-2.94,30.1,2.97,3.66, 09, 879
2782
+ Mrigashirsha,lamOri,ICRS,05,35,08.27761,+09,56,02.9611,-0.34,-2.94,30.1,2.97,3.66, 09, 879
2783
+ #0# mu.Ori,
2784
+ mu.Ori,mu.Ori,ICRS,06,02,22.99668,+09,38,50.1820,10.43,-39.09,0,21.05,4.13, 14, 1152
2785
+ Mu Orionis,mu.Ori,ICRS,06,02,22.99668,+09,38,50.1820,10.43,-39.09,0,21.05,4.13, 14, 1152
2786
+ #0# nu.Ori,
2787
+ nu.Ori,nu.Ori,ICRS,06,07,34.32588,+14,46,06.5061,6.78,-20.23,24.1,6.32,4.397, 0, 0
2788
+ Nu Orionis,nu.Ori,ICRS,06,07,34.32588,+14,46,06.5061,6.78,-20.23,24.1,6.32,4.397, 0, 0
2789
+ #0# ksiOri,
2790
+ ksiOri,ksiOri,ICRS,06,11,56.39693,+14,12,31.5555,0.29,-20.12,19.3,5.37,4.48, 0, 0
2791
+ Xi Orionis,ksiOri,ICRS,06,11,56.39693,+14,12,31.5555,0.29,-20.12,19.3,5.37,4.48, 0, 0
2792
+ #0# omi01Ori,
2793
+ omi01Ori,omi01Ori,ICRS,04,52,31.96357,+14,15,02.3215,-0.05,-54.81,-8.4,5.01,4.721, 14, 777
2794
+ Omicron Orionis 01,omi01Ori,ICRS,04,52,31.96357,+14,15,02.3215,-0.05,-54.81,-8.4,5.01,4.721, 14, 777
2795
+ #0# pi.01Ori,
2796
+ pi.01Ori,pi.01Ori,ICRS,04,54,53.72877,+10,09,02.9952,41.49,-128.73,11.1,28.04,4.648, 0, 0
2797
+ Pi Orionis 01,pi.01Ori,ICRS,04,54,53.72877,+10,09,02.9952,41.49,-128.73,11.1,28.04,4.648, 0, 0
2798
+ #0# pi.02Ori,
2799
+ pi.02Ori,pi.02Ori,ICRS,04,50,36.72298,+08,54,00.6493,1.41,-29.91,24.4,14.53,4.35, 0, 0
2800
+ Pi Orionis 02,pi.02Ori,ICRS,04,50,36.72298,+08,54,00.6493,1.41,-29.91,24.4,14.53,4.35, 0, 0
2801
+ #0# pi.03Ori, Tabit
2802
+ pi.03Ori,pi.03Ori,ICRS,04,49,50.41091,+06,57,40.5883,464.06,11.21,22.41,123.94,3.19, 06, 762
2803
+ Pi Orionis 03,pi.03Ori,ICRS,04,49,50.41091,+06,57,40.5883,464.06,11.21,22.41,123.94,3.19, 06, 762
2804
+ Tabit,pi.03Ori,ICRS,04,49,50.41091,+06,57,40.5883,464.06,11.21,22.41,123.94,3.19, 06, 762
2805
+ #0# pi.04Ori, Tabit
2806
+ pi.04Ori,pi.04Ori,ICRS,04,51,12.36472,+05,36,18.3723,-2.21,0.85,23.3,3.1,3.68, 05, 745
2807
+ Pi Orionis 04,pi.04Ori,ICRS,04,51,12.36472,+05,36,18.3723,-2.21,0.85,23.3,3.1,3.68, 05, 745
2808
+ Tabit,pi.04Ori,ICRS,04,51,12.36472,+05,36,18.3723,-2.21,0.85,23.3,3.1,3.68, 05, 745
2809
+ #0# pi.05Ori,
2810
+ pi.05Ori,pi.05Ori,ICRS,04,54,15.09604,+02,26,26.4231,0.55,0.61,24.2,2.43,3.73, 02, 810
2811
+ Pi Orionis 05,pi.05Ori,ICRS,04,54,15.09604,+02,26,26.4231,0.55,0.61,24.2,2.43,3.73, 02, 810
2812
+ #0# pi.06Ori,
2813
+ pi.06Ori,pi.06Ori,ICRS,04,58,32.90210,+01,42,50.4582,-1.3,-7.67,15.36,3.45,4.459, 0, 0
2814
+ Pi Orionis 06,pi.06Ori,ICRS,04,58,32.90210,+01,42,50.4582,-1.3,-7.67,15.36,3.45,4.459, 0, 0
2815
+ #0# tauOri,
2816
+ tauOri,tauOri,ICRS,05,17,36.38856,-06,50,39.8702,-17.61,-9.24,20.1,6.6,3.59,-07, 1028
2817
+ Tau Orionis,tauOri,ICRS,05,17,36.38856,-06,50,39.8702,-17.61,-9.24,20.1,6.6,3.59,-07, 1028
2818
+ #0# upsOri, Thabit
2819
+ upsOri,upsOri,ICRS,05,31,55.86019,-07,18,05.5371,-0.1,-4.87,17.4,1.14,4.63,-07, 1106
2820
+ Upsilon Orionis,upsOri,ICRS,05,31,55.86019,-07,18,05.5371,-0.1,-4.87,17.4,1.14,4.63,-07, 1106
2821
+ Thabit,upsOri,ICRS,05,31,55.86019,-07,18,05.5371,-0.1,-4.87,17.4,1.14,4.63,-07, 1106
2822
+ #0# phi01Ori,
2823
+ phi01Ori,phi01Ori,ICRS,05,34,49.23804,+09,29,22.4878,0.27,-2.26,33.2,3,4.41, 09, 877
2824
+ Phi Orionis 01,phi01Ori,ICRS,05,34,49.23804,+09,29,22.4878,0.27,-2.26,33.2,3,4.41, 09, 877
2825
+ #0# chi02Ori,
2826
+ chi02Ori,chi02Ori,ICRS,06,03,55.18482,+20,08,18.4316,1.88,-2.1,16.8,1.81,4.63, 0, 0
2827
+ Chi Orionis 02,chi02Ori,ICRS,06,03,55.18482,+20,08,18.4316,1.88,-2.1,16.8,1.81,4.63, 0, 0
2828
+ #0# 71Ori,
2829
+ 71Ori,71Ori,ICRS,06,14,50.87581,+19,09,23.1988,-97.29,-183.23,35.3,48.04,5.2, 0, 0
2830
+ Orionis71,71Ori,ICRS,06,14,50.87581,+19,09,23.1988,-97.29,-183.23,35.3,48.04,5.2, 0, 0
2831
+ #0# M42, Messier 42
2832
+ M42,M42,ICRS,05,35,17.3,-5,23,28.0, 1.67, -0.30, 27.8,0.0, 3.7,0, 0
2833
+ Messier Object 42,M42,ICRS,05,35,17.3,-5,23,28.0, 1.67, -0.30, 27.8,0.0, 3.7,0, 0
2834
+ Messier 42,M42,ICRS,05,35,17.3,-5,23,28.0, 1.67, -0.30, 27.8,0.0, 3.7,0, 0
2835
+ # Pavo
2836
+ #0# alfPav, Peacock, HIP 100751
2837
+ alfPav,alfPav,ICRS,20,25,38.85705,-56,44,06.3230,6.90,-86.02,2.0,18.24,1.918
2838
+ Alpha Pavonis,alfPav,ICRS,20,25,38.85705,-56,44,06.3230,6.90,-86.02,2.0,18.24,1.918
2839
+ Peacock,alfPav,ICRS,20,25,38.85705,-56,44,06.3230,6.90,-86.02,2.0,18.24,1.918
2840
+ HIP 100751,alfPav,ICRS,20,25,38.85705,-56,44,06.3230,6.90,-86.02,2.0,18.24,1.918
2841
+ #0# betPav,
2842
+ betPav,betPav,ICRS,20,44,57.49399,-66,12,11.5708,-42.67,9.94,3.7,24.14,3.408,-66, 3501
2843
+ Beta Pavonis,betPav,ICRS,20,44,57.49399,-66,12,11.5708,-42.67,9.94,3.7,24.14,3.408,-66, 3501
2844
+ #0# gamPav,
2845
+ gamPav,gamPav,ICRS,21,26,26.60484,-65,21,58.3145,80.56,800.6,-30.7,107.97,4.22,-65, 3918
2846
+ Gamma Pavonis,gamPav,ICRS,21,26,26.60484,-65,21,58.3145,80.56,800.6,-30.7,107.97,4.22,-65, 3918
2847
+ #0# delPav,
2848
+ delPav,delPav,ICRS,20,08,43.60953,-66,10,55.4436,1211.03,-1130.05,-21.7,163.71,3.56,-66, 3474
2849
+ Delta Pavonis,delPav,ICRS,20,08,43.60953,-66,10,55.4436,1211.03,-1130.05,-21.7,163.71,3.56,-66, 3474
2850
+ #0# epsPav,
2851
+ epsPav,epsPav,ICRS,20,00,35.55558,-72,54,37.8198,81.78,-132.16,-6.7,31.04,3.94,-73, 2086
2852
+ Epsilon Pavonis,epsPav,ICRS,20,00,35.55558,-72,54,37.8198,81.78,-132.16,-6.7,31.04,3.94,-73, 2086
2853
+ #0# zetPav,
2854
+ zetPav,zetPav,ICRS,18,43,02.13528,-71,25,41.2065,0.81,-158.15,-16.3,14.93,4.003,-71, 2353
2855
+ Zeta Pavonis,zetPav,ICRS,18,43,02.13528,-71,25,41.2065,0.81,-158.15,-16.3,14.93,4.003,-71, 2353
2856
+ #0# etaPav,
2857
+ etaPav,etaPav,ICRS,17,45,43.98605,-64,43,25.9394,-11.96,-56.57,-7.6,9.26,3.581,-64, 3662
2858
+ Eta Pavonis,etaPav,ICRS,17,45,43.98605,-64,43,25.9394,-11.96,-56.57,-7.6,9.26,3.581,-64, 3662
2859
+ #0# lamPav,
2860
+ lamPav,lamPav,ICRS,18,52,13.03427,-62,11,15.3324,-1.86,-13.02,9,2.28,4.207,-62, 5983
2861
+ Lambda Pavonis,lamPav,ICRS,18,52,13.03427,-62,11,15.3324,-1.86,-13.02,9,2.28,4.207,-62, 5983
2862
+ #0# ksiPav,
2863
+ ksiPav,ksiPav,ICRS,18,23,13.62473,-61,29,38.0773,3.17,-2.21,12.2,6.96,4.367,-61, 6140
2864
+ Xi Pavonis,ksiPav,ICRS,18,23,13.62473,-61,29,38.0773,3.17,-2.21,12.2,6.96,4.367,-61, 6140
2865
+ #0# omiPav,
2866
+ omiPav,omiPav,ICRS,21,13,20.50923,-70,07,34.5549,41.28,-19.69,-19,3.65,5.071,-70, 2835
2867
+ Omicron Pavonis,omiPav,ICRS,21,13,20.50923,-70,07,34.5549,41.28,-19.69,-19,3.65,5.071,-70, 2835
2868
+ # Phoenix
2869
+ #0# alfPhe, Ankaa, HIP 2081
2870
+ alfPhe,alfPhe,ICRS,00,26,17.05140,-42,18,21.5539,233.05,-356.30,74.6,38.50,2.38
2871
+ Alpha Phoenicis,alfPhe,ICRS,00,26,17.05140,-42,18,21.5539,233.05,-356.30,74.6,38.50,2.38
2872
+ Ankaa,alfPhe,ICRS,00,26,17.05140,-42,18,21.5539,233.05,-356.30,74.6,38.50,2.38
2873
+ HIP 2081,alfPhe,ICRS,00,26,17.05140,-42,18,21.5539,233.05,-356.30,74.6,38.50,2.38
2874
+ #0# betPhe,
2875
+ betPhe,betPhe,ICRS,01,06,05.03952,-46,43,06.2785,-80.81,34.97,-1.1,0.12,3.3,0,0
2876
+ Beta Phoenicis,betPhe,ICRS,01,06,05.03952,-46,43,06.2785,-80.81,34.97,-1.1,0.12,3.3,0,0
2877
+ #0# gamPhe,
2878
+ gamPhe,gamPhe,ICRS,01,28,21.92727,-43,19,05.6502,-18.06,-208.63,25.8,13.96,3.41,-43,449
2879
+ Gamma Phoenicis,gamPhe,ICRS,01,28,21.92727,-43,19,05.6502,-18.06,-208.63,25.8,13.96,3.41,-43,449
2880
+ #0# delPhe,
2881
+ delPhe,delPhe,ICRS,01,31,15.10475,-49,04,21.7308,138.38,153.89,-7.3,22.95,3.935,-49, 425
2882
+ Delta Phoenicis,delPhe,ICRS,01,31,15.10475,-49,04,21.7308,138.38,153.89,-7.3,22.95,3.935,-49, 425
2883
+ #0# epsPhe,
2884
+ epsPhe,epsPhe,ICRS,00,09,24.64154,-45,44,50.7315,121.52,-179.83,-9.2,22.62,3.87,-46, 18
2885
+ Epsilon Phoenicis,epsPhe,ICRS,00,09,24.64154,-45,44,50.7315,121.52,-179.83,-9.2,22.62,3.87,-46, 18
2886
+ #0# etaPhe,
2887
+ etaPhe,etaPhe,ICRS,00,43,21.23841,-57,27,47.0073,-5.07,16.51,7.7,13.24,4.361,-58, 42
2888
+ Eta Phoenicis,etaPhe,ICRS,00,43,21.23841,-57,27,47.0073,-5.07,16.51,7.7,13.24,4.361,-58, 42
2889
+ #0# zetPhe, Wurren
2890
+ zetPhe,zetPhe,ICRS,01,08,23.08150,-55,14,44.7289,20.87,30.64,15.4,10.92,4.014,0,0
2891
+ Zeta Phoenicis,zetPhe,ICRS,01,08,23.08150,-55,14,44.7289,20.87,30.64,15.4,10.92,4.014,0,0
2892
+ Wurren,zetPhe,ICRS,01,08,23.08150,-55,14,44.7289,20.87,30.64,15.4,10.92,4.014,0,0
2893
+ #0# tetPhe,
2894
+ tetPhe,tetPhe,ICRS,23,39,27.94416,-46,38,16.0796,22.37,40.39,13.9,12.68,6.09,0,0
2895
+ Theta Phoenicis,tetPhe,ICRS,23,39,27.94416,-46,38,16.0796,22.37,40.39,13.9,12.68,6.09,0,0
2896
+ #0# iotPhe,
2897
+ iotPhe,iotPhe,ICRS,23,35,04.56417,-42,36,54.2709,42.31,10.67,19.4,13.11,4.71,-43,15420
2898
+ Iota Phoenicis,iotPhe,ICRS,23,35,04.56417,-42,36,54.2709,42.31,10.67,19.4,13.11,4.71,-43,15420
2899
+ #0# lam01Phe,
2900
+ lam01Phe,lam01Phe,ICRS,00,31,24.98046,-48,48,12.6538,140.49,19.25,-2,18.88,4.77,-49, 115
2901
+ Lambda Phoenicis 01,lam01Phe,ICRS,00,31,24.98046,-48,48,12.6538,140.49,19.25,-2,18.88,4.77,-49, 115
2902
+ #0# mu.Phe,
2903
+ mu.Phe,mu.Phe,ICRS,00,41,19.55229,-46,05,06.0184,-28.2,1.8,18.8,13.27,4.59,-46, 180
2904
+ Mu Phoenicis,mu.Phe,ICRS,00,41,19.55229,-46,05,06.0184,-28.2,1.8,18.8,13.27,4.59,-46, 180
2905
+ #0# pi.Phe,
2906
+ pi.Phe,pi.Phe,ICRS,23,58,55.77971,-52,44,44.9069,58.33,61.23,-14.1,11.35,5.133,-53,10561
2907
+ Pi Phoenicis,pi.Phe,ICRS,23,58,55.77971,-52,44,44.9069,58.33,61.23,-14.1,11.35,5.133,-53,10561
2908
+ #0# upsPhe,
2909
+ upsPhe,upsPhe,ICRS,01,07,47.8516,-41,29,12.841,32.604,15.128,9,17.56,5.207,-42, 391
2910
+ Upsilon Phoenicis,upsPhe,ICRS,01,07,47.8516,-41,29,12.841,32.604,15.128,9,17.56,5.207,-42, 391
2911
+ #0# phiPhe,
2912
+ phiPhe,phiPhe,ICRS,01,54,22.03347,-42,29,49.0183,-33.91,-28.17,5.5,10.63,5.109,-43, 583
2913
+ Hipparcos Catalogue Phe,phiPhe,ICRS,01,54,22.03347,-42,29,49.0183,-33.91,-28.17,5.5,10.63,5.109,-43, 583
2914
+ #0# psiPhe,
2915
+ psiPhe,psiPhe,ICRS,01,53,38.74103,-46,18,09.6048,-93.16,-91.17,2.9,9.54,4.41,-46, 552
2916
+ Psi Phoenicis,psiPhe,ICRS,01,53,38.74103,-46,18,09.6048,-93.16,-91.17,2.9,9.54,4.41,-46, 552
2917
+ # cannot match this star with Simbad. why?
2918
+ #0# omePhe,
2919
+ omePhe,omePhe,ICRS,01,02, 1.8208,-57,00, 8.601, 0.0442667, 1.653, 13.0,0.00886, 6.109,-57, 220
2920
+ Omega Phoenicis,omePhe,ICRS,01,02, 1.8208,-57,00, 8.601, 0.0442667, 1.653, 13.0,0.00886, 6.109,-57, 220
2921
+ # Pegasus
2922
+ #0# alfPeg, Markab, HIP 113963
2923
+ alfPeg,alfPeg,ICRS,23,04,45.65345,+15,12,18.9617,60.40,-41.30,-2.70,24.46,2.48
2924
+ Alpha Pegasi,alfPeg,ICRS,23,04,45.65345,+15,12,18.9617,60.40,-41.30,-2.70,24.46,2.48
2925
+ Markab,alfPeg,ICRS,23,04,45.65345,+15,12,18.9617,60.40,-41.30,-2.70,24.46,2.48
2926
+ HIP 113963,alfPeg,ICRS,23,04,45.65345,+15,12,18.9617,60.40,-41.30,-2.70,24.46,2.48
2927
+ #0# betPeg, Scheat, HIP 113881
2928
+ betPeg,betPeg,ICRS,23,03,46.45746,+28,04,58.0336,187.65,136.93,7.99,16.64,2.42
2929
+ Beta Pegasi,betPeg,ICRS,23,03,46.45746,+28,04,58.0336,187.65,136.93,7.99,16.64,2.42
2930
+ Scheat,betPeg,ICRS,23,03,46.45746,+28,04,58.0336,187.65,136.93,7.99,16.64,2.42
2931
+ HIP 113881,betPeg,ICRS,23,03,46.45746,+28,04,58.0336,187.65,136.93,7.99,16.64,2.42
2932
+ #0# gamPeg, Uttarabhadra
2933
+ gamPeg,gamPeg,ICRS,00,13,14.15123,+15,11,00.9368,1.98,-9.28,3.2,8.33,2.84, 14, 14
2934
+ Gamma Pegasi,gamPeg,ICRS,00,13,14.15123,+15,11,00.9368,1.98,-9.28,3.2,8.33,2.84, 14, 14
2935
+ Uttarabhadra,gamPeg,ICRS,00,13,14.15123,+15,11,00.9368,1.98,-9.28,3.2,8.33,2.84, 14, 14
2936
+ #0# epsPeg, Enif, HIP 107315
2937
+ epsPeg,epsPeg,ICRS,21,44,11.1561394,+09,52,30.031152,26.92,0.44,3.39,4.73,2.39
2938
+ Epsilon Pegasi,epsPeg,ICRS,21,44,11.1561394,+09,52,30.031152,26.92,0.44,3.39,4.73,2.39
2939
+ Enif,epsPeg,ICRS,21,44,11.1561394,+09,52,30.031152,26.92,0.44,3.39,4.73,2.39
2940
+ HIP 107315,epsPeg,ICRS,21,44,11.1561394,+09,52,30.031152,26.92,0.44,3.39,4.73,2.39
2941
+ #0# zetPeg, Homam
2942
+ zetPeg,zetPeg,ICRS,22,41,27.732,+10,49,52.64,77.22,-11.38,6.1,15.68,3.41, 10, 4797
2943
+ Zeta Pegasi,zetPeg,ICRS,22,41,27.732,+10,49,52.64,77.22,-11.38,6.1,15.68,3.41, 10, 4797
2944
+ Homam,zetPeg,ICRS,22,41,27.732,+10,49,52.64,77.22,-11.38,6.1,15.68,3.41, 10, 4797
2945
+ #0# etaPeg, Matar
2946
+ etaPeg,etaPeg,ICRS,22,43,00.13743,+30,13,16.4822,13.16,-25.67,4.17,15.22,2.95, 29, 4741
2947
+ Eta Pegasi,etaPeg,ICRS,22,43,00.13743,+30,13,16.4822,13.16,-25.67,4.17,15.22,2.95, 29, 4741
2948
+ Matar,etaPeg,ICRS,22,43,00.13743,+30,13,16.4822,13.16,-25.67,4.17,15.22,2.95, 29, 4741
2949
+ #0# tetPeg, Baham
2950
+ tetPeg,tetPeg,ICRS,22,10,11.98528,+06,11,52.3078,282.18,30.46,-7.9,35.34,3.55, 05, 4961
2951
+ Theta Pegasi,tetPeg,ICRS,22,10,11.98528,+06,11,52.3078,282.18,30.46,-7.9,35.34,3.55, 05, 4961
2952
+ Baham,tetPeg,ICRS,22,10,11.98528,+06,11,52.3078,282.18,30.46,-7.9,35.34,3.55, 05, 4961
2953
+ #0# iotPeg,
2954
+ iotPeg,iotPeg,ICRS,22,07,00.66597,+25,20,42.4048,296.53,27.29,-5.5,85.28,3.77, 24, 4533
2955
+ Iota Pegasi,iotPeg,ICRS,22,07,00.66597,+25,20,42.4048,296.53,27.29,-5.5,85.28,3.77, 24, 4533
2956
+ #0# kapPeg, Jih
2957
+ kapPeg,kapPeg,ICRS,21,44,38.73522,+25,38,42.1359,48.13,14.29,-0.8,29.22,4.135, 0, 0
2958
+ Kappa Pegasi,kapPeg,ICRS,21,44,38.73522,+25,38,42.1359,48.13,14.29,-0.8,29.22,4.135, 0, 0
2959
+ Jih,kapPeg,ICRS,21,44,38.73522,+25,38,42.1359,48.13,14.29,-0.8,29.22,4.135, 0, 0
2960
+ #0# lamPeg, Sadalbari
2961
+ lamPeg,lamPeg,ICRS,22,46,31.87786,+23,33,56.3561,55.75,-10.15,-4.15,8.93,3.93, 22, 4709
2962
+ Lambda Pegasi,lamPeg,ICRS,22,46,31.87786,+23,33,56.3561,55.75,-10.15,-4.15,8.93,3.93, 22, 4709
2963
+ Sadalbari,lamPeg,ICRS,22,46,31.87786,+23,33,56.3561,55.75,-10.15,-4.15,8.93,3.93, 22, 4709
2964
+ #0# mu.Peg,
2965
+ mu.Peg,mu.Peg,ICRS,22,50,00.19315,+24,36,05.6984,144.7,-41.87,13.54,30.74,3.48, 23, 4615
2966
+ Mu Pegasi,mu.Peg,ICRS,22,50,00.19315,+24,36,05.6984,144.7,-41.87,13.54,30.74,3.48, 23, 4615
2967
+ #0# ksiPeg,
2968
+ ksiPeg,ksiPeg,ICRS,22,46,41.58118,+12,10,22.3854,234.18,-493.29,-5.37,61.36,4.2,0,0
2969
+ Xi Pegasi,ksiPeg,ICRS,22,46,41.58118,+12,10,22.3854,234.18,-493.29,-5.37,61.36,4.2,0,0
2970
+ #0# pi.Peg,
2971
+ pi.Peg,pi.Peg,ICRS,22,09,59.24371,+33,10,41.5976,-12.87,-18.95,5.1,12.4,4.29, 32, 4352
2972
+ Pi Pegasi,pi.Peg,ICRS,22,09,59.24371,+33,10,41.5976,-12.87,-18.95,5.1,12.4,4.29, 32, 4352
2973
+ #0# pi.01Peg,
2974
+ pi.01Peg,pi.01Peg,ICRS,22,09,13.63306,+33,10,20.4071,-61.14,-66.84,-8.3,11.3,5.582, 32, 4349
2975
+ Pi Pegasi 01,pi.01Peg,ICRS,22,09,13.63306,+33,10,20.4071,-61.14,-66.84,-8.3,11.3,5.582, 32, 4349
2976
+ #0# pi.02Peg,
2977
+ pi.02Peg,pi.02Peg,ICRS,22,09,59.24371,+33,10,41.5976,-12.87,-18.95,5.1,12.4,4.29, 32, 4352
2978
+ Pi Pegasi 02,pi.02Peg,ICRS,22,09,59.24371,+33,10,41.5976,-12.87,-18.95,5.1,12.4,4.29, 32, 4352
2979
+ #0# tauPeg, Salm
2980
+ tauPeg,tauPeg,ICRS,23,20,38.24188,+23,44,25.2098,29.45,-9.53,15.2,20.17,4.58, 22, 4810
2981
+ Tau Pegasi,tauPeg,ICRS,23,20,38.24188,+23,44,25.2098,29.45,-9.53,15.2,20.17,4.58, 22, 4810
2982
+ Salm,tauPeg,ICRS,23,20,38.24188,+23,44,25.2098,29.45,-9.53,15.2,20.17,4.58, 22, 4810
2983
+ #0# upsPeg, Alkarab
2984
+ upsPeg,upsPeg,ICRS,23,25,22.78350,+23,24,14.7606,192.19,36.12,-8.59,19.14,4.4, 22, 4833
2985
+ Upsilon Pegasi,upsPeg,ICRS,23,25,22.78350,+23,24,14.7606,192.19,36.12,-8.59,19.14,4.4, 22, 4833
2986
+ Alkarab,upsPeg,ICRS,23,25,22.78350,+23,24,14.7606,192.19,36.12,-8.59,19.14,4.4, 22, 4833
2987
+ #0# phiPeg,
2988
+ phiPeg,phiPeg,ICRS,23,52,29.28762,+19,07,13.0218,-7.27,-35.4,-7.75,7.05,5.08, 18, 5231
2989
+ Hipparcos Catalogue Peg,phiPeg,ICRS,23,52,29.28762,+19,07,13.0218,-7.27,-35.4,-7.75,7.05,5.08, 18, 5231
2990
+ #0# chiPeg,
2991
+ chiPeg,chiPeg,ICRS,00,14,36.16451,+20,12,24.1205,90.76,1.24,-46.6,8.86,4.8, 19, 27
2992
+ Hipparcos Catalogue Peg,chiPeg,ICRS,00,14,36.16451,+20,12,24.1205,90.76,1.24,-46.6,8.86,4.8, 19, 27
2993
+ #0# psiPeg,
2994
+ psiPeg,psiPeg,ICRS,23,57,45.52681,+25,08,29.0480,-35.24,-31.6,-6.59,6.85,4.66, 24, 4865
2995
+ Psi Pegasi,psiPeg,ICRS,23,57,45.52681,+25,08,29.0480,-35.24,-31.6,-6.59,6.85,4.66, 24, 4865
2996
+ #0# 1Peg,
2997
+ 1Peg,1Peg,ICRS,21,22,05.199,+19,48,16.24,105.35,63.51,-10.8,20.93,4.09,0,0
2998
+ Pegasi1,1Peg,ICRS,21,22,05.199,+19,48,16.24,105.35,63.51,-10.8,20.93,4.09,0,0
2999
+ #0# 9Peg,
3000
+ 9Peg,9Peg,ICRS,21,44,30.69581,+17,21,00.0571,8.66,-11.33,-23.11,3.52,4.35,0,0
3001
+ Pegasi9,9Peg,ICRS,21,44,30.69581,+17,21,00.0571,8.66,-11.33,-23.11,3.52,4.35,0,0
3002
+ #0# 51Peg, Helvetios
3003
+ 51Peg,51Peg,ICRS,22,57,27.98004,+20,46,07.7912,207.25,60.34,-33.02,64.07,5.46, 0,0
3004
+ Pegasi51,51Peg,ICRS,22,57,27.98004,+20,46,07.7912,207.25,60.34,-33.02,64.07,5.46, 0,0
3005
+ Helvetios,51Peg,ICRS,22,57,27.98004,+20,46,07.7912,207.25,60.34,-33.02,64.07,5.46, 0,0
3006
+ # Perseus
3007
+ #0# alfPer, Alpha Perseus, Mirfak, no hip id
3008
+ alfPer,alfPer,ICRS,03,24,19.3700924,+49,51,40.245455,23.75,-26.23,-2.158,6.44,1.79
3009
+ Alpha Persei,alfPer,ICRS,03,24,19.3700924,+49,51,40.245455,23.75,-26.23,-2.158,6.44,1.79
3010
+ Alpha Perseus,alfPer,ICRS,03,24,19.3700924,+49,51,40.245455,23.75,-26.23,-2.158,6.44,1.79
3011
+ Mirfak,alfPer,ICRS,03,24,19.3700924,+49,51,40.245455,23.75,-26.23,-2.158,6.44,1.79
3012
+ #0# gamPer,
3013
+ gamPer,gamPer,ICRS,03,04,47.79074,+53,30,23.1687,0.51,-5.92,3.13,13.41,2.93, 52, 654
3014
+ Gamma Persei,gamPer,ICRS,03,04,47.79074,+53,30,23.1687,0.51,-5.92,3.13,13.41,2.93, 52, 654
3015
+ #0# delPer,
3016
+ delPer,delPer,ICRS,03,42,55.50426,+47,47,15.1746,25.58,-43.06,4,6.32,3.01, 47, 876
3017
+ Delta Persei,delPer,ICRS,03,42,55.50426,+47,47,15.1746,25.58,-43.06,4,6.32,3.01, 47, 876
3018
+ #0# epsPer,
3019
+ epsPer,epsPer,ICRS,03,57,51.23205,+40,00,36.7752,14.06,-23.78,-1,5.11,2.89, 39, 895
3020
+ Epsilon Persei,epsPer,ICRS,03,57,51.23205,+40,00,36.7752,14.06,-23.78,-1,5.11,2.89, 39, 895
3021
+ #0# zetPer,
3022
+ zetPer,zetPer,ICRS,03,54,07.92248,+31,53,01.0812,5.77,-9.92,20.6,4.34,2.85, 31, 666
3023
+ Zeta Persei,zetPer,ICRS,03,54,07.92248,+31,53,01.0812,5.77,-9.92,20.6,4.34,2.85, 31, 666
3024
+ #0# etaPer, Miram
3025
+ etaPer,etaPer,ICRS,02,50,41.80959,+55,53,43.7876,16.23,-13.54,-1.07,3.71,3.79, 55, 714
3026
+ Eta Persei,etaPer,ICRS,02,50,41.80959,+55,53,43.7876,16.23,-13.54,-1.07,3.71,3.79, 55, 714
3027
+ Miram,etaPer,ICRS,02,50,41.80959,+55,53,43.7876,16.23,-13.54,-1.07,3.71,3.79, 55, 714
3028
+ #0# tetPer,
3029
+ tetPer,tetPer,ICRS,02,44,11.98704,+49,13,42.4111,334.66,-89.99,24.32,89.87,4.11, 48, 746
3030
+ Theta Persei,tetPer,ICRS,02,44,11.98704,+49,13,42.4111,334.66,-89.99,24.32,89.87,4.11, 48, 746
3031
+ #0# iotPer,
3032
+ iotPer,iotPer,ICRS,03,09,04.01986,+49,36,47.7996,1262.41,-91.5,49.22,94.87,4.05, 49, 857
3033
+ Iota Persei,iotPer,ICRS,03,09,04.01986,+49,36,47.7996,1262.41,-91.5,49.22,94.87,4.05, 49, 857
3034
+ #0# kapPer, Misam
3035
+ kapPer,kapPer,ICRS,03,09,29.77156,+44,51,27.1463,172.99,-143.4,29.4,28.93,3.81, 44, 631
3036
+ Kappa Persei,kapPer,ICRS,03,09,29.77156,+44,51,27.1463,172.99,-143.4,29.4,28.93,3.81, 44, 631
3037
+ Misam,kapPer,ICRS,03,09,29.77156,+44,51,27.1463,172.99,-143.4,29.4,28.93,3.81, 44, 631
3038
+ #0# lamPer,
3039
+ lamPer,lamPer,ICRS,04,06,35.04360,+50,21,04.5500,-12.75,-35.6,6.1,7.73,4.29, 49, 1101
3040
+ Lambda Persei,lamPer,ICRS,04,06,35.04360,+50,21,04.5500,-12.75,-35.6,6.1,7.73,4.29, 49, 1101
3041
+ #0# mu.Per,
3042
+ mu.Per,mu.Per,ICRS,04,14,53.86253,+48,24,33.5912,5.52,-17.37,26.46,3.62,4.16, 48, 1063
3043
+ Mu Persei,mu.Per,ICRS,04,14,53.86253,+48,24,33.5912,5.52,-17.37,26.46,3.62,4.16, 48, 1063
3044
+ #0# nu.Per,
3045
+ nu.Per,nu.Per,ICRS,03,45,11.63204,+42,34,42.7829,-14.45,2.53,-12.1,5.86,3.8, 42, 815
3046
+ Nu Persei,nu.Per,ICRS,03,45,11.63204,+42,34,42.7829,-14.45,2.53,-12.1,5.86,3.8, 42, 815
3047
+ #0# ksiPer, Menkib
3048
+ ksiPer,ksiPer,ICRS,03,58,57.90229,+35,47,27.7132,3.62,1.74,65.4,2.62,4.06, 35, 775
3049
+ Xi Persei,ksiPer,ICRS,03,58,57.90229,+35,47,27.7132,3.62,1.74,65.4,2.62,4.06, 35, 775
3050
+ Menkib,ksiPer,ICRS,03,58,57.90229,+35,47,27.7132,3.62,1.74,65.4,2.62,4.06, 35, 775
3051
+ #0# omiPer, Atiks
3052
+ omiPer,omiPer,ICRS,03,44,19.13204,+32,17,17.6929,8.18,-10.43,12.2,2.91,3.83, 31, 642
3053
+ Omicron Persei,omiPer,ICRS,03,44,19.13204,+32,17,17.6929,8.18,-10.43,12.2,2.91,3.83, 31, 642
3054
+ Atiks,omiPer,ICRS,03,44,19.13204,+32,17,17.6929,8.18,-10.43,12.2,2.91,3.83, 31, 642
3055
+ #0# pi.Per, Gorgona Secunda
3056
+ pi.Per,pi.Per,ICRS,02,58,45.66985,+39,39,45.8141,25.65,-41.62,14.2,10.53,4.7, 39, 681
3057
+ Pi Persei,pi.Per,ICRS,02,58,45.66985,+39,39,45.8141,25.65,-41.62,14.2,10.53,4.7, 39, 681
3058
+ Gorgona Secunda,pi.Per,ICRS,02,58,45.66985,+39,39,45.8141,25.65,-41.62,14.2,10.53,4.7, 39, 681
3059
+ #0# rhoPer, Gorgona Tertia
3060
+ rhoPer,rhoPer,ICRS,03,05,10.59385,+38,50,24.9943,129.22,-105.7,30.81,10.6,3.39, 38, 630
3061
+ Rho Persei,rhoPer,ICRS,03,05,10.59385,+38,50,24.9943,129.22,-105.7,30.81,10.6,3.39, 38, 630
3062
+ Gorgona Tertia,rhoPer,ICRS,03,05,10.59385,+38,50,24.9943,129.22,-105.7,30.81,10.6,3.39, 38, 630
3063
+ #0# sigPer,
3064
+ sigPer,sigPer,ICRS,03,30,34.48545,+47,59,42.7808,3.56,18.48,14.36,9.07,4.36, 47, 843
3065
+ Sigma Persei,sigPer,ICRS,03,30,34.48545,+47,59,42.7808,3.56,18.48,14.36,9.07,4.36, 47, 843
3066
+ #0# tauPer,
3067
+ tauPer,tauPer,ICRS,02,54,15.46108,+52,45,44.9240,-1.26,-4.37,2.2,12.83,3.96, 52, 641
3068
+ Tau Persei,tauPer,ICRS,02,54,15.46108,+52,45,44.9240,-1.26,-4.37,2.2,12.83,3.96, 52, 641
3069
+ #0# phiPer,
3070
+ phiPer,phiPer,ICRS,01,43,39.63792,+50,41,19.4328,24.59,-14.01,0.8,4.54,4.06, 49, 444
3071
+ Hipparcos Catalogue Per,phiPer,ICRS,01,43,39.63792,+50,41,19.4328,24.59,-14.01,0.8,4.54,4.06, 49, 444
3072
+ #0# omePer, Gorgona Quatra
3073
+ omePer,omePer,ICRS,03,11,17.38161,+39,36,41.7014,-26.26,5.4,6.61,11.32,4.607, 39, 724
3074
+ Omega Persei,omePer,ICRS,03,11,17.38161,+39,36,41.7014,-26.26,5.4,6.61,11.32,4.607, 39, 724
3075
+ Gorgona Quatra,omePer,ICRS,03,11,17.38161,+39,36,41.7014,-26.26,5.4,6.61,11.32,4.607, 39, 724
3076
+ #Capulus ,NGC869,ICRS,2,19,6.0,57,9,0.0,-0.41,-1.03,-39.82,0.0,3.7,0, 0 # NGC 869, from Starlight / Sarah Ashton
3077
+ #0# NGC869, NGC869
3078
+ NGC869,NGC869,ICRS,02,18,57.0,+57,08,02,-0.6943,-1.0831,-62.164,0.3942,0
3079
+ New General Catalogue 869,NGC869,ICRS,02,18,57.0,+57,08,02,-0.6943,-1.0831,-62.164,0.3942,0
3080
+ NGC869,NGC869,ICRS,02,18,57.0,+57,08,02,-0.6943,-1.0831,-62.164,0.3942,0
3081
+ # M34 is also called Capulus according to
3082
+ # http://www.constellationsofwords.com/stars/Capulus.html (V. Robson?)
3083
+ # However Brady uses this name for NGC869 (above)
3084
+ #0# M34,
3085
+ M34,M34,ICRS,02,42,05.0,+42,45,42,0.03,-7.43,-16.8,0,5.2,0, 0 # NGC 1039
3086
+ Messier Object 34,M34,ICRS,02,42,05.0,+42,45,42,0.03,-7.43,-16.8,0,5.2,0, 0 # NGC 1039
3087
+ #0# 16Per,
3088
+ 16Per,16Per,ICRS,02,50,35.05979,+38,19,07.1080,195.77,-109.98,14,27.01,4.2,0, 0
3089
+ Persei16,16Per,ICRS,02,50,35.05979,+38,19,07.1080,195.77,-109.98,14,27.01,4.2,0, 0
3090
+ # Pictor
3091
+ #0# alfPic,
3092
+ alfPic,alfPic,ICRS,06,48,11.45512,-61,56,29.0008,-66.07,242.97,15.3,33.78,3.3,-61, 720
3093
+ Alpha Pictoris,alfPic,ICRS,06,48,11.45512,-61,56,29.0008,-66.07,242.97,15.3,33.78,3.3,-61, 720
3094
+ #0# betPic,
3095
+ betPic,betPic,ICRS,05,47,17.08769,-51,03,59.4412,4.65,83.1,20,51.44,3.86,0,0
3096
+ Beta Pictoris,betPic,ICRS,05,47,17.08769,-51,03,59.4412,4.65,83.1,20,51.44,3.86,0,0
3097
+ #0# gamPic,
3098
+ gamPic,gamPic,ICRS,05,49,49.66181,-56,09,59.9808,81.13,-71.12,15.7,18.45,4.494,-56, 946
3099
+ Gamma Pictoris,gamPic,ICRS,05,49,49.66181,-56,09,59.9808,81.13,-71.12,15.7,18.45,4.494,-56, 946
3100
+ #0# delPic,
3101
+ delPic,delPic,ICRS,06,10,17.90808,-54,58,07.1134,-4.9,7.41,30.6,2.51,4.81,-54, 980
3102
+ Delta Pictoris,delPic,ICRS,06,10,17.90808,-54,58,07.1134,-4.9,7.41,30.6,2.51,4.81,-54, 980
3103
+ #0# zetPic,
3104
+ zetPic,zetPic,ICRS,05,19,22.13548,-50,36,21.4820,23.64,227.43,42.52,28,5.45,-50, 1723
3105
+ Zeta Pictoris,zetPic,ICRS,05,19,22.13548,-50,36,21.4820,23.64,227.43,42.52,28,5.45,-50, 1723
3106
+ #0# eta02Pic,
3107
+ eta02Pic,eta02Pic,ICRS,05,04,58.01453,-49,34,40.2079,68.96,-2.2,36,7.35,5.01,-49, 1562
3108
+ Eta Pictoris 02,eta02Pic,ICRS,05,04,58.01453,-49,34,40.2079,68.96,-2.2,36,7.35,5.01,-49, 1562
3109
+ # Piscis Austrinus
3110
+ #0# alfPsA, Alpha Piscis Austrini, Fomalhaut, HIP 113368
3111
+ alfPsA,alfPsA,ICRS,22,57,39.04625,-29,37,20.0533,328.95,-164.67,6.50,129.81,1.16
3112
+ Alpha Piscis Austrini,alfPsA,ICRS,22,57,39.04625,-29,37,20.0533,328.95,-164.67,6.50,129.81,1.16
3113
+ Alpha Piscis Austrini,alfPsA,ICRS,22,57,39.04625,-29,37,20.0533,328.95,-164.67,6.50,129.81,1.16
3114
+ Fomalhaut,alfPsA,ICRS,22,57,39.04625,-29,37,20.0533,328.95,-164.67,6.50,129.81,1.16
3115
+ HIP 113368,alfPsA,ICRS,22,57,39.04625,-29,37,20.0533,328.95,-164.67,6.50,129.81,1.16
3116
+ #0# betPsA, Tien Kang
3117
+ betPsA,betPsA,ICRS,22,31,30.33038,-32,20,45.8653,59.12,-18.83,5.5,22.84,4.29,-32,17126
3118
+ Beta Piscis Austrini,betPsA,ICRS,22,31,30.33038,-32,20,45.8653,59.12,-18.83,5.5,22.84,4.29,-32,17126
3119
+ Tien Kang,betPsA,ICRS,22,31,30.33038,-32,20,45.8653,59.12,-18.83,5.5,22.84,4.29,-32,17126
3120
+ #0# gamPsA,
3121
+ gamPsA,gamPsA,ICRS,22,52,31.53513,-32,52,31.8059,-32.73,-21.21,16.5,15.14,4.501,0,0
3122
+ Gamma Piscis Austrini,gamPsA,ICRS,22,52,31.53513,-32,52,31.8059,-32.73,-21.21,16.5,15.14,4.501,0,0
3123
+ #0# delPsA, Aboras
3124
+ delPsA,delPsA,ICRS,22,55,56.90026,-32,32,22.6335,11.98,33.64,-11.6,21.16,4.208,0,0
3125
+ Delta Piscis Austrini,delPsA,ICRS,22,55,56.90026,-32,32,22.6335,11.98,33.64,-11.6,21.16,4.208,0,0
3126
+ Aboras,delPsA,ICRS,22,55,56.90026,-32,32,22.6335,11.98,33.64,-11.6,21.16,4.208,0,0
3127
+ #0# epsPsA,
3128
+ epsPsA,epsPsA,ICRS,22,40,39.34075,-27,02,37.0157,23.22,-0.16,1.1,6.7,4.177,-27,16010
3129
+ Epsilon Piscis Austrini,epsPsA,ICRS,22,40,39.34075,-27,02,37.0157,23.22,-0.16,1.1,6.7,4.177,-27,16010
3130
+ #0# tetPsA,
3131
+ tetPsA,tetPsA,ICRS,21,47,44.14993,-30,53,53.9027,-34.4,-0.08,12.8,10.16,5.017,0,0
3132
+ Theta Piscis Austrini,tetPsA,ICRS,21,47,44.14993,-30,53,53.9027,-34.4,-0.08,12.8,10.16,5.017,0,0
3133
+ #0# iotPsA,
3134
+ iotPsA,iotPsA,ICRS,21,44,56.80944,-33,01,32.8180,31.1,-94.56,3,15.97,4.34,-33,15734
3135
+ Iota Piscis Austrini,iotPsA,ICRS,21,44,56.80944,-33,01,32.8180,31.1,-94.56,3,15.97,4.34,-33,15734
3136
+ #0# lamPsA,
3137
+ lamPsA,lamPsA,ICRS,22,14,18.75180,-27,46,00.8667,23.6,2.04,-6.2,6.51,5.43,-28,17653
3138
+ Lambda Piscis Austrini,lamPsA,ICRS,22,14,18.75180,-27,46,00.8667,23.6,2.04,-6.2,6.51,5.43,-28,17653
3139
+ #0# mu.PsA,
3140
+ mu.PsA,mu.PsA,ICRS,22,08,23.00806,-32,59,18.4884,78.81,-29.1,11.6,24.01,4.5,-33,15922
3141
+ Mu Piscis Austini,mu.PsA,ICRS,22,08,23.00806,-32,59,18.4884,78.81,-29.1,11.6,24.01,4.5,-33,15922
3142
+ #0# pi.PsA,
3143
+ pi.PsA,pi.PsA,ICRS,23,03,29.81356,-34,44,57.8814,71.46,84.55,-6,33.99,5.124,-35,15630
3144
+ Pi Piscis Austrini,pi.PsA,ICRS,23,03,29.81356,-34,44,57.8814,71.46,84.55,-6,33.99,5.124,-35,15630
3145
+ # Pisces
3146
+ #0# alfPsc, Al Rescha
3147
+ alfPsc,alfPsc,ICRS,02,02,02.81972,+02,45,49.5410,32.45,0.04,7.5,21.66,3.82, 02, 317
3148
+ Alpha Piscium,alfPsc,ICRS,02,02,02.81972,+02,45,49.5410,32.45,0.04,7.5,21.66,3.82, 02, 317
3149
+ Al Rescha,alfPsc,ICRS,02,02,02.81972,+02,45,49.5410,32.45,0.04,7.5,21.66,3.82, 02, 317
3150
+ #0# betPsc, Samakah
3151
+ betPsc,betPsc,ICRS,23,03,52.61349,+03,49,12.1662,11.76,-9.85,0,7.99,4.52, 03, 4818
3152
+ Beta Piscium,betPsc,ICRS,23,03,52.61349,+03,49,12.1662,11.76,-9.85,0,7.99,4.52, 03, 4818
3153
+ Samakah,betPsc,ICRS,23,03,52.61349,+03,49,12.1662,11.76,-9.85,0,7.99,4.52, 03, 4818
3154
+ #0# gamPsc, Gamma Piscium
3155
+ gamPsc,gamPsc,ICRS,23,17,09.9371132484,+03,16,56.245688417,759.268,17.568,-14.48,24.1958,3.70
3156
+ Gamma Piscium,gamPsc,ICRS,23,17,09.9371132484,+03,16,56.245688417,759.268,17.568,-14.48,24.1958,3.70
3157
+ Gamma Piscium,gamPsc,ICRS,23,17,09.9371132484,+03,16,56.245688417,759.268,17.568,-14.48,24.1958,3.70
3158
+ #0# delPsc, Linteum
3159
+ delPsc,delPsc,ICRS,00,48,40.94433,+07,35,06.2926,83.1,-49.58,32.45,10.48,4.44, 06, 107
3160
+ Delta Piscium,delPsc,ICRS,00,48,40.94433,+07,35,06.2926,83.1,-49.58,32.45,10.48,4.44, 06, 107
3161
+ Linteum,delPsc,ICRS,00,48,40.94433,+07,35,06.2926,83.1,-49.58,32.45,10.48,4.44, 06, 107
3162
+ #0# epsPsc, Kaht
3163
+ epsPsc,epsPsc,ICRS,01,02,56.60862,+07,53,24.4855,-80.17,25.59,7.74,17.94,4.28, 07, 153
3164
+ Epsilon Piscium,epsPsc,ICRS,01,02,56.60862,+07,53,24.4855,-80.17,25.59,7.74,17.94,4.28, 07, 153
3165
+ Kaht,epsPsc,ICRS,01,02,56.60862,+07,53,24.4855,-80.17,25.59,7.74,17.94,4.28, 07, 153
3166
+ #0# zetPsc, Revati
3167
+ zetPsc,zetPsc,ICRS,01,13,43.88735,+07,34,31.2745,145,-55.69,15,18.76,5.187, 06, 174
3168
+ Zeta Piscium,zetPsc,ICRS,01,13,43.88735,+07,34,31.2745,145,-55.69,15,18.76,5.187, 06, 174
3169
+ Revati,zetPsc,ICRS,01,13,43.88735,+07,34,31.2745,145,-55.69,15,18.76,5.187, 06, 174
3170
+ #0# etaPsc, Al Pherg
3171
+ etaPsc,etaPsc,ICRS,01,31,29.01026,+15,20,44.9685,27.14,-2.64,13.78,9.33,3.62, 14, 231
3172
+ Eta Piscium,etaPsc,ICRS,01,31,29.01026,+15,20,44.9685,27.14,-2.64,13.78,9.33,3.62, 14, 231
3173
+ Al Pherg,etaPsc,ICRS,01,31,29.01026,+15,20,44.9685,27.14,-2.64,13.78,9.33,3.62, 14, 231
3174
+ #0# tetPsc,
3175
+ tetPsc,tetPsc,ICRS,23,27,58.09529,+06,22,44.3720,-123.58,-43.23,5.73,21.96,4.3, 05, 5173
3176
+ Theta Piscium,tetPsc,ICRS,23,27,58.09529,+06,22,44.3720,-123.58,-43.23,5.73,21.96,4.3, 05, 5173
3177
+ #0# iotPsc,
3178
+ iotPsc,iotPsc,ICRS,23,39,57.04138,+05,37,34.6475,377.15,-437.43,5.95,72.92,4.12, 04, 5035
3179
+ Iota Piscium,iotPsc,ICRS,23,39,57.04138,+05,37,34.6475,377.15,-437.43,5.95,72.92,4.12, 04, 5035
3180
+ #0# kapPsc,
3181
+ kapPsc,kapPsc,ICRS,23,26,55.95586,+01,15,20.1900,86.68,-94.29,-4.4,21.25,4.94, 00, 4998
3182
+ Kappa Piscium,kapPsc,ICRS,23,26,55.95586,+01,15,20.1900,86.68,-94.29,-4.4,21.25,4.94, 00, 4998
3183
+ #0# lamPsc,
3184
+ lamPsc,lamPsc,ICRS,23,42,02.80612,+01,46,48.1484,-129.7,-154.8,10,30.59,4.51, 00, 5037
3185
+ Lambda Piscium,lamPsc,ICRS,23,42,02.80612,+01,46,48.1484,-129.7,-154.8,10,30.59,4.51, 00, 5037
3186
+ #0# nu.Psc,
3187
+ nu.Psc,nu.Psc,ICRS,01,41,25.89391,+05,29,15.4062,-23.36,3.36,0.76,8.98,4.44, 04, 293
3188
+ Nu Piscium,nu.Psc,ICRS,01,41,25.89391,+05,29,15.4062,-23.36,3.36,0.76,8.98,4.44, 04, 293
3189
+ #0# ksiPsc,
3190
+ ksiPsc,ksiPsc,ICRS,01,53,33.35074,+03,11,15.1498,24.48,25.99,26.13,18.21,4.604, 02, 290
3191
+ Xi Piscium,ksiPsc,ICRS,01,53,33.35074,+03,11,15.1498,24.48,25.99,26.13,18.21,4.604, 02, 290
3192
+ #0# omiPsc, Torcular
3193
+ omiPsc,omiPsc,ICRS,01,45,23.63185,+09,09,27.8530,72.98,39.3,12.16,11.67,4.26, 08, 273
3194
+ Omicron Piscium,omiPsc,ICRS,01,45,23.63185,+09,09,27.8530,72.98,39.3,12.16,11.67,4.26, 08, 273
3195
+ Torcular,omiPsc,ICRS,01,45,23.63185,+09,09,27.8530,72.98,39.3,12.16,11.67,4.26, 08, 273
3196
+ #0# pi.Psc,
3197
+ pi.Psc,pi.Psc,ICRS,01,37,05.91523,+12,08,29.5186,-77.29,9.13,-4.2,28.5,5.535, 11, 205
3198
+ Pi Piscium,pi.Psc,ICRS,01,37,05.91523,+12,08,29.5186,-77.29,9.13,-4.2,28.5,5.535, 11, 205
3199
+ #0# tauPsc, Anunitum
3200
+ tauPsc,tauPsc,ICRS,01,11,39.63647,+30,05,22.6909,73.88,-38.3,35.2,19.32,4.511, 29, 190
3201
+ Tau Piscium,tauPsc,ICRS,01,11,39.63647,+30,05,22.6909,73.88,-38.3,35.2,19.32,4.511, 29, 190
3202
+ Anunitum,tauPsc,ICRS,01,11,39.63647,+30,05,22.6909,73.88,-38.3,35.2,19.32,4.511, 29, 190
3203
+ #0# upsPsc,
3204
+ upsPsc,upsPsc,ICRS,01,19,27.99289,+27,15,50.6155,22.98,-11.12,5.8,10.59,4.748, 26, 220
3205
+ Upsilon Piscium,upsPsc,ICRS,01,19,27.99289,+27,15,50.6155,22.98,-11.12,5.8,10.59,4.748, 26, 220
3206
+ #0# phiPsc,
3207
+ phiPsc,phiPsc,ICRS,01,13,44.94635,+24,35,01.3590,17.5,-22.04,7.08,7.31,4.66, 0, 0
3208
+ Hipparcos Catalogue Psc,phiPsc,ICRS,01,13,44.94635,+24,35,01.3590,17.5,-22.04,7.08,7.31,4.66, 0, 0
3209
+ #0# chiPsc,
3210
+ chiPsc,chiPsc,ICRS,01,11,27.21877,+21,02,04.7406,39.32,-10.48,15.04,8.5,4.658, 20, 172
3211
+ Hipparcos Catalogue Psc,chiPsc,ICRS,01,11,27.21877,+21,02,04.7406,39.32,-10.48,15.04,8.5,4.658, 20, 172
3212
+ #0# omePsc, Vernalis
3213
+ omePsc,omePsc,ICRS,23,59,18.69064,+06,51,47.9562,150.35,-112.12,2.9,31.26,4.012, 06, 5227
3214
+ Omega Piscium,omePsc,ICRS,23,59,18.69064,+06,51,47.9562,150.35,-112.12,2.9,31.26,4.012, 06, 5227
3215
+ Vernalis,omePsc,ICRS,23,59,18.69064,+06,51,47.9562,150.35,-112.12,2.9,31.26,4.012, 06, 5227
3216
+ #0# 7Psc,
3217
+ 7Psc,7Psc,ICRS,23,20,20.58314,+05,22,52.7012,78.47,-60,39.62,7.54,5.069, 0, 0
3218
+ Piscium7,7Psc,ICRS,23,20,20.58314,+05,22,52.7012,78.47,-60,39.62,7.54,5.069, 0, 0
3219
+ #0# 19Psc,
3220
+ 19Psc,19Psc,ICRS,23,46,23.51708,+03,29,12.5244,-33.68,-24.49,-11,3.63,5.02, 0, 0
3221
+ Piscium19,19Psc,ICRS,23,46,23.51708,+03,29,12.5244,-33.68,-24.49,-11,3.63,5.02, 0, 0
3222
+ # Puppis
3223
+ #0# zetPup, Naos, HIP 39429
3224
+ zetPup,zetPup,ICRS,08,03,35.04754,-40,00,11.3321,-29.71,16.68,-23.90,3.01,2.25
3225
+ Zeta Puppis,zetPup,ICRS,08,03,35.04754,-40,00,11.3321,-29.71,16.68,-23.90,3.01,2.25
3226
+ Naos,zetPup,ICRS,08,03,35.04754,-40,00,11.3321,-29.71,16.68,-23.90,3.01,2.25
3227
+ HIP 39429,zetPup,ICRS,08,03,35.04754,-40,00,11.3321,-29.71,16.68,-23.90,3.01,2.25
3228
+ #0# nu.Pup, Kaimana
3229
+ nu.Pup,nu.Pup,ICRS,06,37,45.67135,-43,11,45.3602,-0.44,-3.87,30.9,8.78,3.17,-43, 2576
3230
+ Nu Puppis,nu.Pup,ICRS,06,37,45.67135,-43,11,45.3602,-0.44,-3.87,30.9,8.78,3.17,-43, 2576
3231
+ Kaimana,nu.Pup,ICRS,06,37,45.67135,-43,11,45.3602,-0.44,-3.87,30.9,8.78,3.17,-43, 2576
3232
+ #0# ksiPup, Azmidiske
3233
+ ksiPup,ksiPup,ICRS,07,49,17.65567,-24,51,35.2305,-4.81,-0.89,2.8,2.72,3.3,-24, 6030
3234
+ Xi Puppis,ksiPup,ICRS,07,49,17.65567,-24,51,35.2305,-4.81,-0.89,2.8,2.72,3.3,-24, 6030
3235
+ Azmidiske,ksiPup,ICRS,07,49,17.65567,-24,51,35.2305,-4.81,-0.89,2.8,2.72,3.3,-24, 6030
3236
+ #0# pi.Pup, Ahadi
3237
+ pi.Pup,pi.Pup,ICRS,07,17,08.55678,-37,05,50.8962,-10.05,6.47,15.8,4.04,2.7,-36, 3489
3238
+ Pi Puppis,pi.Pup,ICRS,07,17,08.55678,-37,05,50.8962,-10.05,6.47,15.8,4.04,2.7,-36, 3489
3239
+ Ahadi,pi.Pup,ICRS,07,17,08.55678,-37,05,50.8962,-10.05,6.47,15.8,4.04,2.7,-36, 3489
3240
+ #0# rhoPup, Tureis
3241
+ rhoPup,rhoPup,ICRS,08,07,32.64882,-24,18,15.5679,-83.35,46.23,45.8,51.33,2.81,-23, 6828
3242
+ Rho Puppis,rhoPup,ICRS,08,07,32.64882,-24,18,15.5679,-83.35,46.23,45.8,51.33,2.81,-23, 6828
3243
+ Tureis,rhoPup,ICRS,08,07,32.64882,-24,18,15.5679,-83.35,46.23,45.8,51.33,2.81,-23, 6828
3244
+ #0# sigPup,
3245
+ sigPup,sigPup,ICRS,07,29,13.83049,-43,18,05.1597,-59.55,188.31,87.3,16.84,3.25,-43, 3260
3246
+ Sigma Puppis,sigPup,ICRS,07,29,13.83049,-43,18,05.1597,-59.55,188.31,87.3,16.84,3.25,-43, 3260
3247
+ #0# tauPup, Anazitisi
3248
+ tauPup,tauPup,ICRS,06,49,56.16846,-50,36,52.4437,34.36,-69.11,34.4,17.92,2.93,-50, 2415
3249
+ Tau Puppis,tauPup,ICRS,06,49,56.16846,-50,36,52.4437,34.36,-69.11,34.4,17.92,2.93,-50, 2415
3250
+ Anazitisi,tauPup,ICRS,06,49,56.16846,-50,36,52.4437,34.36,-69.11,34.4,17.92,2.93,-50, 2415
3251
+ # Pyxis
3252
+ #0# alfPyx,
3253
+ alfPyx,alfPyx,ICRS,08,43,35.53756,-33,11,10.9898,-14.27,10.43,15.3,3.71,3.68,-32, 5651
3254
+ Alpha Pyxis,alfPyx,ICRS,08,43,35.53756,-33,11,10.9898,-14.27,10.43,15.3,3.71,3.68,-32, 5651
3255
+ #0# betPyx,
3256
+ betPyx,betPyx,ICRS,08,40,06.14363,-35,18,30.0651,9.84,-20.8,-13.4,7.84,3.954,0,0
3257
+ Beta Pyxis,betPyx,ICRS,08,40,06.14363,-35,18,30.0651,9.84,-20.8,-13.4,7.84,3.954,0,0
3258
+ #0# gamPyx,
3259
+ gamPyx,gamPyx,ICRS,08,50,31.92282,-27,42,35.4421,-134.31,87.89,24.5,15.73,4.01,-27, 5986
3260
+ Gamma Pyxis,gamPyx,ICRS,08,50,31.92282,-27,42,35.4421,-134.31,87.89,24.5,15.73,4.01,-27, 5986
3261
+ #0# epsPyx,
3262
+ epsPyx,epsPyx,ICRS,09,09,56.41024,-30,21,55.4460,-1.93,-48.99,-9.7,15.39,5.593,-29, 7194
3263
+ Epsilon Pyxis,epsPyx,ICRS,09,09,56.41024,-30,21,55.4460,-1.93,-48.99,-9.7,15.39,5.593,-29, 7194
3264
+ #0# tetPyx,
3265
+ tetPyx,tetPyx,ICRS,09,21,29.59085,-25,57,55.5803,-12.24,-9.29,20,6.49,4.72,-25, 7114
3266
+ Theta Pyxis,tetPyx,ICRS,09,21,29.59085,-25,57,55.5803,-12.24,-9.29,20,6.49,4.72,-25, 7114
3267
+ # Reticulum
3268
+ #0# alfRet,
3269
+ alfRet,alfRet,ICRS,04,14,25.48414,-62,28,25.8917,41.97,49.42,35.5,20.18,3.36,-62, 332
3270
+ Alpha Reticulum,alfRet,ICRS,04,14,25.48414,-62,28,25.8917,41.97,49.42,35.5,20.18,3.36,-62, 332
3271
+ #0# betRet,
3272
+ betRet,betRet,ICRS,03,44,11.97587,-64,48,24.8610,307.13,77.5,50.8,33.49,3.85,-65, 263
3273
+ Beta Reticulum,betRet,ICRS,03,44,11.97587,-64,48,24.8610,307.13,77.5,50.8,33.49,3.85,-65, 263
3274
+ #0# gamRet,
3275
+ gamRet,gamRet,ICRS,04,00,53.80860,-62,09,33.4250,3.03,34.67,-7,6.95,4.5,0,0
3276
+ Gamma Reticulum,gamRet,ICRS,04,00,53.80860,-62,09,33.4250,3.03,34.67,-7,6.95,4.5,0,0
3277
+ #0# delRet,
3278
+ delRet,delRet,ICRS,03,58,44.74945,-61,24,00.6673,9.8,-14.3,-1.4,6.2,4.57,-61, 290
3279
+ Delta Reticulum,delRet,ICRS,03,58,44.74945,-61,24,00.6673,9.8,-14.3,-1.4,6.2,4.57,-61, 290
3280
+ #0# epsRet,
3281
+ epsRet,epsRet,ICRS,04,16,29.02921,-59,18,07.7614,-47.53,-167.58,29.3,54.83,4.44,0,0
3282
+ Epsilon Reticulum,epsRet,ICRS,04,16,29.02921,-59,18,07.7614,-47.53,-167.58,29.3,54.83,4.44,0,0
3283
+ #0# zet01Ret,
3284
+ zet01Ret,zet01Ret,ICRS,03,17,46.16324,-62,34,31.1563,1337.57,649.12,12.3,83.28,5.54,-63, 217
3285
+ Zeta Reticulum 01,zet01Ret,ICRS,03,17,46.16324,-62,34,31.1563,1337.57,649.12,12.3,83.28,5.54,-63, 217
3286
+ #0# etaRet,
3287
+ etaRet,etaRet,ICRS,04,21,53.3267,-63,23,10.998,85.239,175.621,45,8.48,5.24,-63, 324
3288
+ Eta Reticulum,etaRet,ICRS,04,21,53.3267,-63,23,10.998,85.239,175.621,45,8.48,5.24,-63, 324
3289
+ #0# iotRet,
3290
+ iotRet,iotRet,ICRS,04,01,18.15162,-61,04,43.7559,66.79,94.8,60.5,10.22,4.956,0,0
3291
+ Iota Reticulum,iotRet,ICRS,04,01,18.15162,-61,04,43.7559,66.79,94.8,60.5,10.22,4.956,0,0
3292
+ #0# kapRet,
3293
+ kapRet,kapRet,ICRS,03,29,22.67724,-62,56,15.0991,382.84,373.05,12.5,46.12,4.71,-63, 234
3294
+ Kappa Reticulum,kapRet,ICRS,03,29,22.67724,-62,56,15.0991,382.84,373.05,12.5,46.12,4.71,-63, 234
3295
+ #0# pi.Scl,
3296
+ pi.Scl,pi.Scl,ICRS,01,42,08.59623,-32,19,37.1331,-71.07,-51.06,10.4,15.18,5.256,-32, 666
3297
+ Pi Sculptoris,pi.Scl,ICRS,01,42,08.59623,-32,19,37.1331,-71.07,-51.06,10.4,15.18,5.256,-32, 666
3298
+ # Sculptor
3299
+ #0# alfScl,
3300
+ alfScl,alfScl,ICRS,00,58,36.35930,-29,21,26.8247,20.13,5.31,9.6,4.2,4.27,-30, 297
3301
+ Alpha Sculptoris,alfScl,ICRS,00,58,36.35930,-29,21,26.8247,20.13,5.31,9.6,4.2,4.27,-30, 297
3302
+ #0# betScl,
3303
+ betScl,betScl,ICRS,23,32,58.25898,-37,49,05.7570,95.97,38.29,0.4,18.74,4.37,-38,15527
3304
+ Beta Sculptoris,betScl,ICRS,23,32,58.25898,-37,49,05.7570,95.97,38.29,0.4,18.74,4.37,-38,15527
3305
+ #0# gamScl,
3306
+ gamScl,gamScl,ICRS,23,18,49.44076,-32,31,55.2890,20.13,-77.72,15.6,17.9,4.406,-33,16476
3307
+ Gamma Sculptoris,gamScl,ICRS,23,18,49.44076,-32,31,55.2890,20.13,-77.72,15.6,17.9,4.406,-33,16476
3308
+ #0# delScl,
3309
+ delScl,delScl,ICRS,23,48,55.54658,-28,07,48.9745,100.8,-105.34,8.7,23.73,4.57,-28,18353
3310
+ Delta Sculptoris,delScl,ICRS,23,48,55.54658,-28,07,48.9745,100.8,-105.34,8.7,23.73,4.57,-28,18353
3311
+ #0# epsScl,
3312
+ epsScl,epsScl,ICRS,01,45,38.75712,-25,03,09.4022,159.36,-73.17,13.1,35.57,5.31,-25, 704
3313
+ Epsilon Sculptoris,epsScl,ICRS,01,45,38.75712,-25,03,09.4022,159.36,-73.17,13.1,35.57,5.31,-25, 704
3314
+ #0# tetScl,
3315
+ tetScl,tetScl,ICRS,00,11,44.00926,-35,07,59.2233,169.83,114.56,-1.6,47,5.239,-35, 42
3316
+ Theta Sculptoris,tetScl,ICRS,00,11,44.00926,-35,07,59.2233,169.83,114.56,-1.6,47,5.239,-35, 42
3317
+ #0# kap02Scl,
3318
+ kap02Scl,kap02Scl,ICRS,00,11,34.41935,-27,47,59.0290,3.42,19.8,-5.6,4.11,5.404,-28, 26
3319
+ Kappa Sculptoris 02,kap02Scl,ICRS,00,11,34.41935,-27,47,59.0290,3.42,19.8,-5.6,4.11,5.404,-28, 26
3320
+ #0# lam02Scl,
3321
+ lam02Scl,lam02Scl,ICRS,00,44,12.09871,-38,25,18.0704,246.29,120.53,26.5,9.63,5.96,-39, 181
3322
+ Lambda Sculptoris 02,lam02Scl,ICRS,00,44,12.09871,-38,25,18.0704,246.29,120.53,26.5,9.63,5.96,-39, 181
3323
+ #0# mu.Scl,
3324
+ mu.Scl,mu.Scl,ICRS,23,40,38.14912,-32,04,23.2482,-91.3,-53.29,14.9,11.18,5.303,-32,17621
3325
+ Mu Sculptoris,mu.Scl,ICRS,23,40,38.14912,-32,04,23.2482,-91.3,-53.29,14.9,11.18,5.303,-32,17621
3326
+ #0# sigScl,
3327
+ sigScl,sigScl,ICRS,01,02,26.43280,-31,33,07.2237,80.5,14.64,-15.4,14.04,5.501,-32, 410
3328
+ Sigma Sculptoris,sigScl,ICRS,01,02,26.43280,-31,33,07.2237,80.5,14.64,-15.4,14.04,5.501,-32, 410
3329
+ # Scorpius
3330
+ #0# bet01Sco, Acrab
3331
+ bet01Sco,bet01Sco,ICRS,16,05,26.23198,-19,48,19.6300,-5.2,-24.04,-1,8.07,2.62,-19, 4307
3332
+ Beta Scorpii 01,bet01Sco,ICRS,16,05,26.23198,-19,48,19.6300,-5.2,-24.04,-1,8.07,2.62,-19, 4307
3333
+ Acrab,bet01Sco,ICRS,16,05,26.23198,-19,48,19.6300,-5.2,-24.04,-1,8.07,2.62,-19, 4307
3334
+ #0# bet02Sco,
3335
+ bet02Sco,bet02Sco,ICRS,16,05,26.57128,-19,48,06.8556,-5.07,-25.87,-5.6,8.19,4.89,0, 0
3336
+ Beta Scorpii 02,bet02Sco,ICRS,16,05,26.57128,-19,48,06.8556,-5.07,-25.87,-5.6,8.19,4.89,0, 0
3337
+ #0# M6, Aculeus
3338
+ M6,M6,ICRS,17,40,20.0,-32,15,12,-2.38,-7.19,-7.05,2.04,4.2,0, 0 # NGC 6405
3339
+ Messier Object 6,M6,ICRS,17,40,20.0,-32,15,12,-2.38,-7.19,-7.05,2.04,4.2,0, 0 # NGC 6405
3340
+ Aculeus,M6,ICRS,17,40,20.0,-32,15,12,-2.38,-7.19,-7.05,2.04,4.2,0, 0 # NGC 6405
3341
+ #0# M7, Acumen
3342
+ M7,M7,ICRS,17,53,51.0,-34,47,36,2.58,-4.54,-21.38,0,3.3,0, 0 # NGC 6475
3343
+ Messier Object 7,M7,ICRS,17,53,51.0,-34,47,36,2.58,-4.54,-21.38,0,3.3,0, 0 # NGC 6475
3344
+ Acumen,M7,ICRS,17,53,51.0,-34,47,36,2.58,-4.54,-21.38,0,3.3,0, 0 # NGC 6475
3345
+ #0# delSco, Dschubba, HIP 78401
3346
+ delSco,delSco,ICRS,16,00,20.00528,-22,37,18.1431,-10.21,-35.41,-6.00,6.64,2.32
3347
+ Delta Scorpii,delSco,ICRS,16,00,20.00528,-22,37,18.1431,-10.21,-35.41,-6.00,6.64,2.32
3348
+ Dschubba,delSco,ICRS,16,00,20.00528,-22,37,18.1431,-10.21,-35.41,-6.00,6.64,2.32
3349
+ HIP 78401,delSco,ICRS,16,00,20.00528,-22,37,18.1431,-10.21,-35.41,-6.00,6.64,2.32
3350
+ #0# epsSco, , HIP 82396
3351
+ epsSco,epsSco,ICRS,16,50,09.8108127,-34,17,35.633735,-614.85,-255.98,-2.50,51.19,2.29
3352
+ Epsilon Scorpii,epsSco,ICRS,16,50,09.8108127,-34,17,35.633735,-614.85,-255.98,-2.50,51.19,2.29
3353
+ HIP 82396,epsSco,ICRS,16,50,09.8108127,-34,17,35.633735,-614.85,-255.98,-2.50,51.19,2.29
3354
+ #0# zet02Sco,
3355
+ zet02Sco,zet02Sco,ICRS,16,54,35.00435,-42,21,40.7407,-127.72,-229.44,-18.7,24.65,3.62,0, 0
3356
+ Zeta Scorpii 02,zet02Sco,ICRS,16,54,35.00435,-42,21,40.7407,-127.72,-229.44,-18.7,24.65,3.62,0, 0
3357
+ #0# etaSco,
3358
+ etaSco,etaSco,ICRS,17,12,09.19565,-43,14,21.0905,24.47,-288.55,-27,44.39,3.33,-43,11485
3359
+ Eta Scorpii,etaSco,ICRS,17,12,09.19565,-43,14,21.0905,24.47,-288.55,-27,44.39,3.33,-43,11485
3360
+ #0# tetSco, Sargas, no hip id
3361
+ tetSco,tetSco,ICRS,17,37,19.12985,-42,59,52.1808,5.54,-3.12,5.180,10.86,1.85
3362
+ Theta Scorpii,tetSco,ICRS,17,37,19.12985,-42,59,52.1808,5.54,-3.12,5.180,10.86,1.85
3363
+ Sargas,tetSco,ICRS,17,37,19.12985,-42,59,52.1808,5.54,-3.12,5.180,10.86,1.85
3364
+ #0# iot01Sco,
3365
+ iot01Sco,iot01Sco,ICRS,17,47,35.08113,-40,07,37.1893,0.01,-6.24,-27.6,1.69,2.992,-40,11838
3366
+ Iota Scorpii 01,iot01Sco,ICRS,17,47,35.08113,-40,07,37.1893,0.01,-6.24,-27.6,1.69,2.992,-40,11838
3367
+ #0# kapSco, , HIP 86670
3368
+ kapSco,kapSco,ICRS,17,42,29.27520,-39,01,47.9391,-6.05,-25.54,-14.00,6.75,2.386
3369
+ Kappa Scorpii,kapSco,ICRS,17,42,29.27520,-39,01,47.9391,-6.05,-25.54,-14.00,6.75,2.386
3370
+ HIP 86670,kapSco,ICRS,17,42,29.27520,-39,01,47.9391,-6.05,-25.54,-14.00,6.75,2.386
3371
+ #0# lamSco, Shaula, no hip id
3372
+ lamSco,lamSco,ICRS,17,33,36.52012,-37,06,13.7648,-8.53,-30.80,-3.00,5.71,1.63
3373
+ Lambda Scorpii,lamSco,ICRS,17,33,36.52012,-37,06,13.7648,-8.53,-30.80,-3.00,5.71,1.63
3374
+ Shaula,lamSco,ICRS,17,33,36.52012,-37,06,13.7648,-8.53,-30.80,-3.00,5.71,1.63
3375
+ #0# mu.01Sco, Xamidimura
3376
+ mu.01Sco,mu.01Sco,ICRS,16,51,52.23111,-38,02,50.5694,-10.58,-22.06,-7.6,6.51,2.98,-37,11033
3377
+ Mu Scorpii 01,mu.01Sco,ICRS,16,51,52.23111,-38,02,50.5694,-10.58,-22.06,-7.6,6.51,2.98,-37,11033
3378
+ Xamidimura,mu.01Sco,ICRS,16,51,52.23111,-38,02,50.5694,-10.58,-22.06,-7.6,6.51,2.98,-37,11033
3379
+ #0# nu.Sco, Jabbah
3380
+ nu.Sco,nu.Sco,ICRS,16,11,59.73568,-19,27,38.5361,-7.65,-23.71,2.4,6.88,4,-19, 4333
3381
+ Nu Scorpii,nu.Sco,ICRS,16,11,59.73568,-19,27,38.5361,-7.65,-23.71,2.4,6.88,4,-19, 4333
3382
+ Jabbah,nu.Sco,ICRS,16,11,59.73568,-19,27,38.5361,-7.65,-23.71,2.4,6.88,4,-19, 4333
3383
+ #0# ksiSco, Grafias
3384
+ ksiSco,ksiSco,ICRS,16,04,22.191,-11,22,22.60,-63.2,-27,-36.33,0,4.17,-10, 4237
3385
+ Xi Scorpii,ksiSco,ICRS,16,04,22.191,-11,22,22.60,-63.2,-27,-36.33,0,4.17,-10, 4237
3386
+ Grafias,ksiSco,ICRS,16,04,22.191,-11,22,22.60,-63.2,-27,-36.33,0,4.17,-10, 4237
3387
+ #0# pi.Sco, Fang
3388
+ pi.Sco,pi.Sco,ICRS,15,58,51.11324,-26,06,50.7886,-11.42,-26.83,-7.4,5.57,2.91,-25,11228
3389
+ Pi Scorpii,pi.Sco,ICRS,15,58,51.11324,-26,06,50.7886,-11.42,-26.83,-7.4,5.57,2.91,-25,11228
3390
+ Fang,pi.Sco,ICRS,15,58,51.11324,-26,06,50.7886,-11.42,-26.83,-7.4,5.57,2.91,-25,11228
3391
+ #0# rhoSco, Iklil
3392
+ rhoSco,rhoSco,ICRS,15,56,53.07624,-29,12,50.6612,-15.68,-24.88,-0.4,6.91,3.86,0,0
3393
+ Rho Scorpii,rhoSco,ICRS,15,56,53.07624,-29,12,50.6612,-15.68,-24.88,-0.4,6.91,3.86,0,0
3394
+ Iklil,rhoSco,ICRS,15,56,53.07624,-29,12,50.6612,-15.68,-24.88,-0.4,6.91,3.86,0,0
3395
+ #0# sigSco, Alniyat
3396
+ sigSco,sigSco,ICRS,16,21,11.31571,-25,35,34.0515,-10.6,-16.28,-0.4,4.68,2.89,-25,11485
3397
+ Sigma Scorpii,sigSco,ICRS,16,21,11.31571,-25,35,34.0515,-10.6,-16.28,-0.4,4.68,2.89,-25,11485
3398
+ Alniyat,sigSco,ICRS,16,21,11.31571,-25,35,34.0515,-10.6,-16.28,-0.4,4.68,2.89,-25,11485
3399
+ #0# tauSco, Tau Scorpii, Paikauhale
3400
+ tauSco,tauSco,ICRS,16,35,52.9528530,-28,12,57.661515,-9.89,-22.83,-650.47,6.88,2.81
3401
+ Tau Scorpii,tauSco,ICRS,16,35,52.9528530,-28,12,57.661515,-9.89,-22.83,-650.47,6.88,2.81
3402
+ Tau Scorpii,tauSco,ICRS,16,35,52.9528530,-28,12,57.661515,-9.89,-22.83,-650.47,6.88,2.81
3403
+ Paikauhale,tauSco,ICRS,16,35,52.9528530,-28,12,57.661515,-9.89,-22.83,-650.47,6.88,2.81
3404
+ #0# upsSco, Lesath
3405
+ upsSco,upsSco,ICRS,17,30,45.83712,-37,17,44.9285,-2.37,-30.09,8,5.66,2.7,-37,11638
3406
+ Upsilon Scorpii,upsSco,ICRS,17,30,45.83712,-37,17,44.9285,-2.37,-30.09,8,5.66,2.7,-37,11638
3407
+ Lesath,upsSco,ICRS,17,30,45.83712,-37,17,44.9285,-2.37,-30.09,8,5.66,2.7,-37,11638
3408
+ #0# ome01Sco, Jabhat al Akrab
3409
+ ome01Sco,ome01Sco,ICRS,16,06,48.42692,-20,40,09.0902,-8.98,-23.48,-4.4,6.92,3.97,-20, 4405
3410
+ Omega Scorpii 01,ome01Sco,ICRS,16,06,48.42692,-20,40,09.0902,-8.98,-23.48,-4.4,6.92,3.97,-20, 4405
3411
+ Jabhat al Akrab,ome01Sco,ICRS,16,06,48.42692,-20,40,09.0902,-8.98,-23.48,-4.4,6.92,3.97,-20, 4405
3412
+ #0# ome02Sco, Jabhat al Akrab
3413
+ ome02Sco,ome02Sco,ICRS,16,07,24.32818,-20,52,07.5518,44.81,-45.42,-4.8,11.22,4.33,-20, 4408
3414
+ Omega Scorpii 02,ome02Sco,ICRS,16,07,24.32818,-20,52,07.5518,44.81,-45.42,-4.8,11.22,4.33,-20, 4408
3415
+ Jabhat al Akrab,ome02Sco,ICRS,16,07,24.32818,-20,52,07.5518,44.81,-45.42,-4.8,11.22,4.33,-20, 4408
3416
+ #0# gSco, Fuyue, HIP 87261, HR6630
3417
+ gSco,gSco,ICRS,17,49,51.4808976914,-37,02,35.794961894,41.717,11.975,24.70,24.7340,3.21
3418
+ G Scorpii,gSco,ICRS,17,49,51.4808976914,-37,02,35.794961894,41.717,11.975,24.70,24.7340,3.21
3419
+ Fuyue,gSco,ICRS,17,49,51.4808976914,-37,02,35.794961894,41.717,11.975,24.70,24.7340,3.21
3420
+ HIP 87261,gSco,ICRS,17,49,51.4808976914,-37,02,35.794961894,41.717,11.975,24.70,24.7340,3.21
3421
+ HR6630,gSco,ICRS,17,49,51.4808976914,-37,02,35.794961894,41.717,11.975,24.70,24.7340,3.21
3422
+ # Scutum
3423
+ #0# alfSct,
3424
+ alfSct,alfSct,ICRS,18,35,12.42776,-08,14,38.6529,-17,-313.52,36.5,16.38,3.83,-08, 4638
3425
+ Alpha Scuti,alfSct,ICRS,18,35,12.42776,-08,14,38.6529,-17,-313.52,36.5,16.38,3.83,-08, 4638
3426
+ #0# betSct,
3427
+ betSct,betSct,ICRS,18,47,10.47250,-04,44,52.3271,-8.44,-16.37,-21.3,3.56,4.22,-04, 4582
3428
+ Beta Scuti,betSct,ICRS,18,47,10.47250,-04,44,52.3271,-8.44,-16.37,-21.3,3.56,4.22,-04, 4582
3429
+ #0# gamSct,
3430
+ gamSct,gamSct,ICRS,18,29,11.85388,-14,33,56.9319,3.22,-4.02,-41,10.21,4.675,-14, 5071
3431
+ Gamma Scuti,gamSct,ICRS,18,29,11.85388,-14,33,56.9319,3.22,-4.02,-41,10.21,4.675,-14, 5071
3432
+ #0# delSct,
3433
+ delSct,delSct,ICRS,18,42,16.427,-09,03,09.18,9.21,0.82,-45.1,16.11,4.71,-09, 4796
3434
+ Delta Scuti,delSct,ICRS,18,42,16.427,-09,03,09.18,9.21,0.82,-45.1,16.11,4.71,-09, 4796
3435
+ #0# epsSct,
3436
+ epsSct,epsSct,ICRS,18,43,31.252,-08,16,30.80,21.06,9.11,-9.8,6.06,4.889,-08, 4686
3437
+ Epsilon Scuti,epsSct,ICRS,18,43,31.252,-08,16,30.80,21.06,9.11,-9.8,6.06,4.889,-08, 4686
3438
+ #0# zetSct,
3439
+ zetSct,zetSct,ICRS,18,23,39.58309,-08,56,03.7885,49.59,51.24,-5.02,15.78,4.664,0, 0
3440
+ Zeta Scuti,zetSct,ICRS,18,23,39.58309,-08,56,03.7885,49.59,51.24,-5.02,15.78,4.664,0, 0
3441
+ # Serpens
3442
+ #0# alfSer, Cor Serpentis
3443
+ alfSer,alfSer,ICRS,15,44,16.07431,+06,25,32.2633,133.84,44.81,2.63,44.1,2.63, 06, 3088
3444
+ Alpha Serpentis,alfSer,ICRS,15,44,16.07431,+06,25,32.2633,133.84,44.81,2.63,44.1,2.63, 06, 3088
3445
+ Cor Serpentis,alfSer,ICRS,15,44,16.07431,+06,25,32.2633,133.84,44.81,2.63,44.1,2.63, 06, 3088
3446
+ #0# betSer, Zhou
3447
+ betSer,betSer,ICRS,15,46,11.25435,+15,25,18.5959,65.38,-38.61,0.6,21.03,3.67, 15, 2911
3448
+ Beta Serpentis,betSer,ICRS,15,46,11.25435,+15,25,18.5959,65.38,-38.61,0.6,21.03,3.67, 15, 2911
3449
+ Zhou,betSer,ICRS,15,46,11.25435,+15,25,18.5959,65.38,-38.61,0.6,21.03,3.67, 15, 2911
3450
+ #0# gamSer, Ainalhai
3451
+ gamSer,gamSer,ICRS,15,56,27.18269,+15,39,41.8206,310.93,-1282.19,6.78,88.86,3.84, 16, 2849
3452
+ Gamma Serpentis,gamSer,ICRS,15,56,27.18269,+15,39,41.8206,310.93,-1282.19,6.78,88.86,3.84, 16, 2849
3453
+ Ainalhai,gamSer,ICRS,15,56,27.18269,+15,39,41.8206,310.93,-1282.19,6.78,88.86,3.84, 16, 2849
3454
+ #0# delSer, Chin
3455
+ delSer,delSer,ICRS,15,34,48.14762,+10,32,19.9248,-71.48,3.64,-41.5,14.3,3.79, 0,0
3456
+ Delta Serpentis,delSer,ICRS,15,34,48.14762,+10,32,19.9248,-71.48,3.64,-41.5,14.3,3.79, 0,0
3457
+ Chin,delSer,ICRS,15,34,48.14762,+10,32,19.9248,-71.48,3.64,-41.5,14.3,3.79, 0,0
3458
+ #0# epsSer, Nulla Pambu
3459
+ epsSer,epsSer,ICRS,15,50,48.96622,+04,28,39.8311,128.19,62.16,-9.4,46.3,3.693, 04, 3069
3460
+ Epsilon Serpentis,epsSer,ICRS,15,50,48.96622,+04,28,39.8311,128.19,62.16,-9.4,46.3,3.693, 04, 3069
3461
+ Nulla Pambu,epsSer,ICRS,15,50,48.96622,+04,28,39.8311,128.19,62.16,-9.4,46.3,3.693, 04, 3069
3462
+ #0# etaSer, Tang
3463
+ etaSer,etaSer,ICRS,18,21,18.60056,-02,53,55.7766,-547.75,-701.42,9.83,53.93,3.25,-02, 4599
3464
+ Eta Serpentis,etaSer,ICRS,18,21,18.60056,-02,53,55.7766,-547.75,-701.42,9.83,53.93,3.25,-02, 4599
3465
+ Tang,etaSer,ICRS,18,21,18.60056,-02,53,55.7766,-547.75,-701.42,9.83,53.93,3.25,-02, 4599
3466
+ #0# tet01Ser, Alya
3467
+ tet01Ser,tet01Ser,ICRS,18,56,13.18150,+04,12,12.9124,36.23,23.15,-48.7,21.09,4.62, 04, 3916
3468
+ Theta Serpentis 01,tet01Ser,ICRS,18,56,13.18150,+04,12,12.9124,36.23,23.15,-48.7,21.09,4.62, 04, 3916
3469
+ Alya,tet01Ser,ICRS,18,56,13.18150,+04,12,12.9124,36.23,23.15,-48.7,21.09,4.62, 04, 3916
3470
+ #0# kapSer,
3471
+ kapSer,kapSer,ICRS,15,48,44.37676,+18,08,29.6342,-51.88,-88.1,-38.48,8.54,4.09, 18, 3074
3472
+ Kappa Serpentis,kapSer,ICRS,15,48,44.37676,+18,08,29.6342,-51.88,-88.1,-38.48,8.54,4.09, 18, 3074
3473
+ #0# mu.Ser, Leiolepidotus
3474
+ mu.Ser,mu.Ser,ICRS,15,49,37.20696,-03,25,48.7358,-100.28,-25.99,-9.4,19.23,3.53,-02, 4052
3475
+ Mu Serpentis,mu.Ser,ICRS,15,49,37.20696,-03,25,48.7358,-100.28,-25.99,-9.4,19.23,3.53,-02, 4052
3476
+ Leiolepidotus,mu.Ser,ICRS,15,49,37.20696,-03,25,48.7358,-100.28,-25.99,-9.4,19.23,3.53,-02, 4052
3477
+ #0# nu.Ser,
3478
+ nu.Ser,nu.Ser,ICRS,17,20,49.66149,-12,50,48.7533,43.4,2.61,4.8,16.05,4.324,0,0
3479
+ Nu Serpentis,nu.Ser,ICRS,17,20,49.66149,-12,50,48.7533,43.4,2.61,4.8,16.05,4.324,0,0
3480
+ #0# ksiSer, Nehushtan
3481
+ ksiSer,ksiSer,ICRS,17,37,35.19983,-15,23,54.7940,-42.1,-59.94,-42.8,30.98,3.519,-15, 4621
3482
+ Xi Serpentis,ksiSer,ICRS,17,37,35.19983,-15,23,54.7940,-42.1,-59.94,-42.8,30.98,3.519,-15, 4621
3483
+ Nehushtan,ksiSer,ICRS,17,37,35.19983,-15,23,54.7940,-42.1,-59.94,-42.8,30.98,3.519,-15, 4621
3484
+ #0# omiSer,
3485
+ omiSer,omiSer,ICRS,17,41,24.87286,-12,52,31.1086,-72.9,-55.55,-30.2,18.83,4.228,0,0
3486
+ Omicron Serpentis,omiSer,ICRS,17,41,24.87286,-12,52,31.1086,-72.9,-55.55,-30.2,18.83,4.228,0,0
3487
+ #0# sigSer,
3488
+ sigSer,sigSer,ICRS,16,22,04.34753,+01,01,44.5534,-158.4,49.56,-49.3,36.67,4.817, 01, 3215
3489
+ Sigma Serpentis,sigSer,ICRS,16,22,04.34753,+01,01,44.5534,-158.4,49.56,-49.3,36.67,4.817, 01, 3215
3490
+ #0# tau01Ser,
3491
+ tau01Ser,tau01Ser,ICRS,15,25,47.39750,+15,25,40.9307,-12.52,-7.41,-16.51,4.73,5.17, 15, 2858
3492
+ Tau Serpentis 01,tau01Ser,ICRS,15,25,47.39750,+15,25,40.9307,-12.52,-7.41,-16.51,4.73,5.17, 15, 2858
3493
+ # Sextans
3494
+ #0# alfSex,
3495
+ alfSex,alfSex,ICRS,10,07,56.287,-00,22,17.95,-25.83,-4.25,10,11.51,4.49,0,0
3496
+ Alpha Sextantis,alfSex,ICRS,10,07,56.287,-00,22,17.95,-25.83,-4.25,10,11.51,4.49,0,0
3497
+ #0# betSex,
3498
+ betSex,betSex,ICRS,10,30,17.481,-00,38,13.31,-39.23,-22.83,11.6,8.06,5.1,0,0
3499
+ Beta Sextantis,betSex,ICRS,10,30,17.481,-00,38,13.31,-39.23,-22.83,11.6,8.06,5.1,0,0
3500
+ #0# gamSex,
3501
+ gamSex,gamSex,ICRS,09,52,30.43727,-08,06,18.1269,-57.28,-49.26,12.2,11.75,5.107,0,0
3502
+ Gamma Sextantis,gamSex,ICRS,09,52,30.43727,-08,06,18.1269,-57.28,-49.26,12.2,11.75,5.107,0,0
3503
+ #0# delSex,
3504
+ delSex,delSex,ICRS,10,29,28.70222,-02,44,20.6862,-48.86,-13.43,19,10.13,5.18,-02, 3155
3505
+ Delta Sextantis,delSex,ICRS,10,29,28.70222,-02,44,20.6862,-48.86,-13.43,19,10.13,5.18,-02, 3155
3506
+ #0# epsSex,
3507
+ epsSex,epsSex,ICRS,10,17,37.80200,-08,04,08.0898,-160.57,2.91,15.2,16.86,5.24,-07, 3001
3508
+ Epsilon Sextantis,epsSex,ICRS,10,17,37.80200,-08,04,08.0898,-160.57,2.91,15.2,16.86,5.24,-07, 3001
3509
+ # Sagitta
3510
+ #0# alfSge, Sham
3511
+ alfSge,alfSge,ICRS,19,40,05.79186,+18,00,50.0061,15.09,-19.65,1.72,7.67,4.38, 17, 4042
3512
+ Alpha Sagittae,alfSge,ICRS,19,40,05.79186,+18,00,50.0061,15.09,-19.65,1.72,7.67,4.38, 17, 4042
3513
+ Sham,alfSge,ICRS,19,40,05.79186,+18,00,50.0061,15.09,-19.65,1.72,7.67,4.38, 17, 4042
3514
+ #0# betSge,
3515
+ betSge,betSge,ICRS,19,41,02.93907,+17,28,33.7528,8.74,-33.41,-22,7.42,4.38, 17, 4048
3516
+ Beta Sagittae,betSge,ICRS,19,41,02.93907,+17,28,33.7528,8.74,-33.41,-22,7.42,4.38, 17, 4048
3517
+ #0# gamSge,
3518
+ gamSge,gamSge,ICRS,19,58,45.42863,+19,29,31.7281,66.21,22.22,-34,12.62,3.47, 19, 4229
3519
+ Gamma Sagittae,gamSge,ICRS,19,58,45.42863,+19,29,31.7281,66.21,22.22,-34,12.62,3.47, 19, 4229
3520
+ #0# delSge,
3521
+ delSge,delSge,ICRS,19,47,23.26253,+18,32,03.4401,-4.31,12.35,2.5,5.49,3.82, 18, 4240
3522
+ Delta Sagittae,delSge,ICRS,19,47,23.26253,+18,32,03.4401,-4.31,12.35,2.5,5.49,3.82, 18, 4240
3523
+ # Sagittarius
3524
+ #0# alfSgr, Rukbat
3525
+ alfSgr,alfSgr,ICRS,19,23,53.17483,-40,36,57.3705,30.49,-119.21,-0.7,17.94,3.943,-40,13245
3526
+ Alpha Sagittarii,alfSgr,ICRS,19,23,53.17483,-40,36,57.3705,30.49,-119.21,-0.7,17.94,3.943,-40,13245
3527
+ Rukbat,alfSgr,ICRS,19,23,53.17483,-40,36,57.3705,30.49,-119.21,-0.7,17.94,3.943,-40,13245
3528
+ #0# bet01Sgr, Arkab Prior
3529
+ bet01Sgr,bet01Sgr,ICRS,19,22,38.29770,-44,27,32.2458,13.67,-19.03,-10.7,10.4,4.01,-44,13277
3530
+ Beta Sagittarii 01,bet01Sgr,ICRS,19,22,38.29770,-44,27,32.2458,13.67,-19.03,-10.7,10.4,4.01,-44,13277
3531
+ Arkab Prior,bet01Sgr,ICRS,19,22,38.29770,-44,27,32.2458,13.67,-19.03,-10.7,10.4,4.01,-44,13277
3532
+ #0# bet02Sgr, Arkab Posterior
3533
+ bet02Sgr,bet02Sgr,ICRS,19,23,13.13745,-44,47,59.2051,93.45,-54.09,19,24.31,4.27,-45,13171
3534
+ Beta Sagittarii 02,bet02Sgr,ICRS,19,23,13.13745,-44,47,59.2051,93.45,-54.09,19,24.31,4.27,-45,13171
3535
+ Arkab Posterior,bet02Sgr,ICRS,19,23,13.13745,-44,47,59.2051,93.45,-54.09,19,24.31,4.27,-45,13171
3536
+ #0# gamSgr, Alnasl
3537
+ gamSgr,gamSgr,ICRS,18,05,48.48810,-30,25,26.7235,-53.92,-180.9,22,33.67,2.99,-30,15215
3538
+ Gamma Sagittarii,gamSgr,ICRS,18,05,48.48810,-30,25,26.7235,-53.92,-180.9,22,33.67,2.99,-30,15215
3539
+ Alnasl,gamSgr,ICRS,18,05,48.48810,-30,25,26.7235,-53.92,-180.9,22,33.67,2.99,-30,15215
3540
+ #0# gam02Sgr, Nash
3541
+ gam02Sgr,gam02Sgr,ICRS,18,05,48.48810,-30,25,26.7235,-53.92,-180.9,22,33.67,2.99,-30,15215
3542
+ Gamma Sagittarii 02,gam02Sgr,ICRS,18,05,48.48810,-30,25,26.7235,-53.92,-180.9,22,33.67,2.99,-30,15215
3543
+ Nash,gam02Sgr,ICRS,18,05,48.48810,-30,25,26.7235,-53.92,-180.9,22,33.67,2.99,-30,15215
3544
+ #0# delSgr, Purvashadha
3545
+ delSgr,delSgr,ICRS,18,20,59.64354,-29,49,41.1659,32.54,-25.57,-20.4,9.38,2.668,-29,14834
3546
+ Delta Sagittarii,delSgr,ICRS,18,20,59.64354,-29,49,41.1659,32.54,-25.57,-20.4,9.38,2.668,-29,14834
3547
+ Purvashadha,delSgr,ICRS,18,20,59.64354,-29,49,41.1659,32.54,-25.57,-20.4,9.38,2.668,-29,14834
3548
+ #0# epsSgr, Kaus Australis
3549
+ epsSgr,epsSgr,ICRS,18,24,10.31840,-34,23,04.6193,-39.42,-124.2,-15,22.76,1.85,-34, 12784
3550
+ Epsilon Sagittarii,epsSgr,ICRS,18,24,10.31840,-34,23,04.6193,-39.42,-124.2,-15,22.76,1.85,-34, 12784
3551
+ Kaus Australis,epsSgr,ICRS,18,24,10.31840,-34,23,04.6193,-39.42,-124.2,-15,22.76,1.85,-34, 12784
3552
+ #0# zetSgr, Ascella
3553
+ zetSgr,zetSgr,ICRS,19,02,36.73024,-29,52,48.2279,10.79,21.11,24.7,36.98,2.585,-30,16575
3554
+ Zeta Sagittarii,zetSgr,ICRS,19,02,36.73024,-29,52,48.2279,10.79,21.11,24.7,36.98,2.585,-30,16575
3555
+ Ascella,zetSgr,ICRS,19,02,36.73024,-29,52,48.2279,10.79,21.11,24.7,36.98,2.585,-30,16575
3556
+ #0# etaSgr, Ira Furoris
3557
+ etaSgr,etaSgr,ICRS,18,17,37.63505,-36,45,42.0667,-129.56,-166.26,0.2,22.35,3.11,-36,12423
3558
+ Eta Sagittarii,etaSgr,ICRS,18,17,37.63505,-36,45,42.0667,-129.56,-166.26,0.2,22.35,3.11,-36,12423
3559
+ Ira Furoris,etaSgr,ICRS,18,17,37.63505,-36,45,42.0667,-129.56,-166.26,0.2,22.35,3.11,-36,12423
3560
+ #0# tet01Sgr,
3561
+ tet01Sgr,tet01Sgr,ICRS,19,59,44.17834,-35,16,34.7049,5.6,-25.81,0.9,6.29,4.37,-35,13831
3562
+ Theta Sagittarii 01,tet01Sgr,ICRS,19,59,44.17834,-35,16,34.7049,5.6,-25.81,0.9,6.29,4.37,-35,13831
3563
+ #0# tet02Sgr,
3564
+ tet02Sgr,tet02Sgr,ICRS,19,59,51.35684,-34,41,52.0797,108.23,-69.51,-17.6,20.62,5.299,0,0
3565
+ Theta Sagittarii 02,tet02Sgr,ICRS,19,59,51.35684,-34,41,52.0797,108.23,-69.51,-17.6,20.62,5.299,0,0
3566
+ #0# iotSgr,
3567
+ iotSgr,iotSgr,ICRS,19,55,15.69691,-41,52,05.8388,22.61,51.4,35.8,17.94,4.13,-42,14549
3568
+ Iota Sagittarii,iotSgr,ICRS,19,55,15.69691,-41,52,05.8388,22.61,51.4,35.8,17.94,4.13,-42,14549
3569
+ #0# kap01Sgr,
3570
+ kap01Sgr,kap01Sgr,ICRS,20,22,27.50366,-42,02,58.3648,30.92,-80.91,-3.4,15.12,5.59,-42,14836
3571
+ Kappa Sagittarii 01,kap01Sgr,ICRS,20,22,27.50366,-42,02,58.3648,30.92,-80.91,-3.4,15.12,5.59,-42,14836
3572
+ #0# lamSgr, Kaus Borealis
3573
+ lamSgr,lamSgr,ICRS,18,27,58.24072,-25,25,18.1146,-44.76,-185.66,-43.2,41.72,2.81,-25,13149
3574
+ Lambda Sagittarii,lamSgr,ICRS,18,27,58.24072,-25,25,18.1146,-44.76,-185.66,-43.2,41.72,2.81,-25,13149
3575
+ Kaus Borealis,lamSgr,ICRS,18,27,58.24072,-25,25,18.1146,-44.76,-185.66,-43.2,41.72,2.81,-25,13149
3576
+ #0# mu.Sgr, Polis
3577
+ mu.Sgr,mu.Sgr,ICRS,18,13,45.80884,-21,03,31.7941,0.3,-0.48,-6,0.09,3.85,-21, 4908
3578
+ Mu Sagittarii,mu.Sgr,ICRS,18,13,45.80884,-21,03,31.7941,0.3,-0.48,-6,0.09,3.85,-21, 4908
3579
+ Polis,mu.Sgr,ICRS,18,13,45.80884,-21,03,31.7941,0.3,-0.48,-6,0.09,3.85,-21, 4908
3580
+ #0# nu.01Sgr, Ain al Rami
3581
+ nu.01Sgr,nu.01Sgr,ICRS,18,54,10.17695,-22,44,41.4247,2.59,-8.41,-11.6,2.9,4.845,-22, 4907
3582
+ Nu Sagittarii 01,nu.01Sgr,ICRS,18,54,10.17695,-22,44,41.4247,2.59,-8.41,-11.6,2.9,4.845,-22, 4907
3583
+ Ain al Rami,nu.01Sgr,ICRS,18,54,10.17695,-22,44,41.4247,2.59,-8.41,-11.6,2.9,4.845,-22, 4907
3584
+ #0# ksi02Sgr,
3585
+ ksi02Sgr,ksi02Sgr,ICRS,18,57,43.79908,-21,06,23.9613,31.72,-13.33,-20.1,8.93,3.51,-21, 5201
3586
+ Xi Sagittarii 02,ksi02Sgr,ICRS,18,57,43.79908,-21,06,23.9613,31.72,-13.33,-20.1,8.93,3.51,-21, 5201
3587
+ #0# omiSgr, Manubrium
3588
+ omiSgr,omiSgr,ICRS,19,04,40.98177,-21,44,29.3845,76.35,-58.12,26.1,22.96,3.77,-21, 5237
3589
+ Omicron Sagittarii,omiSgr,ICRS,19,04,40.98177,-21,44,29.3845,76.35,-58.12,26.1,22.96,3.77,-21, 5237
3590
+ Manubrium,omiSgr,ICRS,19,04,40.98177,-21,44,29.3845,76.35,-58.12,26.1,22.96,3.77,-21, 5237
3591
+ #0# pi.Sgr, Albaldah
3592
+ pi.Sgr,pi.Sgr,ICRS,19,09,45.83293,-21,01,25.0103,-1.36,-36.45,-9.8,6.4,2.88,-21, 5275
3593
+ Pi Sagittarii,pi.Sgr,ICRS,19,09,45.83293,-21,01,25.0103,-1.36,-36.45,-9.8,6.4,2.88,-21, 5275
3594
+ Albaldah,pi.Sgr,ICRS,19,09,45.83293,-21,01,25.0103,-1.36,-36.45,-9.8,6.4,2.88,-21, 5275
3595
+ #0# sigSgr, Nunki, HIP 92855
3596
+ sigSgr,sigSgr,ICRS,18,55,15.92650,-26,17,48.2068,15.14,-53.43,-11.2,14.32,2.067
3597
+ Sigma Sagittarii,sigSgr,ICRS,18,55,15.92650,-26,17,48.2068,15.14,-53.43,-11.2,14.32,2.067
3598
+ Nunki,sigSgr,ICRS,18,55,15.92650,-26,17,48.2068,15.14,-53.43,-11.2,14.32,2.067
3599
+ HIP 92855,sigSgr,ICRS,18,55,15.92650,-26,17,48.2068,15.14,-53.43,-11.2,14.32,2.067
3600
+ #0# tauSgr, Hecatebolus
3601
+ tauSgr,tauSgr,ICRS,19,06,56.40897,-27,40,13.5189,-50.61,-249.8,45.4,26.82,3.31,-27,13564
3602
+ Tau Sagittarii,tauSgr,ICRS,19,06,56.40897,-27,40,13.5189,-50.61,-249.8,45.4,26.82,3.31,-27,13564
3603
+ Hecatebolus,tauSgr,ICRS,19,06,56.40897,-27,40,13.5189,-50.61,-249.8,45.4,26.82,3.31,-27,13564
3604
+ #0# phiSgr, Nanto
3605
+ phiSgr,phiSgr,ICRS,18,45,39.38610,-26,59,26.7944,50.61,1.22,21.5,13.63,3.14,-27,13170
3606
+ Phi Sagittarii,phiSgr,ICRS,18,45,39.38610,-26,59,26.7944,50.61,1.22,21.5,13.63,3.14,-27,13170
3607
+ Nanto,phiSgr,ICRS,18,45,39.38610,-26,59,26.7944,50.61,1.22,21.5,13.63,3.14,-27,13170
3608
+ #0# upsSgr,
3609
+ upsSgr,upsSgr,ICRS,19,21,43.62284,-15,57,18.0625,1.34,-6.25,8.9,1.83,4.61,-16, 5283
3610
+ Upsilon Sagittarii,upsSgr,ICRS,19,21,43.62284,-15,57,18.0625,1.34,-6.25,8.9,1.83,4.61,-16, 5283
3611
+ #0# omeSgr, Terebellium
3612
+ omeSgr,omeSgr,ICRS,19,55,50.36119,-26,17,58.3215,209.41,62.39,-21,38.48,4.7,-26,14637
3613
+ Omega Sagittarii,omeSgr,ICRS,19,55,50.36119,-26,17,58.3215,209.41,62.39,-21,38.48,4.7,-26,14637
3614
+ Terebellium,omeSgr,ICRS,19,55,50.36119,-26,17,58.3215,209.41,62.39,-21,38.48,4.7,-26,14637
3615
+ #Gal. Center,SgrA*,2000,17,45,40.0409,-29,00,28.118,0.000, 0.00, 0.0,0.0000,999.99, 0, 0
3616
+ # M22 has V=5.1 according to Koch/Korth 2009, but 6.17 according to Simbad
3617
+ #0# M22, Facies
3618
+ M22,M22,ICRS,18,36,23.94,-23,54,17.1,4.72,-3.59,-148,0.3136,6.17,0, 0 # NGC 6656
3619
+ Messier Object 22,M22,ICRS,18,36,23.94,-23,54,17.1,4.72,-3.59,-148,0.3136,6.17,0, 0 # NGC 6656
3620
+ Facies,M22,ICRS,18,36,23.94,-23,54,17.1,4.72,-3.59,-148,0.3136,6.17,0, 0 # NGC 6656
3621
+ #0# NGC6530, Spiculum
3622
+ NGC6530,NGC6530,ICRS,18,04,31.00,-24,21,30,0.91,-3.22,-13.32,0.6272,4.6,0, 0 # NGC 6530
3623
+ New General Catalogue 6530,NGC6530,ICRS,18,04,31.00,-24,21,30,0.91,-3.22,-13.32,0.6272,4.6,0, 0 # NGC 6530
3624
+ Spiculum,NGC6530,ICRS,18,04,31.00,-24,21,30,0.91,-3.22,-13.32,0.6272,4.6,0, 0 # NGC 6530
3625
+ #0# 52Sgr,
3626
+ 52Sgr,52Sgr,ICRS,19,36,42.43288,-24,53,01.0288,68.3,-21.51,-19,17.2,4.598,0, 0
3627
+ Sagittarii52,52Sgr,ICRS,19,36,42.43288,-24,53,01.0288,68.3,-21.51,-19,17.2,4.598,0, 0
3628
+ #0# 59Sgr,
3629
+ 59Sgr,59Sgr,ICRS,19,56,56.83165,-27,10,11.6409,10.46,-15.52,-16.2,3.92,4.528,0, 0
3630
+ Sagittarii59,59Sgr,ICRS,19,56,56.83165,-27,10,11.6409,10.46,-15.52,-16.2,3.92,4.528,0, 0
3631
+ #0# 62Sgr,
3632
+ 62Sgr,62Sgr,ICRS,20,02,39.48097,-27,42,35.4442,32.97,14,9.9,7.27,4.58,0, 0
3633
+ Sagittarii62,62Sgr,ICRS,20,02,39.48097,-27,42,35.4442,32.97,14,9.9,7.27,4.58,0, 0
3634
+ # Taurus
3635
+ #0# betTau, Beta Taurus, Elnath, HIP 25428
3636
+ betTau,betTau,ICRS,05,26,17.51312,+28,36,26.8262,22.76,-173.58,9.2,24.36,1.65
3637
+ Beta Tauri,betTau,ICRS,05,26,17.51312,+28,36,26.8262,22.76,-173.58,9.2,24.36,1.65
3638
+ Beta Taurus,betTau,ICRS,05,26,17.51312,+28,36,26.8262,22.76,-173.58,9.2,24.36,1.65
3639
+ Elnath,betTau,ICRS,05,26,17.51312,+28,36,26.8262,22.76,-173.58,9.2,24.36,1.65
3640
+ HIP 25428,betTau,ICRS,05,26,17.51312,+28,36,26.8262,22.76,-173.58,9.2,24.36,1.65
3641
+ #0# gamTau, Hyadum I
3642
+ gamTau,gamTau,ICRS,04,19,47.60385,+15,37,39.5154,115.46,-23.42,38.58,20.19,3.65, 15, 612
3643
+ Gamma Tauri,gamTau,ICRS,04,19,47.60385,+15,37,39.5154,115.46,-23.42,38.58,20.19,3.65, 15, 612
3644
+ Hyadum I,gamTau,ICRS,04,19,47.60385,+15,37,39.5154,115.46,-23.42,38.58,20.19,3.65, 15, 612
3645
+ #0# delTau, Secunda Hyadum
3646
+ delTau,delTau,ICRS,04,22,56.09253,+17,32,33.0487,106.56,-29.18,37.91,20.96,3.76, 17, 712
3647
+ Delta Tauri,delTau,ICRS,04,22,56.09253,+17,32,33.0487,106.56,-29.18,37.91,20.96,3.76, 17, 712
3648
+ Secunda Hyadum,delTau,ICRS,04,22,56.09253,+17,32,33.0487,106.56,-29.18,37.91,20.96,3.76, 17, 712
3649
+ #0# del01Tau, Hyadum II
3650
+ del01Tau,del01Tau,ICRS,04,22,56.09253,+17,32,33.0487,106.56,-29.18,37.91,20.96,3.76, 17, 712
3651
+ Delta Tauri 01,del01Tau,ICRS,04,22,56.09253,+17,32,33.0487,106.56,-29.18,37.91,20.96,3.76, 17, 712
3652
+ Hyadum II,del01Tau,ICRS,04,22,56.09253,+17,32,33.0487,106.56,-29.18,37.91,20.96,3.76, 17, 712
3653
+ #0# zetTau, Tianguan
3654
+ zetTau,zetTau,ICRS,05,37,38.68542,+21,08,33.1588,1.78,-20.07,20,7.33,3.03, 21, 908
3655
+ Zeta Tauri,zetTau,ICRS,05,37,38.68542,+21,08,33.1588,1.78,-20.07,20,7.33,3.03, 21, 908
3656
+ Tianguan,zetTau,ICRS,05,37,38.68542,+21,08,33.1588,1.78,-20.07,20,7.33,3.03, 21, 908
3657
+ #0# etaTau, Krttika
3658
+ etaTau,etaTau,ICRS,03,47,29.07655,+24,06,18.4883,19.34,-43.67,5.4,8.09,2.87, 23, 541
3659
+ Eta Tauri,etaTau,ICRS,03,47,29.07655,+24,06,18.4883,19.34,-43.67,5.4,8.09,2.87, 23, 541
3660
+ Krttika,etaTau,ICRS,03,47,29.07655,+24,06,18.4883,19.34,-43.67,5.4,8.09,2.87, 23, 541
3661
+ #0# tet01Tau, Phaeo
3662
+ tet01Tau,tet01Tau,ICRS,04,28,34.49603,+15,57,43.8494,104.97,-15.14,38.79,21.13,3.84, 0, 0
3663
+ Theta Tauri 01,tet01Tau,ICRS,04,28,34.49603,+15,57,43.8494,104.97,-15.14,38.79,21.13,3.84, 0, 0
3664
+ Phaeo,tet01Tau,ICRS,04,28,34.49603,+15,57,43.8494,104.97,-15.14,38.79,21.13,3.84, 0, 0
3665
+ #0# tet02Tau, Chamukuy
3666
+ tet02Tau,tet02Tau,ICRS,04,28,39.74070,+15,52,15.1745,108.42,-26.74,38.9,21.69,3.41, 21, 751
3667
+ Theta Tauri 02,tet02Tau,ICRS,04,28,39.74070,+15,52,15.1745,108.42,-26.74,38.9,21.69,3.41, 21, 751
3668
+ Chamukuy,tet02Tau,ICRS,04,28,39.74070,+15,52,15.1745,108.42,-26.74,38.9,21.69,3.41, 21, 751
3669
+ #0# iotTau,
3670
+ iotTau,iotTau,ICRS,05,03,05.74725,+21,35,23.8627,68.88,-41.06,38.3,18.88,4.61, 21, 751
3671
+ Iota Tauri,iotTau,ICRS,05,03,05.74725,+21,35,23.8627,68.88,-41.06,38.3,18.88,4.61, 21, 751
3672
+ #0# lamTau, Althaur
3673
+ lamTau,lamTau,ICRS,04,00,40.81572,+12,29,25.2259,-8.02,-14.42,17.8,6.74,3.41, 12, 539
3674
+ Lambda Tauri,lamTau,ICRS,04,00,40.81572,+12,29,25.2259,-8.02,-14.42,17.8,6.74,3.41, 12, 539
3675
+ Althaur,lamTau,ICRS,04,00,40.81572,+12,29,25.2259,-8.02,-14.42,17.8,6.74,3.41, 12, 539
3676
+ #0# mu.Tau, Kattupothu
3677
+ mu.Tau,mu.Tau,ICRS,04,15,32.05667,+08,53,32.4825,19.46,-22.11,16.3,7.16,4.279, 08, 657
3678
+ Mu Tau,mu.Tau,ICRS,04,15,32.05667,+08,53,32.4825,19.46,-22.11,16.3,7.16,4.279, 08, 657
3679
+ Kattupothu,mu.Tau,ICRS,04,15,32.05667,+08,53,32.4825,19.46,-22.11,16.3,7.16,4.279, 08, 657
3680
+ #0# nu.Tau, Furibundus
3681
+ nu.Tau,nu.Tau,ICRS,04,03,09.37966,+05,59,21.4792,4.72,-3.78,-5.7,27.89,3.883, 05, 581
3682
+ Nu Tauri,nu.Tau,ICRS,04,03,09.37966,+05,59,21.4792,4.72,-3.78,-5.7,27.89,3.883, 05, 581
3683
+ Furibundus,nu.Tau,ICRS,04,03,09.37966,+05,59,21.4792,4.72,-3.78,-5.7,27.89,3.883, 05, 581
3684
+ #0# ksiTau, Ushakaron
3685
+ ksiTau,ksiTau,ICRS,03,27,10.15071,+09,43,57.6343,50.58,-39.54,-2,15.6,3.75, 09, 439
3686
+ Xi Tauri,ksiTau,ICRS,03,27,10.15071,+09,43,57.6343,50.58,-39.54,-2,15.6,3.75, 09, 439
3687
+ Ushakaron,ksiTau,ICRS,03,27,10.15071,+09,43,57.6343,50.58,-39.54,-2,15.6,3.75, 09, 439
3688
+ #0# omiTau, Omicron Tauri
3689
+ omiTau,omiTau,ICRS,03,24,48.79796,+09,01,43.9489,-67.04,-78.04,-19.79,11.21,3.6, 08, 511
3690
+ Omicron Tauri,omiTau,ICRS,03,24,48.79796,+09,01,43.9489,-67.04,-78.04,-19.79,11.21,3.6, 08, 511
3691
+ Omicron Tauri,omiTau,ICRS,03,24,48.79796,+09,01,43.9489,-67.04,-78.04,-19.79,11.21,3.6, 08, 511
3692
+ #0# tauTau,
3693
+ tauTau,tauTau,ICRS,04,42,14.70161,+22,57,24.9214,-2.89,-21.86,14.6,8.19,4.258, 22, 739
3694
+ Tau Tauri,tauTau,ICRS,04,42,14.70161,+22,57,24.9214,-2.89,-21.86,14.6,8.19,4.258, 22, 739
3695
+ #0# rhoTau,
3696
+ rhoTau,rhoTau,ICRS,04,33,50.91753,+14,50,39.9232,103.2,-26.48,33.3,20.61,4.65, 14, 720
3697
+ Rho Tauri,rhoTau,ICRS,04,33,50.91753,+14,50,39.9232,103.2,-26.48,33.3,20.61,4.65, 14, 720
3698
+ #0# ome01Tau,
3699
+ ome01Tau,ome01Tau,ICRS,04,09,09.96680,+19,36,33.1745,107.12,-32.32,24.83,11.49,5.504, 19, 672
3700
+ Omega Tauri 01,ome01Tau,ICRS,04,09,09.96680,+19,36,33.1745,107.12,-32.32,24.83,11.49,5.504, 19, 672
3701
+ #0# 16Tau, Celeano
3702
+ 16Tau,16Tau,ICRS,03,44,48.21518,+24,17,22.0851,20.38,-44.81,5.5,8.65,5.46, 23, 505
3703
+ Tauri16,16Tau,ICRS,03,44,48.21518,+24,17,22.0851,20.38,-44.81,5.5,8.65,5.46, 23, 505
3704
+ Celeano,16Tau,ICRS,03,44,48.21518,+24,17,22.0851,20.38,-44.81,5.5,8.65,5.46, 23, 505
3705
+ # the following spelling is wrong
3706
+ #0# 17Tau, Electra
3707
+ 17Tau,17Tau,ICRS,03,44,52.53688,+24,06,48.0112,20.84,-46.06,6.7,8.06,3.7, 23, 507
3708
+ Tauri17,17Tau,ICRS,03,44,52.53688,+24,06,48.0112,20.84,-46.06,6.7,8.06,3.7, 23, 507
3709
+ Electra,17Tau,ICRS,03,44,52.53688,+24,06,48.0112,20.84,-46.06,6.7,8.06,3.7, 23, 507
3710
+ #0# 19Tau, Taygeta
3711
+ 19Tau,19Tau,ICRS,03,45,12.49578,+24,28,02.2097,21.24,-40.56,7.8,7.97,4.3, 24, 547
3712
+ Tauri19,19Tau,ICRS,03,45,12.49578,+24,28,02.2097,21.24,-40.56,7.8,7.97,4.3, 24, 547
3713
+ Taygeta,19Tau,ICRS,03,45,12.49578,+24,28,02.2097,21.24,-40.56,7.8,7.97,4.3, 24, 547
3714
+ #0# 20Tau, Maia
3715
+ 20Tau,20Tau,ICRS,03,45,49.60656,+24,22,03.8864,20.95,-45.98,7.4,8.51,3.87, 23, 516
3716
+ Tauri20,20Tau,ICRS,03,45,49.60656,+24,22,03.8864,20.95,-45.98,7.4,8.51,3.87, 23, 516
3717
+ Maia,20Tau,ICRS,03,45,49.60656,+24,22,03.8864,20.95,-45.98,7.4,8.51,3.87, 23, 516
3718
+ #0# 21Tau, Sterope I
3719
+ 21Tau,21Tau,ICRS,03,45,54.4768,+24,33,16.235,20.025,-45.949,6,8.77,5.76, 24, 553
3720
+ Tauri21,21Tau,ICRS,03,45,54.4768,+24,33,16.235,20.025,-45.949,6,8.77,5.76, 24, 553
3721
+ Sterope I,21Tau,ICRS,03,45,54.4768,+24,33,16.235,20.025,-45.949,6,8.77,5.76, 24, 553
3722
+ #0# 22Tau, Sterope II
3723
+ 22Tau,22Tau,ICRS,03,46,02.9003,+24,31,40.429,19.629,-44.876,6.9,8.58,6.421, 24, 556
3724
+ Tauri22,22Tau,ICRS,03,46,02.9003,+24,31,40.429,19.629,-44.876,6.9,8.58,6.421, 24, 556
3725
+ Sterope II,22Tau,ICRS,03,46,02.9003,+24,31,40.429,19.629,-44.876,6.9,8.58,6.421, 24, 556
3726
+ #0# 23Tau, Merope
3727
+ 23Tau,23Tau,ICRS,03,46,19.57384,+23,56,54.0812,21.13,-43.65,6.2,8.58,4.18, 23, 522
3728
+ Tauri23,23Tau,ICRS,03,46,19.57384,+23,56,54.0812,21.13,-43.65,6.2,8.58,4.18, 23, 522
3729
+ Merope,23Tau,ICRS,03,46,19.57384,+23,56,54.0812,21.13,-43.65,6.2,8.58,4.18, 23, 522
3730
+ #0# 27Tau, Atlas
3731
+ 27Tau,27Tau,ICRS,03,49,09.74258,+24,03,12.3003,17.7,-44.18,8.5,8.53,3.63, 23, 557
3732
+ Tauri27,27Tau,ICRS,03,49,09.74258,+24,03,12.3003,17.7,-44.18,8.5,8.53,3.63, 23, 557
3733
+ Atlas,27Tau,ICRS,03,49,09.74258,+24,03,12.3003,17.7,-44.18,8.5,8.53,3.63, 23, 557
3734
+ #0# 28Tau, Pleione
3735
+ 28Tau,28Tau,ICRS,03,49,11.21575,+24,08,12.1590,18.07,-47.2,5.1,8.54,5.09, 0, 0
3736
+ Tauri28,28Tau,ICRS,03,49,11.21575,+24,08,12.1590,18.07,-47.2,5.1,8.54,5.09, 0, 0
3737
+ Pleione,28Tau,ICRS,03,49,11.21575,+24,08,12.1590,18.07,-47.2,5.1,8.54,5.09, 0, 0
3738
+ # Telescopium
3739
+ #0# alfTel,
3740
+ alfTel,alfTel,ICRS,18,26,58.41604,-45,58,06.4498,-16.95,-53.09,-0.2,11.74,3.463,-46,12379
3741
+ Alpha Telescopium,alfTel,ICRS,18,26,58.41604,-45,58,06.4498,-16.95,-53.09,-0.2,11.74,3.463,-46,12379
3742
+ #0# epsTel,
3743
+ epsTel,epsTel,ICRS,18,11,13.76324,-45,57,15.9029,-15.46,-37.16,-26.3,7.8,4.508,-45,12251
3744
+ Epsilon Telescopium,epsTel,ICRS,18,11,13.76324,-45,57,15.9029,-15.46,-37.16,-26.3,7.8,4.508,-45,12251
3745
+ #0# zetTel,
3746
+ zetTel,zetTel,ICRS,18,28,49.85980,-49,04,14.1122,139.1,-228.66,-30.6,25.84,4.13,0,0
3747
+ Zeta Telescopium,zetTel,ICRS,18,28,49.85980,-49,04,14.1122,139.1,-228.66,-30.6,25.84,4.13,0,0
3748
+ #0# iotTel,
3749
+ iotTel,iotTel,ICRS,19,35,12.98725,-48,05,57.1241,-7.51,-37.19,22.3,8.8,4.879,-48,13161
3750
+ Iota Telescopium,iotTel,ICRS,19,35,12.98725,-48,05,57.1241,-7.51,-37.19,22.3,8.8,4.879,-48,13161
3751
+ #0# lamTel,
3752
+ lamTel,lamTel,ICRS,18,58,27.76710,-52,56,19.0622,12.18,-8.76,-2,5.33,4.838,-53, 9402
3753
+ Lambda Telescopium,lamTel,ICRS,18,58,27.76710,-52,56,19.0622,12.18,-8.76,-2,5.33,4.838,-53, 9402
3754
+ #0# nu.Tel,
3755
+ nu.Tel,nu.Tel,ICRS,19,48,01.19882,-56,21,45.3958,92.25,-136.72,-12.4,20.18,5.33,-56, 9290
3756
+ Nu Telescopium,nu.Tel,ICRS,19,48,01.19882,-56,21,45.3958,92.25,-136.72,-12.4,20.18,5.33,-56, 9290
3757
+ #0# ksiTel,
3758
+ ksiTel,ksiTel,ICRS,20,07,23.15599,-52,52,50.8490,-12.98,7.5,36,3.02,4.94,-53, 9794
3759
+ Xi Telescopium,ksiTel,ICRS,20,07,23.15599,-52,52,50.8490,-12.98,7.5,36,3.02,4.94,-53, 9794
3760
+ # Triangulum Australe
3761
+ #0# alfTrA, Atria, no hip id
3762
+ alfTrA,alfTrA,ICRS,16,48,39.89508,-69,01,39.7626,17.99,-31.58,-3.00,8.35,1.88
3763
+ Alpha Trianguli Australis,alfTrA,ICRS,16,48,39.89508,-69,01,39.7626,17.99,-31.58,-3.00,8.35,1.88
3764
+ Atria,alfTrA,ICRS,16,48,39.89508,-69,01,39.7626,17.99,-31.58,-3.00,8.35,1.88
3765
+ #0# betTrA,
3766
+ betTrA,betTrA,ICRS,15,55,08.56206,-63,25,50.6155,-188.66,-401.85,0.4,80.79,2.85,-63, 3723
3767
+ Beta Trianguli Australis,betTrA,ICRS,15,55,08.56206,-63,25,50.6155,-188.66,-401.85,0.4,80.79,2.85,-63, 3723
3768
+ #0# gamTrA,
3769
+ gamTrA,gamTrA,ICRS,15,18,54.58198,-68,40,46.3654,-66.58,-32.31,-3.6,17.74,2.89,-68, 2383
3770
+ Gamma Trianguli Australis,gamTrA,ICRS,15,18,54.58198,-68,40,46.3654,-66.58,-32.31,-3.6,17.74,2.89,-68, 2383
3771
+ #0# delTrA,
3772
+ delTrA,delTrA,ICRS,16,15,26.26979,-63,41,08.4492,2.73,-12.92,-4.9,5.37,3.839,-63, 3854
3773
+ Delta Trianguli Australis,delTrA,ICRS,16,15,26.26979,-63,41,08.4492,2.73,-12.92,-4.9,5.37,3.839,-63, 3854
3774
+ #0# epsTrA,
3775
+ epsTrA,epsTrA,ICRS,15,36,43.22223,-66,19,01.3334,24.35,-54.47,-15.5,16.17,4.104,-65, 3102
3776
+ Epsilon Trianguli Australis,epsTrA,ICRS,15,36,43.22223,-66,19,01.3334,24.35,-54.47,-15.5,16.17,4.104,-65, 3102
3777
+ #0# zetTrA,
3778
+ zetTrA,zetTrA,ICRS,16,28,28.1441,-70,05,03.845,200.222,110.64,8.3,82.53,4.91,-69, 2558
3779
+ Zeta Trianguli Australis,zetTrA,ICRS,16,28,28.1441,-70,05,03.845,200.222,110.64,8.3,82.53,4.91,-69, 2558
3780
+ # Great Attractor, near Galaxy Cluster ACO 3627, at gal. coordinates
3781
+ # 325.3, -7.2, 4844 km s-1 according to Kraan-Korteweg et al. 1996,
3782
+ # Woudt 1998
3783
+ # Triangulum
3784
+ #0# alfTri, Mothallah
3785
+ alfTri,alfTri,ICRS,01,53,04.90710,+29,34,43.7801,10.82,-234.24,-12.6,51.5,3.42, 28, 312
3786
+ Alpha Trianguli,alfTri,ICRS,01,53,04.90710,+29,34,43.7801,10.82,-234.24,-12.6,51.5,3.42, 28, 312
3787
+ Mothallah,alfTri,ICRS,01,53,04.90710,+29,34,43.7801,10.82,-234.24,-12.6,51.5,3.42, 28, 312
3788
+ #0# betTri,
3789
+ betTri,betTri,ICRS,02,09,32.62712,+34,59,14.2694,149.16,-39.1,12.3,25.71,3, 34, 381
3790
+ Beta Trianguli,betTri,ICRS,02,09,32.62712,+34,59,14.2694,149.16,-39.1,12.3,25.71,3, 34, 381
3791
+ #0# gamTri,
3792
+ gamTri,gamTri,ICRS,02,17,18.86703,+33,50,49.8950,44.64,-52.57,9.9,29.04,4, 33, 397
3793
+ Gamma Trianguli,gamTri,ICRS,02,17,18.86703,+33,50,49.8950,44.64,-52.57,9.9,29.04,4, 33, 397
3794
+ # Tucana
3795
+ #0# alfTuc,
3796
+ alfTuc,alfTuc,ICRS,22,18,30.09478,-60,15,34.5263,-70.72,-39.44,42.2,16.33,2.82,-60, 7561
3797
+ Alpha Tucanae,alfTuc,ICRS,22,18,30.09478,-60,15,34.5263,-70.72,-39.44,42.2,16.33,2.82,-60, 7561
3798
+ #0# bet02Tuc,
3799
+ bet02Tuc,bet02Tuc,ICRS,00,31,33.47660,-62,57,56.0254,93.97,-46.32,9.8,19.36,4.514,0,0
3800
+ Beta Tucanae 02,bet02Tuc,ICRS,00,31,33.47660,-62,57,56.0254,93.97,-46.32,9.8,19.36,4.514,0,0
3801
+ #0# gamTuc,
3802
+ gamTuc,gamTuc,ICRS,23,17,25.77222,-58,14,08.6287,-35.83,81.16,18.4,43.37,3.98,-58, 8062
3803
+ Gamma Tucanae,gamTuc,ICRS,23,17,25.77222,-58,14,08.6287,-35.83,81.16,18.4,43.37,3.98,-58, 8062
3804
+ #0# epsTuc,
3805
+ epsTuc,epsTuc,ICRS,23,59,54.97761,-65,34,37.6804,47.93,-22.95,8.8,8.74,4.47,-66, 3819
3806
+ Epsilon Tucanae,epsTuc,ICRS,23,59,54.97761,-65,34,37.6804,47.93,-22.95,8.8,8.74,4.47,-66, 3819
3807
+ #0# zetTuc,
3808
+ zetTuc,zetTuc,ICRS,00,20,04.25995,-64,52,29.2549,1707.42,1164.3,8.8,116.46,4.23,-65, 13
3809
+ Zeta Tucanae,zetTuc,ICRS,00,20,04.25995,-64,52,29.2549,1707.42,1164.3,8.8,116.46,4.23,-65, 13
3810
+ #0# iotTuc,
3811
+ iotTuc,iotTuc,ICRS,01,07,18.66365,-61,46,31.0434,73.8,-11.55,-7.8,10.72,5.342,-62, 89
3812
+ Iota Tucanae,iotTuc,ICRS,01,07,18.66365,-61,46,31.0434,73.8,-11.55,-7.8,10.72,5.342,-62, 89
3813
+ #0# lam02Tuc,
3814
+ lam02Tuc,lam02Tuc,ICRS,00,55,00.31170,-69,31,37.5057,7.37,-43.69,5.1,14.7,5.454,-70, 40
3815
+ Lambda Tucanae 02,lam02Tuc,ICRS,00,55,00.31170,-69,31,37.5057,7.37,-43.69,5.1,14.7,5.454,-70, 40
3816
+ # Ursa Major
3817
+ #0# alfUMa, Dubhe, HIP 54061
3818
+ alfUMa,alfUMa,ICRS,11,03,43.67152,+61,45,03.7249,-134.11,-34.70,-9.40,26.54,1.79
3819
+ Alpha Ursae Majoris,alfUMa,ICRS,11,03,43.67152,+61,45,03.7249,-134.11,-34.70,-9.40,26.54,1.79
3820
+ Dubhe,alfUMa,ICRS,11,03,43.67152,+61,45,03.7249,-134.11,-34.70,-9.40,26.54,1.79
3821
+ HIP 54061,alfUMa,ICRS,11,03,43.67152,+61,45,03.7249,-134.11,-34.70,-9.40,26.54,1.79
3822
+ #0# betUMa, Merak, HIP 53910
3823
+ betUMa,betUMa,ICRS,11,01,50.4797515135,+56,22,56.761138187,79.959,32.365,-13.10,38.6031,2.37
3824
+ Beta Ursae Majoris,betUMa,ICRS,11,01,50.4797515135,+56,22,56.761138187,79.959,32.365,-13.10,38.6031,2.37
3825
+ Merak,betUMa,ICRS,11,01,50.4797515135,+56,22,56.761138187,79.959,32.365,-13.10,38.6031,2.37
3826
+ HIP 53910,betUMa,ICRS,11,01,50.4797515135,+56,22,56.761138187,79.959,32.365,-13.10,38.6031,2.37
3827
+ #0# gamUMa, Phecda, HIP 58001
3828
+ gamUMa,gamUMa,ICRS,11,53,49.8473166,+53,41,41.135025,107.68,11.01,-11.90,39.21,2.440
3829
+ Gamma Ursae Majoris,gamUMa,ICRS,11,53,49.8473166,+53,41,41.135025,107.68,11.01,-11.90,39.21,2.440
3830
+ Phecda,gamUMa,ICRS,11,53,49.8473166,+53,41,41.135025,107.68,11.01,-11.90,39.21,2.440
3831
+ HIP 58001,gamUMa,ICRS,11,53,49.8473166,+53,41,41.135025,107.68,11.01,-11.90,39.21,2.440
3832
+ #0# delUMa, Atri
3833
+ delUMa,delUMa,ICRS,12,15,25.56063,+57,01,57.4156,104.11,7.3,-15.3,40.51,3.32, 57, 1363
3834
+ Delta Ursae Majoris,delUMa,ICRS,12,15,25.56063,+57,01,57.4156,104.11,7.3,-15.3,40.51,3.32, 57, 1363
3835
+ Atri,delUMa,ICRS,12,15,25.56063,+57,01,57.4156,104.11,7.3,-15.3,40.51,3.32, 57, 1363
3836
+ #0# epsUMa, Alioth, HIP 62956
3837
+ epsUMa,epsUMa,ICRS,12,54,01.7495922,+55,57,35.362645,111.91,-8.24,-12.70,39.51,1.77
3838
+ Epsilon Ursae Majoris,epsUMa,ICRS,12,54,01.7495922,+55,57,35.362645,111.91,-8.24,-12.70,39.51,1.77
3839
+ Alioth,epsUMa,ICRS,12,54,01.7495922,+55,57,35.362645,111.91,-8.24,-12.70,39.51,1.77
3840
+ HIP 62956,epsUMa,ICRS,12,54,01.7495922,+55,57,35.362645,111.91,-8.24,-12.70,39.51,1.77
3841
+ #0# zetUMa, Mizar, no hip id
3842
+ zetUMa,zetUMa,ICRS,13,23,55.54048,+54,55,31.2671,119.01,-25.97,-6.31,38.01,0
3843
+ Zeta Ursae Majoris,zetUMa,ICRS,13,23,55.54048,+54,55,31.2671,119.01,-25.97,-6.31,38.01,0
3844
+ Mizar,zetUMa,ICRS,13,23,55.54048,+54,55,31.2671,119.01,-25.97,-6.31,38.01,0
3845
+ #0# etaUMa, Alcaid, HIP 67301
3846
+ etaUMa,etaUMa,ICRS,13,47,32.43776,+49,18,47.7602,-121.17,-14.91,-13.40,31.38,1.86
3847
+ Eta Ursae Majoris,etaUMa,ICRS,13,47,32.43776,+49,18,47.7602,-121.17,-14.91,-13.40,31.38,1.86
3848
+ Alcaid,etaUMa,ICRS,13,47,32.43776,+49,18,47.7602,-121.17,-14.91,-13.40,31.38,1.86
3849
+ HIP 67301,etaUMa,ICRS,13,47,32.43776,+49,18,47.7602,-121.17,-14.91,-13.40,31.38,1.86
3850
+ #0# tetUMa, Al Haud
3851
+ tetUMa,tetUMa,ICRS,09,32,51.43390,+51,40,38.2811,-947.46,-535.6,14.4,74.19,3.18, 52, 1401
3852
+ Theta Ursae Majoris,tetUMa,ICRS,09,32,51.43390,+51,40,38.2811,-947.46,-535.6,14.4,74.19,3.18, 52, 1401
3853
+ Al Haud,tetUMa,ICRS,09,32,51.43390,+51,40,38.2811,-947.46,-535.6,14.4,74.19,3.18, 52, 1401
3854
+ #0# iotUMa, Talitha Borealis
3855
+ iotUMa,iotUMa,ICRS,08,59,12.45362,+48,02,30.5741,-441.29,-215.32,9,68.92,3.14, 48, 1707
3856
+ Iota Ursae Majoris,iotUMa,ICRS,08,59,12.45362,+48,02,30.5741,-441.29,-215.32,9,68.92,3.14, 48, 1707
3857
+ Talitha Borealis,iotUMa,ICRS,08,59,12.45362,+48,02,30.5741,-441.29,-215.32,9,68.92,3.14, 48, 1707
3858
+ #0# kapUMa, Alkaphrah
3859
+ kapUMa,kapUMa,ICRS,09,03,37.52762,+47,09,23.4890,-36.19,-55.4,2.3,9.1,3.55, 47, 1633
3860
+ Kappa Ursae Majoris,kapUMa,ICRS,09,03,37.52762,+47,09,23.4890,-36.19,-55.4,2.3,9.1,3.55, 47, 1633
3861
+ Alkaphrah,kapUMa,ICRS,09,03,37.52762,+47,09,23.4890,-36.19,-55.4,2.3,9.1,3.55, 47, 1633
3862
+ #0# lamUMa, Tania Borealis
3863
+ lamUMa,lamUMa,ICRS,10,17,05.78287,+42,54,51.6808,-180.65,-46.07,18.1,23.72,3.45, 43, 2005
3864
+ Lambda Ursae Majoris,lamUMa,ICRS,10,17,05.78287,+42,54,51.6808,-180.65,-46.07,18.1,23.72,3.45, 43, 2005
3865
+ Tania Borealis,lamUMa,ICRS,10,17,05.78287,+42,54,51.6808,-180.65,-46.07,18.1,23.72,3.45, 43, 2005
3866
+ #0# mu.UMa, Tania Australis
3867
+ mu.UMa,mu.UMa,ICRS,10,22,19.73976,+41,29,58.2691,-81.47,35.34,-21.3,14.16,3.05, 42, 2115
3868
+ Mu Ursae Majoris,mu.UMa,ICRS,10,22,19.73976,+41,29,58.2691,-81.47,35.34,-21.3,14.16,3.05, 42, 2115
3869
+ Tania Australis,mu.UMa,ICRS,10,22,19.73976,+41,29,58.2691,-81.47,35.34,-21.3,14.16,3.05, 42, 2115
3870
+ #0# nu.UMa, Alula Borealis
3871
+ nu.UMa,nu.UMa,ICRS,11,18,28.73664,+33,05,39.5107,-26.84,28.69,-9.63,8.17,3.49, 33, 2098
3872
+ Nu Ursae Majoris,nu.UMa,ICRS,11,18,28.73664,+33,05,39.5107,-26.84,28.69,-9.63,8.17,3.49, 33, 2098
3873
+ Alula Borealis,nu.UMa,ICRS,11,18,28.73664,+33,05,39.5107,-26.84,28.69,-9.63,8.17,3.49, 33, 2098
3874
+ #0# ksiUMa, Alula Australis
3875
+ ksiUMa,ksiUMa,ICRS,11,18,10.932,+31,31,45.44,-453.7,-591.4,-18.2,0,3.79, 32, 2132
3876
+ Xi Ursae Majoris,ksiUMa,ICRS,11,18,10.932,+31,31,45.44,-453.7,-591.4,-18.2,0,3.79, 32, 2132
3877
+ Alula Australis,ksiUMa,ICRS,11,18,10.932,+31,31,45.44,-453.7,-591.4,-18.2,0,3.79, 32, 2132
3878
+ #0# omiUMa, Muscida
3879
+ omiUMa,omiUMa,ICRS,08,30,15.87064,+60,43,05.4115,-133.76,-107.45,19.8,18.21,3.42, 61, 1054
3880
+ Omicron Ursae Majoris,omiUMa,ICRS,08,30,15.87064,+60,43,05.4115,-133.76,-107.45,19.8,18.21,3.42, 61, 1054
3881
+ Muscida,omiUMa,ICRS,08,30,15.87064,+60,43,05.4115,-133.76,-107.45,19.8,18.21,3.42, 61, 1054
3882
+ #0# rhoUMa,
3883
+ rhoUMa,rhoUMa,ICRS,09,02,32.69092,+67,37,46.6280,-22.83,18.13,4.75,10.37,4.76, 68, 551
3884
+ Rho Ursae Majoris,rhoUMa,ICRS,09,02,32.69092,+67,37,46.6280,-22.83,18.13,4.75,10.37,4.76, 68, 551
3885
+ #0# upsUMa,
3886
+ upsUMa,upsUMa,ICRS,09,50,59.35700,+59,02,19.4486,-295.2,-151.73,27.3,28.06,3.81, 59, 1268
3887
+ Upsilon Ursae Majoris,upsUMa,ICRS,09,50,59.35700,+59,02,19.4486,-295.2,-151.73,27.3,28.06,3.81, 59, 1268
3888
+ #0# phiUMa,
3889
+ phiUMa,phiUMa,ICRS,09,52,06.35437,+54,03,51.5962,-6,19.16,-14.7,6.41,4.557,0,0
3890
+ Phi Ursae Majoris,phiUMa,ICRS,09,52,06.35437,+54,03,51.5962,-6,19.16,-14.7,6.41,4.557,0,0
3891
+ #0# chiUMa, Taiyangshou
3892
+ chiUMa,chiUMa,ICRS,11,46,03.01407,+47,46,45.8626,-138.29,28.57,-9.02,17.76,3.72, 48, 1966
3893
+ Chi Ursae Majoris,chiUMa,ICRS,11,46,03.01407,+47,46,45.8626,-138.29,28.57,-9.02,17.76,3.72, 48, 1966
3894
+ Taiyangshou,chiUMa,ICRS,11,46,03.01407,+47,46,45.8626,-138.29,28.57,-9.02,17.76,3.72, 48, 1966
3895
+ #0# psiUMa,
3896
+ psiUMa,psiUMa,ICRS,11,09,39.80868,+44,29,54.5520,-62.02,-27.41,-3.39,22.57,3.01, 45, 1897
3897
+ Psi Ursae Majoris,psiUMa,ICRS,11,09,39.80868,+44,29,54.5520,-62.02,-27.41,-3.39,22.57,3.01, 45, 1897
3898
+ #0# 23UMa,
3899
+ 23UMa,23UMa,ICRS,09,31,31.70873,+63,03,42.7013,107.99,27.15,-10.4,41.99,3.67,0,0
3900
+ Ursae Majoris23,23UMa,ICRS,09,31,31.70873,+63,03,42.7013,107.99,27.15,-10.4,41.99,3.67,0,0
3901
+ #0# 26UMa,
3902
+ 26UMa,26UMa,ICRS,09,34,49.43259,+52,03,05.3165,-65.74,-37.32,22.2,12.44,4.463,0,0
3903
+ Ursae Majoris26,26UMa,ICRS,09,34,49.43259,+52,03,05.3165,-65.74,-37.32,22.2,12.44,4.463,0,0
3904
+ #0# 47UMa, Chalawan
3905
+ 47UMa,47UMa,ICRS,10,59,27.97282,+40,25,48.9202,-317.01,54.64,11.45,71.11,5.04, 0,0
3906
+ Ursae Majoris47,47UMa,ICRS,10,59,27.97282,+40,25,48.9202,-317.01,54.64,11.45,71.11,5.04, 0,0
3907
+ Chalawan,47UMa,ICRS,10,59,27.97282,+40,25,48.9202,-317.01,54.64,11.45,71.11,5.04, 0,0
3908
+ #0# 80UMa, Saidak
3909
+ 80UMa,80UMa,ICRS,13,25,13.53783,+54,59,16.6548,120.21,-16.04,-8.9,39.91,4.01, 55, 1603
3910
+ Ursae Majoris80,80UMa,ICRS,13,25,13.53783,+54,59,16.6548,120.21,-16.04,-8.9,39.91,4.01, 55, 1603
3911
+ Saidak,80UMa,ICRS,13,25,13.53783,+54,59,16.6548,120.21,-16.04,-8.9,39.91,4.01, 55, 1603
3912
+ #0# HR3743, Intercrus
3913
+ HR3743,HR3743,ICRS,09,28,39.98840,+45,36,05.3344,-7.5,-128.77,38.58,11.65,5.393, 0,0
3914
+ Bright Star Catalogue 3743,HR3743,ICRS,09,28,39.98840,+45,36,05.3344,-7.5,-128.77,38.58,11.65,5.393, 0,0
3915
+ Intercrus,HR3743,ICRS,09,28,39.98840,+45,36,05.3344,-7.5,-128.77,38.58,11.65,5.393, 0,0
3916
+ # Ursa Minor
3917
+ #0# betUMi, Kochab, HIP 72607
3918
+ betUMi,betUMi,ICRS,14,50,42.32580,+74,09,19.8142,-32.61,11.42,16.96,24.91,2.08
3919
+ Beta Ursae Minoris,betUMi,ICRS,14,50,42.32580,+74,09,19.8142,-32.61,11.42,16.96,24.91,2.08
3920
+ Kochab,betUMi,ICRS,14,50,42.32580,+74,09,19.8142,-32.61,11.42,16.96,24.91,2.08
3921
+ HIP 72607,betUMi,ICRS,14,50,42.32580,+74,09,19.8142,-32.61,11.42,16.96,24.91,2.08
3922
+ #0# gamUMi, Pherkad
3923
+ gamUMi,gamUMi,ICRS,15,20,43.71604,+71,50,02.4596,-17.73,17.9,-3.9,6.7,3.002, 72, 679
3924
+ Gamma Ursae Minoris,gamUMi,ICRS,15,20,43.71604,+71,50,02.4596,-17.73,17.9,-3.9,6.7,3.002, 72, 679
3925
+ Pherkad,gamUMi,ICRS,15,20,43.71604,+71,50,02.4596,-17.73,17.9,-3.9,6.7,3.002, 72, 679
3926
+ #0# delUMi, Yildun
3927
+ delUMi,delUMi,ICRS,17,32,12.99671,+86,35,11.2584,10.17,53.97,-7.6,18.95,4.336, 86, 269
3928
+ Delta Ursae Minoris,delUMi,ICRS,17,32,12.99671,+86,35,11.2584,10.17,53.97,-7.6,18.95,4.336, 86, 269
3929
+ Yildun,delUMi,ICRS,17,32,12.99671,+86,35,11.2584,10.17,53.97,-7.6,18.95,4.336, 86, 269
3930
+ #0# epsUMi, Urodelus
3931
+ epsUMi,epsUMi,ICRS,16,45,58.24168,+82,02,14.1233,19.47,2.61,-10.57,10.73,4.212, 82, 498
3932
+ Epsilon Ursae Minoris,epsUMi,ICRS,16,45,58.24168,+82,02,14.1233,19.47,2.61,-10.57,10.73,4.212, 82, 498
3933
+ Urodelus,epsUMi,ICRS,16,45,58.24168,+82,02,14.1233,19.47,2.61,-10.57,10.73,4.212, 82, 498
3934
+ #0# zetUMi, Pharkadain
3935
+ zetUMi,zetUMi,ICRS,15,44,03.51891,+77,47,40.1788,19.91,-1.99,-13.1,8.84,4.274, 78, 527
3936
+ Zeta Ursae Minoris,zetUMi,ICRS,15,44,03.51891,+77,47,40.1788,19.91,-1.99,-13.1,8.84,4.274, 78, 527
3937
+ Pharkadain,zetUMi,ICRS,15,44,03.51891,+77,47,40.1788,19.91,-1.99,-13.1,8.84,4.274, 78, 527
3938
+ #0# etaUMi, Anwar al Farkadain
3939
+ etaUMi,etaUMi,ICRS,16,17,30.28696,+75,45,19.1885,-90.3,257.66,-11,33.63,4.95, 76, 596
3940
+ Eta Ursae Minoris,etaUMi,ICRS,16,17,30.28696,+75,45,19.1885,-90.3,257.66,-11,33.63,4.95, 76, 596
3941
+ Anwar al Farkadain,etaUMi,ICRS,16,17,30.28696,+75,45,19.1885,-90.3,257.66,-11,33.63,4.95, 76, 596
3942
+ #0# lamUMi,
3943
+ lamUMi,lamUMi,ICRS,17,16,56.4202,+89,02,15.741,-24.167,-3.945,0.29,3.68,6.38, 88, 112
3944
+ Lambda Ursae Minoris,lamUMi,ICRS,17,16,56.4202,+89,02,15.741,-24.167,-3.945,0.29,3.68,6.38, 88, 112
3945
+ #0# 11UMi, Pherkad Minor
3946
+ 11UMi,11UMi,ICRS,15,17,05.8892,+71,49,26.046,4.099,9.535,-17.87,8.19,5.015, 72, 678
3947
+ Ursae Minoris11,11UMi,ICRS,15,17,05.8892,+71,49,26.046,4.099,9.535,-17.87,8.19,5.015, 72, 678
3948
+ Pherkad Minor,11UMi,ICRS,15,17,05.8892,+71,49,26.046,4.099,9.535,-17.87,8.19,5.015, 72, 678
3949
+ # Vela
3950
+ #0# gam02Vel, Regor
3951
+ gam02Vel,gam02Vel,ICRS,08,09,31.95013,-47,20,11.7108,-6.07,10.43,15,2.92,1.83,-46, 3847
3952
+ Gamma Velorum 02,gam02Vel,ICRS,08,09,31.95013,-47,20,11.7108,-6.07,10.43,15,2.92,1.83,-46, 3847
3953
+ Regor,gam02Vel,ICRS,08,09,31.95013,-47,20,11.7108,-6.07,10.43,15,2.92,1.83,-46, 3847
3954
+ #0# delVel, Koo She
3955
+ delVel,delVel,ICRS,08,44,42.22658,-54,42,31.7493,28.99,-103.35,2.2,40.49,1.95,0, 0
3956
+ Delta Velorum,delVel,ICRS,08,44,42.22658,-54,42,31.7493,28.99,-103.35,2.2,40.49,1.95,0, 0
3957
+ Koo She,delVel,ICRS,08,44,42.22658,-54,42,31.7493,28.99,-103.35,2.2,40.49,1.95,0, 0
3958
+ #0# del01Vel, , HIP 42913
3959
+ del01Vel,del01Vel,ICRS,08,44,42.226383,-54,42,31.75567,28.8,-104.1,2.20,40.49,0
3960
+ Delta Velorum 01,del01Vel,ICRS,08,44,42.226383,-54,42,31.75567,28.8,-104.1,2.20,40.49,0
3961
+ HIP 42913,del01Vel,ICRS,08,44,42.226383,-54,42,31.75567,28.8,-104.1,2.20,40.49,0
3962
+ #0# kapVel, Markeb, HIP 45941
3963
+ kapVel,kapVel,ICRS,09,22,06.8176100,-55,00,38.401683,-11.40,11.52,21.9,5.70,2.473
3964
+ Kappa Velorum,kapVel,ICRS,09,22,06.8176100,-55,00,38.401683,-11.40,11.52,21.9,5.70,2.473
3965
+ Markeb,kapVel,ICRS,09,22,06.8176100,-55,00,38.401683,-11.40,11.52,21.9,5.70,2.473
3966
+ HIP 45941,kapVel,ICRS,09,22,06.8176100,-55,00,38.401683,-11.40,11.52,21.9,5.70,2.473
3967
+ #0# lamVel, Suhail, HIP 44816
3968
+ lamVel,lamVel,ICRS,09,07,59.75787,-43,25,57.3273,-24.01,13.52,17.60,5.99,2.21
3969
+ Lambda Velorum,lamVel,ICRS,09,07,59.75787,-43,25,57.3273,-24.01,13.52,17.60,5.99,2.21
3970
+ Suhail,lamVel,ICRS,09,07,59.75787,-43,25,57.3273,-24.01,13.52,17.60,5.99,2.21
3971
+ HIP 44816,lamVel,ICRS,09,07,59.75787,-43,25,57.3273,-24.01,13.52,17.60,5.99,2.21
3972
+ #0# mu.Vel, Alherem
3973
+ mu.Vel,mu.Vel,ICRS,10,46,46.17877,-49,25,12.9244,63.22,-54.21,6.2,27.84,2.69,0, 0
3974
+ Mu Velorum,mu.Vel,ICRS,10,46,46.17877,-49,25,12.9244,63.22,-54.21,6.2,27.84,2.69,0, 0
3975
+ Alherem,mu.Vel,ICRS,10,46,46.17877,-49,25,12.9244,63.22,-54.21,6.2,27.84,2.69,0, 0
3976
+ #0# omiVel, Xestus
3977
+ omiVel,omiVel,ICRS,08,40,17.58553,-52,55,18.8002,-24.42,34.44,16.1,6.61,3.63,-52, 1583
3978
+ Omicron Velorum,omiVel,ICRS,08,40,17.58553,-52,55,18.8002,-24.42,34.44,16.1,6.61,3.63,-52, 1583
3979
+ Xestus,omiVel,ICRS,08,40,17.58553,-52,55,18.8002,-24.42,34.44,16.1,6.61,3.63,-52, 1583
3980
+ #0# phiVel, Tseen Ke
3981
+ phiVel,phiVel,ICRS,09,56,51.74167,-54,34,04.0390,-13.08,3.55,13.9,2.05,3.45,-53, 3075
3982
+ Phi Velorum,phiVel,ICRS,09,56,51.74167,-54,34,04.0390,-13.08,3.55,13.9,2.05,3.45,-53, 3075
3983
+ Tseen Ke,phiVel,ICRS,09,56,51.74167,-54,34,04.0390,-13.08,3.55,13.9,2.05,3.45,-53, 3075
3984
+ #0# psiVel,
3985
+ psiVel,psiVel,ICRS,09,30,41.99958,-40,28,00.2616,-147.98,61.35,8.8,53.15,3.6,0,0
3986
+ Psi Velorum,psiVel,ICRS,09,30,41.99958,-40,28,00.2616,-147.98,61.35,8.8,53.15,3.6,0,0
3987
+ #0# dVel,
3988
+ dVel,dVel,ICRS,08,44,23.94754,-42,38,57.4007,-23.29,18.71,-2,14.25,4.046,0,0
3989
+ dVel,dVel,ICRS,08,44,23.94754,-42,38,57.4007,-23.29,18.71,-2,14.25,4.046,0,0
3990
+ #0# eVel,
3991
+ eVel,eVel,ICRS,08,37,38.63278,-42,59,20.6894,-10.75,9.66,19.3,1.79,4.14,0,0
3992
+ eVel,eVel,ICRS,08,37,38.63278,-42,59,20.6894,-10.75,9.66,19.3,1.79,4.14,0,0
3993
+ #0# pVel,
3994
+ pVel,pVel,ICRS,10,37,18.13995,-48,13,32.2349,-133.41,-1.82,21.2,37.26,3.84,0,0
3995
+ pVel,pVel,ICRS,10,37,18.13995,-48,13,32.2349,-133.41,-1.82,21.2,37.26,3.84,0,0
3996
+ #0# qVel,
3997
+ qVel,qVel,ICRS,10,14,44.15573,-42,07,18.9933,-150.09,49.44,7.4,32.18,3.85,0,0
3998
+ qVel,qVel,ICRS,10,14,44.15573,-42,07,18.9933,-150.09,49.44,7.4,32.18,3.85,0,0
3999
+ # tVel is HD 91504
4000
+ #0# tVel,
4001
+ tVel,tVel,ICRS,10,32,56.85985,-47,00,12.0737,-24.38,6.40,4.20,2.49,5.027,0,0
4002
+ tVel,tVel,ICRS,10,32,56.85985,-47,00,12.0737,-24.38,6.40,4.20,2.49,5.027,0,0
4003
+ # Virgo
4004
+ #0# betVir, Alaraph
4005
+ betVir,betVir,ICRS,11,50,41.71824,+01,45,52.9910,740.23,-270.43,4.71,91.5,3.6, 02, 2489
4006
+ Beta Virginis,betVir,ICRS,11,50,41.71824,+01,45,52.9910,740.23,-270.43,4.71,91.5,3.6, 02, 2489
4007
+ Alaraph,betVir,ICRS,11,50,41.71824,+01,45,52.9910,740.23,-270.43,4.71,91.5,3.6, 02, 2489
4008
+ #0# gamVir, Porrima
4009
+ gamVir,gamVir,ICRS,12,41,39.64344,-01,26,57.7421,-614.76,61.34,-20.42,85.58,2.74,-00, 2601
4010
+ Gamma Virginis,gamVir,ICRS,12,41,39.64344,-01,26,57.7421,-614.76,61.34,-20.42,85.58,2.74,-00, 2601
4011
+ Porrima,gamVir,ICRS,12,41,39.64344,-01,26,57.7421,-614.76,61.34,-20.42,85.58,2.74,-00, 2601
4012
+ #0# delVir, Mineluva
4013
+ delVir,delVir,ICRS,12,55,36.20861,+03,23,50.8932,-469.99,-52.83,-18.87,16.44,3.38, 04, 2669
4014
+ Delta Virginis,delVir,ICRS,12,55,36.20861,+03,23,50.8932,-469.99,-52.83,-18.87,16.44,3.38, 04, 2669
4015
+ Mineluva,delVir,ICRS,12,55,36.20861,+03,23,50.8932,-469.99,-52.83,-18.87,16.44,3.38, 04, 2669
4016
+ #0# epsVir, Vindemiatrix
4017
+ epsVir,epsVir,ICRS,13,02,10.59785,+10,57,32.9415,-273.8,19.96,-14.29,29.76,2.79, 11, 2529
4018
+ Epsilon Virginis,epsVir,ICRS,13,02,10.59785,+10,57,32.9415,-273.8,19.96,-14.29,29.76,2.79, 11, 2529
4019
+ Vindemiatrix,epsVir,ICRS,13,02,10.59785,+10,57,32.9415,-273.8,19.96,-14.29,29.76,2.79, 11, 2529
4020
+ #0# zetVir, Heze
4021
+ zetVir,zetVir,ICRS,13,34,41.745,-00,35,45.38,-280.48,49.05,-13.2,44.03,3.38, 00, 3076
4022
+ Zeta Virginis,zetVir,ICRS,13,34,41.745,-00,35,45.38,-280.48,49.05,-13.2,44.03,3.38, 00, 3076
4023
+ Heze,zetVir,ICRS,13,34,41.745,-00,35,45.38,-280.48,49.05,-13.2,44.03,3.38, 00, 3076
4024
+ #0# etaVir, Zaniah
4025
+ etaVir,etaVir,ICRS,12,19,54.354,-00,40,00.46,-57.58,-25.19,5.24,12.29,3.9, 00, 2926
4026
+ Eta Virginis,etaVir,ICRS,12,19,54.354,-00,40,00.46,-57.58,-25.19,5.24,12.29,3.9, 00, 2926
4027
+ Zaniah,etaVir,ICRS,12,19,54.354,-00,40,00.46,-57.58,-25.19,5.24,12.29,3.9, 00, 2926
4028
+ #0# tetVir,
4029
+ tetVir,tetVir,ICRS,13,09,56.99067,-05,32,20.4185,-36.28,-31.22,-2.9,10.33,4.397,-04, 3430
4030
+ Theta Virginis,tetVir,ICRS,13,09,56.99067,-05,32,20.4185,-36.28,-31.22,-2.9,10.33,4.397,-04, 3430
4031
+ #0# iotVir, Syrma
4032
+ iotVir,iotVir,ICRS,14,16,00.86951,-06,00,01.9633,-26.31,-419.38,12.51,44.97,4.08,-05, 3843
4033
+ Iota Virginis,iotVir,ICRS,14,16,00.86951,-06,00,01.9633,-26.31,-419.38,12.51,44.97,4.08,-05, 3843
4034
+ Syrma,iotVir,ICRS,14,16,00.86951,-06,00,01.9633,-26.31,-419.38,12.51,44.97,4.08,-05, 3843
4035
+ #0# kapVir, Kang
4036
+ kapVir,kapVir,ICRS,14,12,53.74538,-10,16,25.3340,7.25,139.88,-4.38,12.8,4.21,-09, 3878
4037
+ Kappa Virginis,kapVir,ICRS,14,12,53.74538,-10,16,25.3340,7.25,139.88,-4.38,12.8,4.21,-09, 3878
4038
+ Kang,kapVir,ICRS,14,12,53.74538,-10,16,25.3340,7.25,139.88,-4.38,12.8,4.21,-09, 3878
4039
+ #0# lamVir, Khambalia
4040
+ lamVir,lamVir,ICRS,14,19,06.59235,-13,22,15.9459,-15.91,28.92,-6.4,17.49,4.52,-12, 4018
4041
+ Lambda Virginis,lamVir,ICRS,14,19,06.59235,-13,22,15.9459,-15.91,28.92,-6.4,17.49,4.52,-12, 4018
4042
+ Khambalia,lamVir,ICRS,14,19,06.59235,-13,22,15.9459,-15.91,28.92,-6.4,17.49,4.52,-12, 4018
4043
+ #0# mu.Vir, Ril Alauva
4044
+ mu.Vir,mu.Vir,ICRS,14,43,03.62282,-05,39,29.5327,103.28,-318.63,5.1,54.73,3.88,-05, 3936
4045
+ Mu Virginis,mu.Vir,ICRS,14,43,03.62282,-05,39,29.5327,103.28,-318.63,5.1,54.73,3.88,-05, 3936
4046
+ Ril Alauva,mu.Vir,ICRS,14,43,03.62282,-05,39,29.5327,103.28,-318.63,5.1,54.73,3.88,-05, 3936
4047
+ #0# nu.Vir,
4048
+ nu.Vir,nu.Vir,ICRS,11,45,51.55957,+06,31,45.7413,-18.96,-181.56,50.28,11.1,4.04, 07, 2479
4049
+ Nu Virginis,nu.Vir,ICRS,11,45,51.55957,+06,31,45.7413,-18.96,-181.56,50.28,11.1,4.04, 07, 2479
4050
+ #0# omiVir,
4051
+ omiVir,omiVir,ICRS,12,05,12.54049,+08,43,58.7498,-218.69,57.76,-29.62,19.98,4.12, 09, 2583
4052
+ Omicron Virginis,omiVir,ICRS,12,05,12.54049,+08,43,58.7498,-218.69,57.76,-29.62,19.98,4.12, 09, 2583
4053
+ #0# pi.Vir,
4054
+ pi.Vir,pi.Vir,ICRS,12,00,52.39042,+06,36,51.5571,0.26,-30.1,-10.4,8.49,4.642, 07, 2502
4055
+ Pi Virginis,pi.Vir,ICRS,12,00,52.39042,+06,36,51.5571,0.26,-30.1,-10.4,8.49,4.642, 07, 2502
4056
+ #0# rhoVir,
4057
+ rhoVir,rhoVir,ICRS,12,41,53.05658,+10,14,08.2548,82.67,-89.08,1.6,27.57,4.88, 11, 2485
4058
+ Rho Virginis,rhoVir,ICRS,12,41,53.05658,+10,14,08.2548,82.67,-89.08,1.6,27.57,4.88, 11, 2485
4059
+ #0# sigVir,
4060
+ sigVir,sigVir,ICRS,13,17,36.28327,+05,28,11.5221,-6.06,9.14,-28.26,4.83,4.8, 06, 2722
4061
+ Sigma Virginis,sigVir,ICRS,13,17,36.28327,+05,28,11.5221,-6.06,9.14,-28.26,4.83,4.8, 06, 2722
4062
+ #0# tauVir,
4063
+ tauVir,tauVir,ICRS,14,01,38.79341,+01,32,40.3145,17.49,-21.27,-6.7,14.5,4.237, 02, 2761
4064
+ Tau Virginis,tauVir,ICRS,14,01,38.79341,+01,32,40.3145,17.49,-21.27,-6.7,14.5,4.237, 02, 2761
4065
+ #0# phiVir,
4066
+ phiVir,phiVir,ICRS,14,28,12.13894,-02,13,40.6579,-139.53,-4.04,-9.88,27.58,4.844,-01, 2957
4067
+ Phi Virginis,phiVir,ICRS,14,28,12.13894,-02,13,40.6579,-139.53,-4.04,-9.88,27.58,4.844,-01, 2957
4068
+ #0# chiVir,
4069
+ chiVir,chiVir,ICRS,12,39,14.76703,-07,59,44.0324,-77.13,-24.73,-18.11,11.11,4.643,-07, 3452
4070
+ Chi Virginis,chiVir,ICRS,12,39,14.76703,-07,59,44.0324,-77.13,-24.73,-18.11,11.11,4.643,-07, 3452
4071
+ #0# psiVir,
4072
+ psiVir,psiVir,ICRS,12,54,21.16342,-09,32,20.3783,-18.08,-19.52,17.6,5.99,4.8,-08, 3449
4073
+ Psi Virginis,psiVir,ICRS,12,54,21.16342,-09,32,20.3783,-18.08,-19.52,17.6,5.99,4.8,-08, 3449
4074
+ #0# 109Vir,
4075
+ 109Vir,109Vir,ICRS,14,46,14.92536,+01,53,34.3845,-114.03,-22.13,-6.1,24.25,3.73,0, 0
4076
+ Virginis109,109Vir,ICRS,14,46,14.92536,+01,53,34.3845,-114.03,-22.13,-6.1,24.25,3.73,0, 0
4077
+ #0# PSRB1257+12, Lich
4078
+ PSRB1257+12,PSRB1257+12,ICRS,13,00,03.1075,+12,40,55.155,46.44,-84.87,0,1.41,999.99, 0,0
4079
+ PSRB1257+12,PSRB1257+12,ICRS,13,00,03.1075,+12,40,55.155,46.44,-84.87,0,1.41,999.99, 0,0
4080
+ Lich,PSRB1257+12,ICRS,13,00,03.1075,+12,40,55.155,46.44,-84.87,0,1.41,999.99, 0,0
4081
+ # Virgo Cluster, according to NED (Nasa Extragalactic Database)
4082
+ # Messier 87 galaxis, M87 or M-87, containing supermassive black hole, called
4083
+ # Super Galactic Cluster by Philipp Sedwick
4084
+ #0# M49, Messier 49
4085
+ M49,M49,ICRS,12,29,46.798,8,00,01.48,0.0,0.0,949,0.000000,12.17, 0, 0
4086
+ Messier Object 49,M49,ICRS,12,29,46.798,8,00,01.48,0.0,0.0,949,0.000000,12.17, 0, 0
4087
+ Messier 49,M49,ICRS,12,29,46.798,8,00,01.48,0.0,0.0,949,0.000000,12.17, 0, 0
4088
+ # Volans
4089
+ #0# alfVol,
4090
+ alfVol,alfVol,ICRS,09,02,26.79592,-66,23,45.8727,-2,-95.51,7.6,26.11,3.99,-65, 1065
4091
+ Alpha Volantis,alfVol,ICRS,09,02,26.79592,-66,23,45.8727,-2,-95.51,7.6,26.11,3.99,-65, 1065
4092
+ #0# betVol,
4093
+ betVol,betVol,ICRS,08,25,44.19472,-66,08,12.8050,-35.74,-152.22,27.4,30.33,3.759,-65, 933
4094
+ Beta Volantis,betVol,ICRS,08,25,44.19472,-66,08,12.8050,-35.74,-152.22,27.4,30.33,3.759,-65, 933
4095
+ #0# gam02Vol,
4096
+ gam02Vol,gam02Vol,ICRS,07,08,44.86718,-70,29,56.1620,24.29,107.03,2.8,23.33,3.746,-70, 600
4097
+ Gamma Volantis 02,gam02Vol,ICRS,07,08,44.86718,-70,29,56.1620,24.29,107.03,2.8,23.33,3.746,-70, 600
4098
+ #0# delVol,
4099
+ delVol,delVol,ICRS,07,16,49.82387,-67,57,25.7484,-4.43,8.38,22.7,4.42,3.99,-67, 730
4100
+ Delta Volantis,delVol,ICRS,07,16,49.82387,-67,57,25.7484,-4.43,8.38,22.7,4.42,3.99,-67, 730
4101
+ # eps,Vol is actually a quadruple system, Simbad does not provide a magnitude
4102
+ # magnitude is given for the brightest member of the system, eps Vol A.
4103
+ # The latter does not have a parallax and radial velocity, but it might be close to epVol.
4104
+ #0# epsVol,
4105
+ epsVol,epsVol,ICRS,08,07,55.79420,-68,37,01.4350,-29.14,29.26,9,5.8,4.33,0,0
4106
+ Epsilon Volantis,epsVol,ICRS,08,07,55.79420,-68,37,01.4350,-29.14,29.26,9,5.8,4.33,0,0
4107
+ #0# zetVol,
4108
+ zetVol,zetVol,ICRS,07,41,49.26100,-72,36,21.9566,33.34,14.89,48.1,23.13,3.944,-72, 627
4109
+ Zeta Volantis,zetVol,ICRS,07,41,49.26100,-72,36,21.9566,33.34,14.89,48.1,23.13,3.944,-72, 627
4110
+ #0# iotVol,
4111
+ iotVol,iotVol,ICRS,06,51,26.98552,-70,57,48.2766,3.64,26.08,18.5,5.79,5.395,-70, 572
4112
+ Iota Volantis,iotVol,ICRS,06,51,26.98552,-70,57,48.2766,3.64,26.08,18.5,5.79,5.395,-70, 572
4113
+ #Vulpecula
4114
+ #0# alfVul, Anser
4115
+ alfVul,alfVul,ICRS,19,28,42.32996,+24,39,53.6525,-126.13,-107.44,-85.53,10.97,4.45, 24, 3759
4116
+ Alpha Vulpeculae,alfVul,ICRS,19,28,42.32996,+24,39,53.6525,-126.13,-107.44,-85.53,10.97,4.45, 24, 3759
4117
+ Anser,alfVul,ICRS,19,28,42.32996,+24,39,53.6525,-126.13,-107.44,-85.53,10.97,4.45, 24, 3759
4118
+ #0# 2Vul,
4119
+ 2Vul,2Vul,ICRS,19,17,43.63655,+23,01,31.9524,2.04,-2.78,1,2.68,5.436,0,0
4120
+ Vulpeculae2,2Vul,ICRS,19,17,43.63655,+23,01,31.9524,2.04,-2.78,1,2.68,5.436,0,0
4121
+ #0# 12Vul,
4122
+ 12Vul,12Vul,ICRS,19,51,04.10821,+22,36,36.1732,23.02,-15.88,-24.9,5.18,4.96,0,0
4123
+ Vulpeculae12,12Vul,ICRS,19,51,04.10821,+22,36,36.1732,23.02,-15.88,-24.9,5.18,4.96,0,0
4124
+ # Galactic Center according to:
4125
+ # Liu/Zhu/Zhang, "Reconsidering the galactic coordinate system",
4126
+ # Astronomy & Astrophysics No. AA2010, Oct. 2010, p. 8
4127
+ #0# GCLiu, GCLiu
4128
+ GCLiu,GCLiu,ICRS,17,45,40.0400,-29,00,28.138,-2.755718425, -5.547, 0.0,0.125,999.99, 0, 0
4129
+ GCLiu,GCLiu,ICRS,17,45,40.0400,-29,00,28.138,-2.755718425, -5.547, 0.0,0.125,999.99, 0, 0
4130
+ GCLiu,GCLiu,ICRS,17,45,40.0400,-29,00,28.138,-2.755718425, -5.547, 0.0,0.125,999.99, 0, 0
4131
+ #
4132
+ # Galactic Pole acc. to Liu/Zhu/Zhang, op.cit.
4133
+ # It is defined relative to a plane that contains the galactic center and the Sun
4134
+ # and approximates the galactic plane.
4135
+ #0# GPol, Gal.Pole
4136
+ GPol,GPol,ICRS,12,51,36.7151981,27,06,11.193172,0.0,0.0,0.0,0.0,0.0,0,0
4137
+ GPol,GPol,ICRS,12,51,36.7151981,27,06,11.193172,0.0,0.0,0.0,0.0,0.0,0,0
4138
+ Gal.Pole,GPol,ICRS,12,51,36.7151981,27,06,11.193172,0.0,0.0,0.0,0.0,0.0,0,0
4139
+ # Old Galactic Pole IAU 1958 relative to ICRS according to the same publication p. 7
4140
+ #0# GP1958, Gal.Pole IAU1958
4141
+ GP1958,GP1958,ICRS,12,51,26.27469,27,07,41.7087,0.0,0.0,0.0,0.0,0.0,0,0
4142
+ GP1958,GP1958,ICRS,12,51,26.27469,27,07,41.7087,0.0,0.0,0.0,0.0,0.0,0,0
4143
+ Gal.Pole IAU1958,GP1958,ICRS,12,51,26.27469,27,07,41.7087,0.0,0.0,0.0,0.0,0.0,0,0
4144
+ # Original definition of old Galactic Pole
4145
+ #Gal.Pole IAU1958,GP1958,1950,12,49,0.0,27,24,0.0,0.0,0.0,0.0,0.0,0.0,0,0
4146
+ #
4147
+ # Pole of true galactic plane, calculated by DK
4148
+ #0# GPPlan, Gal.Plane Pole
4149
+ GPPlan,GPPlan,ICRS,12,51,5.731104,27,10,39.554849,0.0,0.0,0.0,0.0,0.0,0,0
4150
+ GPPlan,GPPlan,ICRS,12,51,5.731104,27,10,39.554849,0.0,0.0,0.0,0.0,0.0,0,0
4151
+ Gal.Plane Pole,GPPlan,ICRS,12,51,5.731104,27,10,39.554849,0.0,0.0,0.0,0.0,0.0,0,0
4152
+ # entry proposed by Dieter Koch, 2-mar-2024, to simulate Galactic node
4153
+ # only exact for year 2000, see https://groups.io/g/swisseph/message/12192
4154
+ #Gal.Equ,GEqu,ICRS,18,0,19.90411,-23,26,21.3339,0.0,0.0,0.0,0.0,0.0,0,0
4155
+ #0# GEqu, Gal.Equ
4156
+ GEqu,GEqu,ICRS,18,0,19.90411,-23,26,21.3339,269.0,473.0,0.0,0.0,0.0,0,0
4157
+ GEqu,GEqu,ICRS,18,0,19.90411,-23,26,21.3339,269.0,473.0,0.0,0.0,0.0,0,0
4158
+ Gal.Equ,GEqu,ICRS,18,0,19.90411,-23,26,21.3339,269.0,473.0,0.0,0.0,0.0,0,0
4159
+ #
4160
+ # The following "object" played an important role in 2011 and 2017 dooms day predictions,
4161
+ # as well as in some conspiration theories. It consists of the infrared objects
4162
+ # IRAS 13458-0823 and IRAS 13459-0812. Central point measured by DK.
4163
+ #0# IDrag, Infrared Dragon
4164
+ IDrag,IDrag, ICRS,13,48,0.0,-9,0,0.0,0,0,0,0,0.0, 19, 477
4165
+ IDrag,IDrag, ICRS,13,48,0.0,-9,0,0.0,0,0,0,0,0.0, 19, 477
4166
+ Infrared Dragon,IDrag, ICRS,13,48,0.0,-9,0,0.0,0,0,0,0,0.0, 19, 477
4167
+ #
4168
+ # test star from Astronomica Almanac 2011
4169
+ #0# AA11, AA11_page_B73
4170
+ AA11,AA11,ICRS,14,39,36.4958,-60,50, 2.309,-3678.06,482.87,-21.6,742,0,0,0
4171
+ AA11,AA11,ICRS,14,39,36.4958,-60,50, 2.309,-3678.06,482.87,-21.6,742,0,0,0
4172
+ AA11_page_B73,AA11,ICRS,14,39,36.4958,-60,50, 2.309,-3678.06,482.87,-21.6,742,0,0,0
4173
+ #0# GCRS00, GCRS00
4174
+ GCRS00,GCRS00,ICRS,0,0,0.0,0,0, 0.0,0.0, 0.0, 0.0,0,0,0,0
4175
+ GCRS00,GCRS00,ICRS,0,0,0.0,0,0, 0.0,0.0, 0.0, 0.0,0,0,0,0
4176
+ GCRS00,GCRS00,ICRS,0,0,0.0,0,0, 0.0,0.0, 0.0, 0.0,0,0,0,0
4177
+ #0# ZE200, Zero2000
4178
+ ZE200,ZE200,ICRS,0,0,0.0,+0,0,0.0,0,0,0,0,0.0,0,0
4179
+ ZE200,ZE200,ICRS,0,0,0.0,+0,0,0.0,0,0,0,0,0.0,0,0
4180
+ Zero2000,ZE200,ICRS,0,0,0.0,+0,0,0.0,0,0,0,0,0.0,0,0
4181
+ #0# ZL200, ZerL2000
4182
+ ZL200,ZL200,ICRS,12,0,0.0,+0,0,0.0,0,0,0,0,0.0,0,0
4183
+ ZL200,ZL200,ICRS,12,0,0.0,+0,0,0.0,0,0,0,0,0.0,0,0
4184
+ ZerL2000,ZL200,ICRS,12,0,0.0,+0,0,0.0,0,0,0,0,0.0,0,0
4185
+ #0# SunPole, Sun Pole
4186
+ SunPole,SunPole,ICRS,19,4,31.2,63,52,12.0,0.0,0.0,0.0,0.0,0.0,0,0
4187
+ SunPole,SunPole,ICRS,19,4,31.2,63,52,12.0,0.0,0.0,0.0,0.0,0.0,0,0
4188
+ Sun Pole,SunPole,ICRS,19,4,31.2,63,52,12.0,0.0,0.0,0.0,0.0,0.0,0,0
4189
+ #0# Test, Test
4190
+ Test,Test,ICRS,21,11,47.25986, 48,17,20.5855,0.0,0.0,0.0,0.0,0.0,0,0
4191
+ Test,Test,ICRS,21,11,47.25986, 48,17,20.5855,0.0,0.0,0.0,0.0,0.0,0,0
4192
+ Test,Test,ICRS,21,11,47.25986, 48,17,20.5855,0.0,0.0,0.0,0.0,0.0,0,0
4193
+ #0# NGC4194, NGC 4194
4194
+ NGC4194,NGC4194,ICRS,12,14,09.573,54,31,36.03,0.0,0.0,0.0,0.0,0.0,0,0
4195
+ New General Catalogue 4194,NGC4194,ICRS,12,14,09.573,54,31,36.03,0.0,0.0,0.0,0.0,0.0,0,0
4196
+ NGC 4194,NGC4194,ICRS,12,14,09.573,54,31,36.03,0.0,0.0,0.0,0.0,0.0,0,0
4197
+ #0# HD168442, Gliese 710
4198
+ HD168442,HD168442,ICRS,18,19,50.8412023907,-1,56,19.005321656,-0.460,-0.028,-13.8,52.5185,9.656,0,0
4199
+ Henry Draper Catalogue 168442,HD168442,ICRS,18,19,50.8412023907,-1,56,19.005321656,-0.460,-0.028,-13.8,52.5185,9.656,0,0
4200
+ Gliese 710,HD168442,ICRS,18,19,50.8412023907,-1,56,19.005321656,-0.460,-0.028,-13.8,52.5185,9.656,0,0
4201
+ # ,pPup,ICRS,07,35,22.89366,-28,22,09.5735,-65.93,-19.73,3.3,14.72,4.63,0,0
4202
+ # ,P_Pup,ICRS,07,49,14.29536,-46,22,23.5422,-4.37,8.66,24,1.98,4.11,0,0
4203
+ # ,k01Pup,ICRS,07,38,49.380,-26,48,06.49,-10.6,16.3,23.6,7.18,4.5,0,0
4204
+ # ,J_Pup,ICRS,07,53,18.15792,-48,06,10.5637,-5.6,5.76,41,1.97,4.24,0,0
4205
+ # ,61CygA,ICRS,21,06,53.95249,+38,44,57.9854,4168.31,3269.2,-65.74,286.82,5.21, 38, 4343
4206
+ # Revati ,zetPscA,ICRS,01,13,43.88735,+07,34,31.2745,145,-55.69,15,18.76,5.187, 06, 174
4207
+ # ,epsVolA,ICRS,08,07,55.801,-68,37,01.44,-24.1,29.8,9,5.8,4.40,0,0
4208
+ # new stars that were added for true sidereal
4209
+ #0# 1Gem, One Geminorum
4210
+ 1Gem,1Gem,ICRS,06,04,07.25444,+23,15,48.0401,-1.61,-118.33,22.39,21.03,4.15
4211
+ Geminorum1,1Gem,ICRS,06,04,07.25444,+23,15,48.0401,-1.61,-118.33,22.39,21.03,4.15
4212
+ One Geminorum,1Gem,ICRS,06,04,07.25444,+23,15,48.0401,-1.61,-118.33,22.39,21.03,4.15
4213
+ #
4214
+ # note: in you do utils.make_swe_star("Nu Virginis") it will not give the correct star
4215
+ # Nu Virginis,nuVir,ICRS,14,36,44.9344535688,+02,50,20.844688380,3.824,-3.622,-8.35,0.9593,8.53
4216
+ # above is not the correct star
4217
+ #
4218
+ #0# nuVir, Nu Virginis
4219
+ nuVir,nuVir,ICRS,11,45,51.5595979999,+06,31,45.748996439,-21.086,-182.903,50.28,9.8446,4.04
4220
+ Nu Virginis,nuVir,ICRS,11,45,51.5595979999,+06,31,45.748996439,-21.086,-182.903,50.28,9.8446,4.04
4221
+ Nu Virginis,nuVir,ICRS,11,45,51.5595979999,+06,31,45.748996439,-21.086,-182.903,50.28,9.8446,4.04
4222
+ #
4223
+ #0# 48Lib, 48 Librae
4224
+ 48Lib,48Lib,ICRS,15,58,11.3682502453,-14,16,45.681109093,-13.843,-16.271,-25.010,7.1540,4.87
4225
+ Librae48,48Lib,ICRS,15,58,11.3682502453,-14,16,45.681109093,-13.843,-16.271,-25.010,7.1540,4.87
4226
+ 48 Librae,48Lib,ICRS,15,58,11.3682502453,-14,16,45.681109093,-13.843,-16.271,-25.010,7.1540,4.87
4227
+ #
4228
+ #0# GSco, G Scorpii, Fuyue, HIP 87261
4229
+ GSco,GSco,ICRS,17,49,51.4808976914,-37,02,35.794961894,41.717,11.975,24.70,24.7340,3.21
4230
+ G Scorpii,GSco,ICRS,17,49,51.4808976914,-37,02,35.794961894,41.717,11.975,24.70,24.7340,3.21
4231
+ G Scorpii,GSco,ICRS,17,49,51.4808976914,-37,02,35.794961894,41.717,11.975,24.70,24.7340,3.21
4232
+ Fuyue,GSco,ICRS,17,49,51.4808976914,-37,02,35.794961894,41.717,11.975,24.70,24.7340,3.21
4233
+ HIP 87261,GSco,ICRS,17,49,51.4808976914,-37,02,35.794961894,41.717,11.975,24.70,24.7340,3.21
4234
+ #
4235
+ #0# gamLeo, Algieba, no hip id
4236
+ gamLeo,gamLeo,ICRS,10,19,58.35056,+19,50,29.3468,304.30,-154.28,-36.24,25.07,0
4237
+ Gamma Leonis,gamLeo,ICRS,10,19,58.35056,+19,50,29.3468,304.30,-154.28,-36.24,25.07,0
4238
+ Algieba,gamLeo,ICRS,10,19,58.35056,+19,50,29.3468,304.30,-154.28,-36.24,25.07,0
4239
+ #0# TCrB, The Blaze Star, HR5958, HD 143454, HIP 78322
4240
+ TCrB,TCrB,ICRS,15,59,30.1622265912,+25,55,12.613382940,-4.461,12.016,-27.79,1.092,10.247
4241
+ TCrB,TCrB,ICRS,15,59,30.1622265912,+25,55,12.613382940,-4.461,12.016,-27.79,1.092,10.247
4242
+ The Blaze Star,TCrB,ICRS,15,59,30.1622265912,+25,55,12.613382940,-4.461,12.016,-27.79,1.092,10.247
4243
+ HR5958,TCrB,ICRS,15,59,30.1622265912,+25,55,12.613382940,-4.461,12.016,-27.79,1.092,10.247
4244
+ HD 143454,TCrB,ICRS,15,59,30.1622265912,+25,55,12.613382940,-4.461,12.016,-27.79,1.092,10.247
4245
+ HIP 78322,TCrB,ICRS,15,59,30.1622265912,+25,55,12.613382940,-4.461,12.016,-27.79,1.092,10.247