thuban 0.0.6__tar.gz → 0.0.8__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {thuban-0.0.6 → thuban-0.0.8}/CHANGELOG.md +8 -0
- {thuban-0.0.6 → thuban-0.0.8}/CITATION.cff +2 -2
- {thuban-0.0.6/thuban.egg-info → thuban-0.0.8}/PKG-INFO +1 -1
- {thuban-0.0.6 → thuban-0.0.8}/thuban/pointing.py +7 -9
- {thuban-0.0.6 → thuban-0.0.8/thuban.egg-info}/PKG-INFO +1 -1
- {thuban-0.0.6 → thuban-0.0.8}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
- {thuban-0.0.6 → thuban-0.0.8}/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
- {thuban-0.0.6 → thuban-0.0.8}/.github/workflows/ci.yaml +0 -0
- {thuban-0.0.6 → thuban-0.0.8}/.github/workflows/ci_fixed.yaml +0 -0
- {thuban-0.0.6 → thuban-0.0.8}/.github/workflows/publish.yaml +0 -0
- {thuban-0.0.6 → thuban-0.0.8}/.gitignore +0 -0
- {thuban-0.0.6 → thuban-0.0.8}/.pre-commit-config.yaml +0 -0
- {thuban-0.0.6 → thuban-0.0.8}/.readthedocs.yaml +0 -0
- {thuban-0.0.6 → thuban-0.0.8}/LICENSE +0 -0
- {thuban-0.0.6 → thuban-0.0.8}/MANIFEST.in +0 -0
- {thuban-0.0.6 → thuban-0.0.8}/README.md +0 -0
- {thuban-0.0.6 → thuban-0.0.8}/codecov.yaml +0 -0
- {thuban-0.0.6 → thuban-0.0.8}/docs/Makefile +0 -0
- {thuban-0.0.6 → thuban-0.0.8}/docs/_static/favicon.ico +0 -0
- {thuban-0.0.6 → thuban-0.0.8}/docs/_static/logo.png +0 -0
- {thuban-0.0.6 → thuban-0.0.8}/docs/conf.py +0 -0
- {thuban-0.0.6 → thuban-0.0.8}/docs/index.rst +0 -0
- {thuban-0.0.6 → thuban-0.0.8}/docs/make.bat +0 -0
- {thuban-0.0.6 → thuban-0.0.8}/pyproject.toml +0 -0
- {thuban-0.0.6 → thuban-0.0.8}/scripts/prepare_reduced_hip.py +0 -0
- {thuban-0.0.6 → thuban-0.0.8}/setup.cfg +0 -0
- {thuban-0.0.6 → thuban-0.0.8}/tests/__init__.py +0 -0
- {thuban-0.0.6 → thuban-0.0.8}/tests/test_catalog.py +0 -0
- {thuban-0.0.6 → thuban-0.0.8}/tests/test_cli.py +0 -0
- {thuban-0.0.6 → thuban-0.0.8}/tests/test_distortion.py +0 -0
- {thuban-0.0.6 → thuban-0.0.8}/tests/test_pointing.py +0 -0
- {thuban-0.0.6 → thuban-0.0.8}/tests/test_util.py +0 -0
- {thuban-0.0.6 → thuban-0.0.8}/tests/test_visualize.py +0 -0
- {thuban-0.0.6 → thuban-0.0.8}/thuban/__init__.py +0 -0
- {thuban-0.0.6 → thuban-0.0.8}/thuban/catalog.py +0 -0
- {thuban-0.0.6 → thuban-0.0.8}/thuban/cli.py +0 -0
- {thuban-0.0.6 → thuban-0.0.8}/thuban/data/reduced_hip.csv +0 -0
- {thuban-0.0.6 → thuban-0.0.8}/thuban/distortion.py +0 -0
- {thuban-0.0.6 → thuban-0.0.8}/thuban/error.py +0 -0
- {thuban-0.0.6 → thuban-0.0.8}/thuban/simulate.py +0 -0
- {thuban-0.0.6 → thuban-0.0.8}/thuban/util.py +0 -0
- {thuban-0.0.6 → thuban-0.0.8}/thuban/visualize.py +0 -0
- {thuban-0.0.6 → thuban-0.0.8}/thuban.egg-info/SOURCES.txt +0 -0
- {thuban-0.0.6 → thuban-0.0.8}/thuban.egg-info/dependency_links.txt +0 -0
- {thuban-0.0.6 → thuban-0.0.8}/thuban.egg-info/entry_points.txt +0 -0
- {thuban-0.0.6 → thuban-0.0.8}/thuban.egg-info/requires.txt +0 -0
- {thuban-0.0.6 → thuban-0.0.8}/thuban.egg-info/top_level.txt +0 -0
@@ -2,6 +2,14 @@
|
|
2
2
|
|
3
3
|
[Also available through GitHub interface](https://github.com/punch-mission/thuban/releases)
|
4
4
|
|
5
|
+
## Version 0.0.8: June 4, 2025
|
6
|
+
|
7
|
+
- Minor hotfix changes
|
8
|
+
|
9
|
+
## Version 0.0.7: May 22, 2025
|
10
|
+
|
11
|
+
- allow PV to vary in fitting
|
12
|
+
|
5
13
|
## Version 0.0.6: May 22, 2025
|
6
14
|
|
7
15
|
* specify codecov path by @jmbhughes in https://github.com/punch-mission/thuban/pull/18
|
@@ -5,7 +5,7 @@ authors:
|
|
5
5
|
given-names: "J. Marcus"
|
6
6
|
orcid: "https://orcid.org/0000-0003-3410-7650"
|
7
7
|
title: "thuban"
|
8
|
-
version: 0.0.
|
8
|
+
version: 0.0.8
|
9
9
|
doi: 10.5281/zenodo.13340312
|
10
|
-
date-released:
|
10
|
+
date-released: 2025-06-04
|
11
11
|
url: "https://github.com/punch-mission/thuban"
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: thuban
|
3
|
-
Version: 0.0.
|
3
|
+
Version: 0.0.8
|
4
4
|
Summary: High precision and accuracy astrometric image solving from a guess
|
5
5
|
Author-email: "J. Marcus Hughes" <hughes.jmb@gmail.com>
|
6
6
|
Maintainer-email: "J. Marcus Hughes" <hughes.jmb@gmail.com>
|
@@ -187,15 +187,13 @@ def refine_pointing(image, guess_wcs, observed_coords=None, catalog=None,
|
|
187
187
|
params.add("cdelt2", value=guess_wcs.wcs.cdelt[1],
|
188
188
|
min=max(guess_wcs.wcs.cdelt[1]-0.1, 0),
|
189
189
|
max=guess_wcs.wcs.cdelt[1]+0.1, vary=not fix_cdelt)
|
190
|
-
|
191
|
-
|
192
|
-
|
193
|
-
|
194
|
-
|
195
|
-
|
196
|
-
|
197
|
-
# return guess_wcs, observed_coords, None, None
|
198
|
-
# optimize
|
190
|
+
if guess_wcs.wcs.get_pv():
|
191
|
+
pv = guess_wcs.wcs.get_pv()[0][-1]
|
192
|
+
print(pv)
|
193
|
+
else:
|
194
|
+
pv = 0.0
|
195
|
+
params.add("pv", value=pv, min=0.0, max=1.0, vary=not fix_pv)
|
196
|
+
|
199
197
|
trial_num = 0
|
200
198
|
result_wcses, result_minimizations = [], []
|
201
199
|
while trial_num < max_trials:
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: thuban
|
3
|
-
Version: 0.0.
|
3
|
+
Version: 0.0.8
|
4
4
|
Summary: High precision and accuracy astrometric image solving from a guess
|
5
5
|
Author-email: "J. Marcus Hughes" <hughes.jmb@gmail.com>
|
6
6
|
Maintainer-email: "J. Marcus Hughes" <hughes.jmb@gmail.com>
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|