Skip to content

Commit 567943b

Browse files
authored
v1.0.8
version 1.0.8
2 parents 8b5abac + be88dde commit 567943b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyobs_gui/telescopewidget.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ def move(self) -> None:
384384
# move
385385
if isinstance(self.module, IPointingHelioprojective):
386386
# run it
387-
self.run_background(self.module.move_helioprojective, heliproj.Tx.degrees, heliproj.Ty.degrees)
387+
self.run_background(self.module.move_helioprojective, heliproj.Tx.degree, heliproj.Ty.degree)
388388

389389
elif isinstance(self.module, IPointingHGS):
390390
# alternatively, convert helio projective coordinates to Heliographic Stonyhurst

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pyobs-gui"
3-
version = "1.0.7"
3+
version = "1.0.8"
44
description = "A remote GUI for pyobs"
55
authors = ["Tim-Oliver Husser <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)