Skip to content

Commit ef8b4d9

Browse files
OATControl - Updates
- Updated Polaris coordinates
1 parent 87dacc0 commit ef8b4d9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Software/OpenAstroTracker ASCOM/OATControl/PointsOfInterest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8" ?>
22
<PointsOfInterest>
3-
<Object Name="Polaris (Celestial Pole)" RA="02:58:00" DEC="89:21:02" />
3+
<Object Name="Polaris (Celestial Pole)" RA="02:58:51" DEC="89:21:13" />
44
<Object Name="Big Dipper" RA="12:16:26" DEC="56:55:07" />
55
<Object Name="M31 - Andromeda Galaxy" RA="00:43:52" DEC="41:22:53" />
66
<Object Name="M42 - Orion Nebula" RA="05:36:18" DEC="-5:22:44" />

Software/OpenAstroTracker ASCOM/OATControl/ViewModels/MountVM.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ private async void OnConnectToTelescope()
428428

429429
Log("LST: {0}", _util.HoursToHMS(lst, "h", "m", "s"));
430430
var stringResult = await RunCustomOATCommandAsync(string.Format(":SHL{0}#,n", _util.HoursToHMS(lst, "", "", "")));
431-
lst -= _util.HMSToHours("02:58:04");
431+
lst -= _util.HMSToHours("02:58:51");
432432
Log("HA: {0}", _util.HoursToHMS(lst, "h", "m", "s"));
433433
await UpdateCurrentCoordinates();
434434
TargetDECDegree = CurrentDECDegree;

0 commit comments

Comments
 (0)