Skip to content

Commit

Permalink
Updated DSO catalog (up to version 3.5)
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-w committed Jun 27, 2018
1 parent 29eacc6 commit 8c24bd7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Binary file modified nebulae/default/catalog.dat
Binary file not shown.
6 changes: 3 additions & 3 deletions nebulae/default/catalog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Stellarium DSO catalog
# Version 3.4 standard
# Version 3.5 standard
# Generic columns:
# 1 - (int) - deep-sky object identificator
# 2 - (float) - RA (decimal degrees)
Expand Down Expand Up @@ -7336,11 +7336,11 @@
7293 12.874783 -12.844336 16.5 99 AGx Sc 0.723 0.492 95 0.020304 0.000013 0 0 0 0 0 56 0 0 0 0 0 0 0 0 0 3014 0 0 0
7294 13.702317 11.841117 15.7 99 G S0: 0.523 0.45 105 0.038110 0.001360 0 0 0 0 0 57 0 0 0 0 0 0 0 0 0 3229 559 0 0
7295 13.7601 -13.678214 15 99 G 0.617 0.407 110 0.021213 0.000120 0 0 0 0 0 58 0 0 0 0 0 0 0 0 0 3257 0 0 0
7296 14.42667 61.08328 99 2.57 RN II, M 10 5 0 99 0 5320 0 0 0 0 59 0 0 0 5 0 0 620 0 0 0 4a 0 0
7296 14.42667 61.08328 99 13.33 RN II, M 10 5 0 99 0 5320 0 0 0 0 59 0 0 0 5 0 0 620 0 0 0 4a 0 0
7297 14.017629 -13.358117 15 99 G 0.793 0.666 35 0.057382 0.000334 0 0 0 0 0 60 0 0 0 0 0 0 0 0 0 3324 0 0 0
7298 14.280087 7.507108 15.3 99 G cG 0.843 0.607 150 0.037459 0.000007 0 0 0 0 0 61 0 0 0 0 0 0 0 0 0 3408 589 0 0
7299 14.683079 11.807958 15.0 99 G S 0.813 0.504 30 0.038617 0.000070 0 0 0 0 0 62 0 0 0 0 0 0 0 0 0 3507 606 0 0
7300 14.75571 60.88828 13.33 2.57 HII II, M 10 3 0 99 0 11000 0 0 0 0 63 0 0 0 5 0 0 622 0 0 0 4b 0 0
7300 14.75571 60.88828 13.33 13.33 HII II, M 10 3 0 99 0 11000 0 0 0 0 63 0 0 0 5 0 0 622 0 0 0 4b 0 0
7301 14.851858 27.058872 15.6 99 AGx -2.2 0.887 0.621 140 0.045578 0.000504 0 0 0 0 0 64 0 0 0 0 0 0 0 0 0 3550 613 0 0
7302 15.230967 47.681983 13.8 99 G SBb/Sc 2.033 0.813 150 0.008723 0.000007 0 0 0 0 0 65 0 0 0 0 0 0 0 0 0 3635 625 0 0
7303 15.135467 30.797242 15.0 99 Gx Sa 0.993 0.437 120 0.016044 0.000070 0 0 0 0 0 66 0 0 0 0 0 0 0 0 0 3606 623 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 @@ -103,7 +103,7 @@ static const unsigned int H400_LIST[] =

// 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.4";
static const QString StellariumDSOCatalogVersion = "3.5";

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 8c24bd7

Please sign in to comment.