
We have found that some stars are missing from the catalogs used by Stellarium and there is no way to modify those catalogs. We can't change that but I have found a work-around solution. While looking for something in the User Guide, I didn't find what I wanted, but came across the Bright Novae Plugin. I thought if that can add 'temporary' stars, maybe I can add permanent stars. I spend many hours over the last few weeks working on this and finally came up with a rough version.
Here are 2 stars that I added to Novae.Json:
Max and Min Magnitude use the same value.
Use a current date, peakJD": 2460142
For Time to Decline, use any value to cover several years.
Enter RA and Dec.
That star now appears on the sky map. Attached is before/after views of the sky.
"missing1":
{
"name": "TYC 3592-7373-1B",
"type": "NA",
"maxMagnitude": 10.5,
"minMagnitude": 10.5,
"peakJD": 2460142,
"m2": 3006,
"m3": 3000,
"m6": 3900,
"m9": 4400,
"RA": "21h08m26.7s",
"Dec": "47d40m18s"
},
"missing2":
{
"name": "HD 290572",
"type": "NA",
"maxMagnitude": 10.4,
"minMagnitude": 10.4,
"peakJD": 2460142,
"m2": 3006,
"m3": 3000,
"m6": 3900,
"m9": 4400,
"RA": "05h33m54.5s",
"Dec": "-00d06m21.2s"
},
One problem is the name doesn't always show up when searching.
The problem taking quite a lot of time is determining location. That takes a lot of trial and error because locations used in Stellarium web version, Novae.json, and the position on the sky map all differ from each other. This needs improvement but it is a start that at least works for now.
If you have other stars to add to the list, please post them so we build up a catalog.
Perhaps Novae.json can be modified to create a new MissingStars.json plug-in. Just require Star name, magnitude, and RA/Dec and epoch. We can then all add whatever missing stars we find.
Jay Respler