×

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

Bi-monthly release with minor bug fixes and improvements

Announcing StellarSolver 2.0

  • Posts: 2877
  • Thank you received: 812
2 years 1 month ago #81104

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

  • Posts: 2877
  • Thank you received: 812
Paolo,  here is the patch I made for 3.5.7.  Please test and make sure it works ok for you. 
2 years 1 month ago #81105
Attachments:

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

  • Posts: 2877
  • Thank you received: 812
Note that I did have to change the file extension to .txt  It should be .patch
2 years 1 month ago #81106

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

  • Posts: 2877
  • Thank you received: 812
Jussi, please check that this helps the detected crash in KStars if INDI gets disconnected while running Watney or ASTAP.  I believe what was happening was that StellarSolver was logging that it was aborting when it was getting deleted, but KStars hadn't disconnected it from the object it had been logging to, but the object it was logging to had already been deleted, so it was logging to a non-existent object.  There really is no need for any logging if it is getting deleted, so I think this is a good solution.

github.com/rlancaste/stellarsolver/commi...b7d6d1f78792a6e27089

 
The following user(s) said Thank You: Jussi Saarivirta
2 years 1 month ago #81108

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

  • Posts: 11
  • Thank you received: 1
Right, so the crashes are solved. I haven't really found anything after that. Just very, very minor details: in KStars, the tooltip for both Watney solver and ASTAP solver reads 'Astrometry.net solve-field binary'
2 years 1 month ago #81188

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

  • Posts: 2877
  • Thank you received: 812
Wait, I could swear I fixed that a couple of days ago. Note this change here:  github.com/KDE/kstars/commit/961575df986...4c4b0f403b84c9c2ce1d
Are you using the latest KStars from GIT master?  

github.com/KDE/kstars
or
invent.kde.org/education/kstars
2 years 1 month ago #81201

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

  • Posts: 11
  • Thank you received: 1
Oh you're probably right! My bad... I must have forgot to pull before I started testing.
2 years 1 month ago #81202

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

  • Posts: 1309
  • Thank you received: 226

Replied by Andrew on topic Announcing StellarSolver 2.0

With regards to detecting out of focus donut stars. I had thoughts about whether it would be more robust if two star detection passes with different algorithms could be employed. One algorithm tailored to large FWHM donut star shape; then switch to a reliable point like star algorithm such as gaussian when donuts are not detected.
2 years 1 month ago #81227

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

  • Posts: 2877
  • Thank you received: 812
Yes, this is along the lines of what I am thinking about for the focus module.  One parameter that really makes a difference is the convolution filter used by SEP, particularly the FWHM of the shape used.  I made that a setting and its very easy to change.  I was thinking of changing that number based on feedback from the last successful star extraction and information about whether KStars expects that the star will get bigger or smaller.  As we get farther from focus, we would increase the FWHM, and as we get closer, we would decrease it.  Another similar parameter to play with is the min area parameter.
2 years 1 month ago #81237

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

  • Posts: 1309
  • Thank you received: 226

Replied by Andrew on topic Announcing StellarSolver 2.0

I am having issues compiling KStars. It appears to be related to Stellarsolver 2.0 changes to kstars/ekos/align/remoteastrometryparser.h line 56.
I have a thread for my issue here. www.indilib.org/forum/development/11639-...ng-kstars.html#82431
Please have a look. Thank you.
In file included from /home/pi/AstroRoot/kstars-build/kstars/KStarsLib_autogen/YBWGFWFLDP/moc_remoteastrometryparser.cpp:9,
                 from /home/pi/AstroRoot/kstars-build/kstars/KStarsLib_autogen/mocs_compilation.cpp:45:
/home/pi/AstroRoot/kstars/kstars/ekos/align/remoteastrometryparser.h:56:20: error: 'Parity' in namespace 'FITSImage' does not name a type
         FITSImage::Parity parity = FITSImage::BOTH;
                    ^~~~~~
make[2]: *** [kstars/CMakeFiles/KStarsLib.dir/build.make:848: kstars/CMakeFiles/KStarsLib.dir/KStarsLib_autogen/mocs_compilation.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:1575: kstars/CMakeFiles/KStarsLib.dir/all] Error 2
make: *** [Makefile:141: all] Error 2
Last edit: 1 year 11 months ago by Andrew.
1 year 11 months ago #82468

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

  • Posts: 2877
  • Thank you received: 812
Yes, this is KStars taking advantage of a newer feature now in StellarSolver. You need to update and install the latest version StellarSolver and you will then have that feature.
1 year 11 months ago #82469

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

  • Posts: 1309
  • Thank you received: 226

Replied by Andrew on topic Announcing StellarSolver 2.0

It was compiled in the process with the AstroPi3 build script. I believed it built version 2.0. But I don't know how to verify that.
1 year 11 months ago #82472

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

Time to create page: 0.238 seconds