libindi:master

Last commit made on 2024-05-10
Get this branch:
git clone -b master https://git.launchpad.net/libindi

Branch merges

Branch information

Name:
master
Repository:
lp:libindi

Recent commits

82b03bd... by Jasem Mutlaq

Introduce random delays in filter simulators to simulate equipment

a74f09b... by Jim <email address hidden>

indi_2.0.7_spec: updated version (#2050)

dc91b21... by alpha-frank <email address hidden>

Astrotrac 360 Driver Motion Control Issue (#2052)

Moving the mount N/S or E/W via the motion buttons in the indi "Motion
Control" tab can inadvertently change the tracking state, even if the
scope is idle, because the MoveNS and MoveWE functions always apply the
custom tracking rates, which are set to sidereal by default, when motion
is stopped. Fixed this issue by calling SetTrackEnabled when motion is
stopped to reset tracking. Tested with my Astrotrac 360 mount.

abb286a... by Peter Englmaier <email address hidden>

Bugfix: update focuser temperature in alluna tcs2 driver (#2055)

* Inform clients when temperature changes

* Optimize update interval for temperature and fan speed

* Update log message

* Fix copyright message to reflect actual authorship

18f82d4... by alpha-frank <email address hidden>

Enable Astrotrac 360 driver guide pulse (#2054)

* Astrotrac 360 driver guide feature update

This is an intermediate commit

* Astrotrac 360 driver guide pulse

Unguided dithering in Ekos does not work with the Astrotrac 360 when
Astrotrac is selected with "Guide via" in the Kstars optical train. List
of changes to potentially enable this feature and some possibly bug
fixes:

- initialize the GuideRate property (currently not initialized). The new
default is set to 0.1x, which is the default rate for the mount
according to the author of the X2 plugin. However, users might need to
set a longer guide pulse to see movement at the default rate. Note, I'm
not sure if the missing initialization is a bug or was omitted by
design.

- check if the mount is tracking before issuing a guide pulse

- use the current tracking rates rather than custom rates to calculate
the mount movement in arcseconds. The custom rates will only be used if
the track mode is set to "Custom".

- if the DEC tracking rate is 0, which is the normal case, then the
velocity for a south guide pulse is set to negative. This ensures that
DEC guide pulses are not always in the same direction as RA when the DEC
rate is 0.

- reset tracking when the guide pulse is finished

I have tested the changes with my mount but the test coverage is very
limited. I don't use a guide camera (hence unguided dithering) so I
don't know what effects, if any, these changes might have on guided
dithering or guiding in general.

7091f02... by Jasem Mutlaq

Fix compile error

9146010... by Jasem Mutlaq

Fix compile error

54a1cc8... by Jasem Mutlaq

Fix compile error

888ed3a... by Jasem Mutlaq

Fix compile error

5684eb7... by Jasem Mutlaq

Fix compile error