File tree Expand file tree Collapse file tree 2 files changed +5
-18
lines changed Expand file tree Collapse file tree 2 files changed +5
-18
lines changed Original file line number Diff line number Diff line change @@ -35,29 +35,16 @@ simbad
3535Service fixes and enhancements
3636------------------------------
3737
38- mast
39- ^^^^
40-
41- - Handle a MAST URI string as input for ``Observations.get_cloud_uri `` and a list of MAST URIs as input for
42- ``Observations.get_cloud_uris ``. [#3193]
43-
44- simbad
45- ^^^^^^
46-
47- - The detailed hierarchy is now returned by default in ``query_hierarchy ``
48- (it was hidden by default in the previous versions) [#3195]
49-
50- Service fixes and enhancements
51- ------------------------------
52-
5338gaia
5439^^^^
5540
56- - Update DR4 retrieval_type names and include the new one EPOCH_ASTROMETRY_BRIGHT [#3207]
41+ - Update DR4 retrieval_type names and include the new one EPOCH_ASTROMETRY_BRIGHT [#3207, #3238 ]
5742
5843ipac.irsa
5944^^^^^^^^^
6045
46+ - Method to run Simple Spectral Access (SSA) VO queries, ``query_ssa ``, is added. [#3076]
47+
6148- Adding the "servicetype" kwarg to ``list_collections `` to be able to list SIA
6249 and SSA collections separately. [#3200]
6350
Original file line number Diff line number Diff line change @@ -50,8 +50,8 @@ def parse_coordinates(coordinates, return_frame=None):
5050 coordinates : str or `astropy.coordinates` object
5151 Astronomical coordinate
5252 return_frame : `astropy.coordinates` frame
53- The frame to return the coordinates in. If None and `coordinates` is
54- a string, the frame will be ICRS. If `coordinates` is an `astropy.coordinates` object, the
53+ The frame to return the coordinates in. If None and `` coordinates` ` is
54+ a string, the frame will be ICRS. If `` coordinates` ` is an `astropy.coordinates` object, the
5555 frame will be the same as the input object.
5656
5757 Returns
You can’t perform that action at this time.
0 commit comments