Skip to content

Commit 81356fc

Browse files
committed
extend global zone in lv0-2 catalogs to 200,000 years due to Stellarium#4501
1 parent 7b75711 commit 81356fc

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

guide/app_star_catalogue.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ \subsection{Zones}
2727
out of their original zones due to proper motion and not drawn in the sky. Only level 0 to level 2 star catalogs have their global
2828
zone populated (i.e. level 3-8 global zones are empty).
2929

30-
For level 0, any stars who will move out of their original zones in $\pm 100,000$ years are moved to the global zone. For level 1 and 2, stars are moved
30+
For level 0, any stars who will move out of their original zones in $\pm 200,000$ years are moved to the global zone. For level 1 and 2, stars are moved
3131
to the global zone only if they move out of their original zones and the bordering zones \textbf{or} brighter than 0.3 mag from their
32-
present apparent magnitude in $\pm 100,000$ years.
32+
present apparent magnitude in $\pm 200,000$ years.
3333

3434
\section{Star Catalogue File Format}%\label{star-catalogue-file-format}
3535
\label{sec:Catalogues:stars}

src/core/modules/StarMgr.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Q_GLOBAL_STATIC(QStringList, objtype_array);
6969
// This number must be incremented each time the content or file format of the stars catalogs change
7070
// It can also be incremented when the defaultStarsConfig.json file change.
7171
// It should always match the version field of the defaultStarsConfig.json file
72-
static const int StarCatalogFormatVersion = 25;
72+
static const int StarCatalogFormatVersion = 26;
7373

7474
// Initialise statics
7575
bool StarMgr::flagSciNames = true;

stars/hip_gaia3/defaultStarsConfig.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,29 +6,29 @@
66
[
77
{
88
"id": "stars0",
9-
"fileName": "stars_0_0v0_19.cat",
9+
"fileName": "stars_0_0v0_20.cat",
1010
"count": 0.005,
1111
"magRange": [-2.00, 6.00],
1212
"sizeMb": 0.2,
13-
"checksum": "8da19fc5c746984a8589307ca22c7817",
13+
"checksum": "db0a3f367f3519224ae199d72d39b253",
1414
"checked": true
1515
},
1616
{
1717
"id": "stars1",
18-
"fileName": "stars_1_0v0_15.cat",
18+
"fileName": "stars_1_0v0_16.cat",
1919
"count": 0.022,
2020
"magRange": [6.00, 7.50],
2121
"sizeMb": 1.0,
22-
"checksum": "2a50c914c8a3a239a0a7a6ea861bce41",
22+
"checksum": "3a7aac6aa540911418ca2c3358e4b489",
2323
"checked": true
2424
},
2525
{
2626
"id": "stars2",
27-
"fileName": "stars_2_0v0_16.cat",
27+
"fileName": "stars_2_0v0_17.cat",
2828
"count": 0.14,
2929
"magRange": [7.50, 9.00],
3030
"sizeMb": 6.5,
31-
"checksum": "d5966c05f36c64927a0ced8706188db6",
31+
"checksum": "23d59734215dcbc539d9bf13eb4ed7f8",
3232
"checked": true
3333
},
3434
{

0 commit comments

Comments
 (0)