Questions tagged [stellarium]

4 questions
1
vote
0 answers

Magnetometer raw data to azimuth and altitude in stellarium

I've got raspberry Pi 3B+ and LSM303DHLC magnetometer + accelerometer module. I downloaded sample app in python to get data from it. I'm trying to calculate position of my telescope using this and put it into Stellarium or other sky database app. I…
dudeck
  • 393
  • 5
  • 13
1
vote
1 answer

How to convert binary-encoded files into ASCII for files produced by Stellarium

There is a piece of software known as Stellarium. It produces files like this one. I would like to know how to convert the file from a binary encoding to ASCII. My attempts are shown below: import binascii import inspect def int2bytes(i): …
Toothpick Anemone
  • 4,290
  • 2
  • 20
  • 42
0
votes
0 answers

Raspberry - Cannot create platform OpenGL context

i'm trying to install Stellarium on my Raspberry Pi 4 (4 GB ram). I'm following the instructions here. After installation, i tried to run the program using snap run stellarium-plars, but it doesn't work (only a small empty window opens). On the…
alcor
  • 515
  • 1
  • 8
  • 21
-2
votes
1 answer

I have looked at Stellarium code, and I don't know where it starts

I have looked at Stellarium (software for viewing sky like it is now) code on GitHub for a while. I want to write once soon a program like that, so I started learning C++. I looked at the code and wanted to know what these parts do. And then I asked…
User123
  • 476
  • 7
  • 22