×

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

Bi-monthly release with minor bug fixes and improvements

Internal Guider Dec Integral Gain - Possible copy/paste error in gmath.cpp

  • Posts: 216
  • Thank you received: 120
gmath.cpp in master: line 1206-1207
    in_params.integral_gain[0] = Options::rAIntegralGain();
    in_params.integral_gain[1] = Options::rAIntegralGain();

Should probably be:
    in_params.integral_gain[0] = Options::rAIntegralGain();
    in_params.integral_gain[1] = Options::dECIntegralGain();
The following user(s) said Thank You: Sonny Cavazos
3 years 9 months ago #55967

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

Time to create page: 0.342 seconds