Eric Vickery replied to the topic 'Focusing Question' in the forum. 6 years ago

knro wrote: It's in the code:

if (fabs(targetPosition - initialFocuserAbsPosition) > maxTravelIN->value())

So it checks against current position vs initial position at all times to make sure it is within range.

There is documentation in INDI site, but here is a more up-to-date one: stellarmate.com/support/ekos/focus.html


Your link explained it great. The only issue I have that is not answered in the documentation is why does it make such large adjustments. I will take a look in the code and see if I can understand what is happening.

Read More...