×

INDI Library v2.0.6 is Released (02 Feb 2024)

Bi-monthly release with minor bug fixes and improvements

PAA disabled

  • Posts: 319
  • Thank you received: 25

PAA disabled was created by Mohamed

Hello,

After the update, I found that the PAA is disabled as my field of view is less than 10 arcmins. I think mine with this setup is wider and I was using PAA successfully a week ago!!

 
2 years 5 months ago #76142
Attachments:

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

  • Posts: 1208
  • Thank you received: 559

Replied by Hy Murveit on topic PAA disabled

Mohamed,

Can I give you another fix to try?

In the standard codebase you can find these lines in kstars/kstars/ekos/align/align.cpp, around line 1236.

    if (fovOK != (CHECK_PAH(isEnabled())))
        m_PolarAlignmentAssistant->setEnabled(fovOK);

Please REPLACE those lines with this and recompile/test:

    if (m_PolarAlignmentAssistant != nullptr)
        m_PolarAlignmentAssistant->setEnabled(fovOK);

Hy
2 years 5 months ago #76145

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

  • Posts: 319
  • Thank you received: 25

Replied by Mohamed on topic PAA disabled

Hello Hy

Yes, this fixed it, PFA. Thank you...

 

 
The following user(s) said Thank You: Hy Murveit
2 years 5 months ago #76146
Attachments:

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

  • Posts: 1208
  • Thank you received: 559

Replied by Hy Murveit on topic PAA disabled

Thank you for testing.
I sent the MR to Jasem: invent.kde.org/education/kstars/-/merge_requests/442

Hy
2 years 5 months ago #76148

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

  • Posts: 215
  • Thank you received: 41

Replied by Spartacus on topic PAA disabled

I can confirm that this is now fixed in the latest nightly build.
Thanks Hy and Jasem!
2 years 5 months ago #76179

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

  • Posts: 311
  • Thank you received: 42

Replied by wotalota on topic PAA disabled

Will the polar alignment fix be made available in the current stable release or is it advisable to move on to the nightly release?

 
2 years 5 months ago #76418

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

  • Posts: 401
  • Thank you received: 41

Replied by Euripides on topic PAA disabled

I had this issue on a previous setup. I’ve just set up a new Linux Mint and the issue is still there. I’ve followed the instructions:
sudo apt-add-repository ppa:mutlaqja/ppa sudo apt-get update sudo apt-get install indi-full kstars-bleeding

What else I have to do ?
 
2 years 5 months ago #76810

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

  • Posts: 215
  • Thank you received: 41

Replied by Spartacus on topic PAA disabled

Hi,

Do you mean you are having problems with the PAA (polar alignment assistant) in your new install or are you referring to not accessing the ppa to download and update your system?
2 years 5 months ago #76812

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

  • Posts: 401
  • Thank you received: 41

Replied by Euripides on topic PAA disabled

I have the exact same issue with the OP, wrong FOV and disabled PAA.

Also with the code attached (from kstars website instructions) I thought I could update to the latest nightly bleeding version, but as far as I can understand, this didn’t happen to me. 
Last edit: 2 years 5 months ago by Euripides.
2 years 5 months ago #76813

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

  • Posts: 215
  • Thank you received: 41

Replied by Spartacus on topic PAA disabled

Hi

Try this for the nightly version

sudo apt-add-repository ppa:mutlaqja/indinightly
sudo apt-get update
sudo apt-get install indi-full kstars-bleeding

The code that you have entered is for the current stable KStars/ekos/indi version

I have the latest nightly and the PAA issue appears to be sorted in that.

Cheers
The following user(s) said Thank You: Euripides
2 years 5 months ago #76814

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

  • Posts: 8
  • Thank you received: 0

Replied by Bill Barsuhn on topic PAA disabled

Has this been updated for Astroberry?
2 years 4 months ago #77183

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

  • Posts: 348
  • Thank you received: 69

Replied by Giles on topic PAA disabled

This fix probably won't make it into Astroberry until it has first made it into the next stable release, and that release has been confirmed to be mostly working by the Astroberry developer.
Last edit: 2 years 4 months ago by Giles.
2 years 4 months ago #77186

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

Time to create page: 0.801 seconds