Skip to content

Commit

Permalink
fixed bug due to typo
Browse files Browse the repository at this point in the history
  • Loading branch information
thusser committed Dec 10, 2023
1 parent 4495dd6 commit 01dd4f2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def _build_request_data(self):
"scale_high": scale * 1.1,
"radius": self._radius,
"crpix-x": self._header["CRPIX1"],
"crpix-y": self._header["CRPIX1"],
"crpix-y": self._header["CRPIX2"],
"nx": self._header["NAXIS1"],
"ny": self._header["NAXIS2"],
"x": self._catalog["x"].tolist(),
Expand Down

0 comments on commit 01dd4f2

Please sign in to comment.