×

INDI Library v2.0.7 is Released (01 Apr 2024)

Bi-monthly release with minor bug fixes and improvements

New Internal Solver for Mac, Windows, and Linux -- Testing/ Experiments needed

  • Posts: 152
  • Thank you received: 20
Hmm... I just pulled the latest commit and it built with no problems. Do you have the latest stellarsolver library installed?
3 years 6 months ago #61811

Please Log in or Create an account to join the conversation.

  • Posts: 1119
  • Thank you received: 182

sudo apt -y install git cmake qt5-default libcfitsio-dev libgsl-dev wcslib-dev
sudo apt install libstellarsolver-dev

I am invoking these commands every time to make sure all required components are up to date.

Worked every time until this morning.

I even deleted the entire installation/build folder and rebuild from scratch. I still get the same error.
Last edit: 3 years 6 months ago by Jose Corazon.
3 years 6 months ago #61812

Please Log in or Create an account to join the conversation.

  • Posts: 152
  • Thank you received: 20
Could be the repository version of stellarsolver is out of date. I see Rob made a lot of commits in the last 24h so that might be it. I ran into the same problem earlier in the week. It's easy enough to install it. Clone this:

github.com/rlancaste/stellarsolver

Then run linux-scripts/installStellarSolverLibrary.sh. Try building kstars again.
The following user(s) said Thank You: Jose Corazon
3 years 6 months ago #61813

Please Log in or Create an account to join the conversation.

  • Posts: 1119
  • Thank you received: 182
I got thrown off, because there is no installLinux.sh file.
Running the reinstall now and have already gotten past the point where the installation aborted previously, so I expect it to complete.
Thanks for the tip!
Jo
3 years 6 months ago #61817

Please Log in or Create an account to join the conversation.

  • Posts: 106
  • Thank you received: 4
Obviously, there is a new kid on the block:


Powered by

GNU / Linux
Git
KDE neon
KStars | EKOS | INDI

and some cheap hardware
3 years 6 months ago #61819
Attachments:

Please Log in or Create an account to join the conversation.

  • Posts: 106
  • Thank you received: 4
Rob, at the moment I have no time to test the 4-ParallelSmallScale profile thoroughly. But I had several crashes of kstars testing the downsample option.
Powered by

GNU / Linux
Git
KDE neon
KStars | EKOS | INDI

and some cheap hardware
Last edit: 3 years 6 months ago by Heiko.
3 years 6 months ago #61821

Please Log in or Create an account to join the conversation.

  • Posts: 2877
  • Thank you received: 812
So yes, I just added an auto downsample option today. Please let me know if it downsamples enough.

Right now, for choosing how much to downsample I divide the greatest pixel dimension by 1024 and add 1. So if it is less than 1024 pixels, it does downsample 1, if it is 1500, it does downsample 2, etc. I am thinking that I might want to make that adding 2 not 1, but if it works ok with adding 1, then its better to solve with that. Downsampling makes solves faster, but at the cost of a little accuracy.
3 years 6 months ago #61822

Please Log in or Create an account to join the conversation.

  • Posts: 2877
  • Thank you received: 812
I just improved the memory check to try to get the available FREE RAM instead of the TOTAL RAM and use that for the calculation of whether it can load all index files. So hopefully if you are on a PI now, whether you select the "load all indexes in memory" option or not, it should not do it if you don't have the RAM. Hopefully this helps.
3 years 6 months ago #61826

Please Log in or Create an account to join the conversation.

  • Posts: 33
  • Thank you received: 7
It seems that auto focus is now broken also,

I was trying to autofocus my SCT with a moonlight and was getting very poor star recognition. I then noticed that auto-focus now has an editor that brings up the stellasolver options. I reverted to a pre-stellasolver build, and autofocus with sep is working perfectly.

I hate to say this, but if I have to manage the myriad of stellarsolver options to get autofocus working then I'm off back to windows and ASCOM (sadly - i really like my Rpi4 as a capture device).

I appreciate that this is still early days, but I think that this change needs a lot more thought and work. This is on top of having a lot of issues getting solving to work with it as well.

My overall comment is that something that just worked for the most part has become way too complex and requires way too much tuning, with way too many options. Options are nice, but when something that for the most part just worked gets replaced by this, and it is this fragile, it's a real turn-off.

IMHO this should have stayed on a branch instead of being in the nightlies, or the rollout should have been much slower and more measured.

J.
3 years 6 months ago #61827

Please Log in or Create an account to join the conversation.

  • Posts: 2877
  • Thank you received: 812
I agree with you and I apologize for that. It was not my goal to implement this so quickly. I wanted a longer test period. I am trying my best to finish everything quickly. Once we get everything ironed out, which I hope is just a few more days, it should be very easy to use. Most of the options should be all wrapped up in the options profiles and you shouldn't even have to change any of them unless you have a special system. My goal is that you can just select a profile that works for you and run with it.
3 years 6 months ago #61828

Please Log in or Create an account to join the conversation.

  • Posts: 2877
  • Thank you received: 812
In terms of the number of options as well. I don't really know what options to include because there are a lot of options for SEP. I found that just a few tweaks to the options, really really improved things. So when I started working on this back in February/March, I kept begging people to help me figure out which options were best, which options to include, which options to leave out, and help in tuning a set of good options. While I got tons and tons of great help with testing and suggestions, we really needed more help ironing out the options. So in the end, I just left almost all of them in the editor, until people can tell me more about which options are helpful and which ones are not, I really don't think I should remove any until we get more feedback on them. But I'm hoping you are not overwhelmed by them. Hopefully as I said in my last post, most people won't even need to touch them.
3 years 6 months ago #61829

Please Log in or Create an account to join the conversation.

  • Posts: 1119
  • Thank you received: 182


Are these the new options you are talking about? Works perfectly for me, with a short refractor, at least.

3 years 6 months ago #61830
Attachments:

Please Log in or Create an account to join the conversation.

Time to create page: 0.804 seconds