virtual sky not showing ? also no startrails #2533
Replies: 3 comments 4 replies
-
@stuartsmith-nasstar, for the startrails you need to play with the threshold. Anything image whose average brightness is ABOVE that value is ignored, like daytime images. I stretch my images and set the threshold to 0.2. See also the Wiki page on startrails. For the overlay, there are two configuration files: config.js and virtualsky.json. If either has a syntax error, like a missing comma, the overlay won't appear. In your browser press F12 to get into "developer" mode. On the top right side click on "Console" (may need to first click on >>>), then refresh the page and display the overlay. Any errors will appear in the Console. |
Beta Was this translation helpful? Give feedback.
-
OK ignore me.. I did not realise that the 'website' is on /allsky. I just assumed it was the images tab of the admin gui. I told u it was something stupid!! |
Beta Was this translation helpful? Give feedback.
-
So next issue though, is that after an hour of faffing I can't get the overlay to match up. I'm using the regular asi120 allsky lens. I think it's about 120 degrees fov. IF I could make the overlay maybe 4000px or so it might line up, but otherwise not a chance. I've tried other projections. It seems like ideally it needs a field of view in degrees projection option. I'm sure this must affect others? Is there a hack? |
Beta Was this translation helpful? Give feedback.
-
ignore - no startrails bit - i fixed that but can't seem to edit topic above.
sorry chaps if this is obvious but I've been through settings and discussions - I assume something stupid.
my config:
{
"comment": "See https://github.com/thomasjacquin/allsky/wiki/allsky-website-Settings for a description of
these settings",
"id": "starmap",
"meridian": true,
"ecliptic": false,
"showstarlabels": true,
"projection": "fisheye",
"constellations": true,
"constellationwidth": 0.75,
"constellationlabels": true,
"constellationboundaries": false,
"constellationboundarieswidth": 0.75,
"width": 960,
"height": 960,
"mouse": false,
"gridlines_eq": true,
"gridlineswidth": 0.75,
"keyboard": false,
"showdate": false,
"showposition": false,
"sky_gradient": false,
"gradient": false,
"transparent": true,
"showgalaxy": true,
"galaxywidth": 0.75,
"live": true,
"lang": "en",
"objects": "virtualsky/messier.json",
"opacity": 1
}
but no overlay showing (even set it to 1 as you can see). have I not turned something on I should ?
Also - got a new build - will post pics soon
Beta Was this translation helpful? Give feedback.
All reactions