Skip to content

Commit

Permalink
v1.6.10
Browse files Browse the repository at this point in the history
version 1.6.10
  • Loading branch information
thusser authored Dec 7, 2023
2 parents 910b828 + 664e6a6 commit 9744dac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions pyobs/images/processors/astrometry/_dotnet_request_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ def _build_request_data(self):
"scale_low": scale * 0.9,
"scale_high": scale * 1.1,
"radius": self._radius,
"crpix-x": self._header["CRPIX1"],
"crpix-y": self._header["CRPIX1"],
"nx": self._header["NAXIS1"],
"ny": self._header["NAXIS2"],
"x": self._catalog["x"].tolist(),
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
name = "pyobs-core"
packages = [{ include = "pyobs" }]
version = "1.6.9"
version = "1.6.10"
description = "robotic telescope software"
authors = ["Tim-Oliver Husser <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 9744dac

Please sign in to comment.