Skip to content

Commit

Permalink
Remove NGC 5976A designation (fix Stellarium#2967)
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-w committed Feb 25, 2023
1 parent d6845c8 commit cb015f0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Binary file modified nebulae/default/catalog.dat
Binary file not shown.
4 changes: 2 additions & 2 deletions nebulae/default/catalog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Stellarium DSO catalog
# Version 3.18 standard
# Version 3.19 standard
# Generic columns:
# 1 - (int) - deep-sky object identificator
# 2 - (float) - RA (decimal degrees)
Expand Down Expand Up @@ -21069,7 +21069,7 @@
21007 233.940871 44.834817 14.4 14.5232 rG SB: 0.62 0.558 115 0.030188 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 55539 9924 0 0 0 0 0 0 0
21008 234.132896 16.440383 14.70 14.77224 IG Sc 1.4 0.8 10 0.00632 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 55587 9925 0 0 0 0 0 0 0
21009 234.115663 22.500328 14.9 13.6934 Gx -1 0.8 0.48 110 0.01436 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 55578 9927 0 0 0 0 0 0 0
21010 234.030808 59.566789 15.4 99 AGx SBab 0.893 0.5 165 0.01020 0 0 0 0 0 5976 0 0 0 0 0 0 0 0 0 0 0 55561 9934 0 0 0 0 0 0 0
21010 234.030808 59.566789 15.4 99 AGx SBab 0.893 0.5 165 0.01020 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 55561 9934 0 0 0 0 0 0 0
21011 234.18783 44.23692 15.5 99 G 8 1.479 0.812 165 0.008753 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 55607 9936 0 0 0 0 0 0 0
21012 234.345413 20.549817 14.7 99 Gx -2 0.823 0.28 15 0.015057 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 55629 9937 0 0 0 0 0 0 0
21013 234.29987 30.07706 17 99 G 9 1.513 1.513 0 0.006224 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 55621 9938 0 0 0 0 0 0 0
Expand Down
2 changes: 1 addition & 1 deletion src/core/modules/NebulaMgr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@

// Define version of valid Stellarium DSO Catalog
// This number must be incremented each time the content or file format of the stars catalogs change
static const QString StellariumDSOCatalogVersion = "3.18";
static const QString StellariumDSOCatalogVersion = "3.19";

void NebulaMgr::setLabelsColor(const Vec3f& c) {Nebula::labelColor = c; emit labelsColorChanged(c);}
const Vec3f NebulaMgr::getLabelsColor(void) const {return Nebula::labelColor;}
Expand Down

0 comments on commit cb015f0

Please sign in to comment.