artooksanen

Results 8 comments of artooksanen

The problem is that I dont see the plugin anywhere in the UI. I have tried to copy the files in different folders with no change. The installation instructions are...

Nope, does not work. What is the file Plugins.xml for? There is also file "SDRSharp.exe.Config". arto

The image is the same as in the tutorial example. Arto Arto Oksanen ***@***.*** Muurame, Finland pe 25. heinäk. 2025 klo 18.45 Lionel Garcia ***@***.***> kirjoitti: > *lgrcia* left a...

I think this was an user error. Now it is working just fine. The main problem was that my test image was generated with JNow coordinates and twirl was using...

Yes, I am writing an Alpaca driver for a custom build old telescope and would like to use Stellarium for showing the telescope position graphically. So why so many Connected...

My very simple test client: ``` from alpaca.telescope import * T = Telescope('192.168.8.102:5555', 0) T.Connect() print(f'Connected to {T.Name}',T.Connected) ra=T.RightAscension print("ra=",ra) de=T.Declination print("de=",de) T.Disconnect() ```

Hello Georg! Any progress in this? I am on vacation now and could put some programming effort into this. In my own Alpaca client (a simple text based python code)...