File tree Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 48
48
- New method cross_match_basic that simplifies the positional x-match method [#3320]
49
49
- new DR4 datalink retrieve type MEAN_SPECTRUM_RVS [#3342]
50
50
51
- mast
52
- ^^^^
51
+ linelists.cdms
52
+ ^^^^^^^^^^^^^^
53
53
54
54
- Add a keyword to control writing of new species cache files. This is needed to prevent tests from overwriting those files. [#3297]
55
55
56
- simbad
57
- ^^^^^^
56
+ heasarc
57
+ ^^^^^^^
58
58
59
59
- Add support for astropy.table.Row in Heasarc.download_data and Heasarc.locate_data. [#3270]
60
60
- Heasarc.locate_data returns empty rows with an error in the error_message column if there are
@@ -143,6 +143,8 @@ utils
143
143
144
144
- Raising cleaner errors earlier when server returns with error. [#3284]
145
145
146
+ - ``return_frame `` parameter in ``utils.commons.parse_coordinates `` returns coordinates in the specified frame. [#3164]
147
+
146
148
147
149
0.4.10 (2025-03-18)
148
150
===================
@@ -176,8 +178,8 @@ simbad
176
178
Service fixes and enhancements
177
179
------------------------------
178
180
179
- linelists.cdms
180
- ^^^^^^^^^^^^^^
181
+ gaia
182
+ ^^^^
181
183
182
184
- Update DR4 retrieval_type names and include the new one
183
185
EPOCH_ASTROMETRY_BRIGHT. [#3207, #3238]
Original file line number Diff line number Diff line change @@ -52,8 +52,8 @@ def parse_coordinates(coordinates, return_frame=None):
52
52
coordinates : str or `astropy.coordinates` object
53
53
Astronomical coordinate
54
54
return_frame : `astropy.coordinates` frame
55
- The frame to return the coordinates in. If None and `coordinates` is
56
- a string, the frame will be ICRS. If `coordinates` is an `astropy.coordinates` object, the
55
+ The frame to return the coordinates in. If None and `` coordinates` ` is
56
+ a string, the frame will be ICRS. If `` coordinates` ` is an `astropy.coordinates` object, the
57
57
frame will be the same as the input object.
58
58
59
59
Returns
You can’t perform that action at this time.
0 commit comments