Skip to content

Commit 4e23354

Browse files
committed
Made addition to changelog and fixed typo in warning message
1 parent 1f445f6 commit 4e23354

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGES.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ New Tools and Services
88
Service fixes and enhancements
99
------------------------------
1010

11+
astrometry_net
12+
^^^^^^^^^^^^^^
13+
14+
- Remove photutils from Astroquery astrometry.net [#3067]
15+
1116
alma
1217
^^^^
1318

astroquery/astrometry_net/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ def solve_from_image(self, image_file_path, *, force_image_upload=False,
416416
files={'file': f})
417417
else:
418418
warning_msg = "Removing photutils functionality to obtain extracted positions list from " \
419-
"AstoromertyNetClass.solve_from_source_list. Users will need to " \
419+
"AstrometryNetClass.solve_from_source_list. Users will need to " \
420420
"submit pre-extracted catalog positions or a fits file for https://nova.astrometry.net/ " \
421421
"to extract with their algorithm."
422422
warnings.warn(warning_msg, category=AstropyDeprecationWarning)

0 commit comments

Comments
 (0)