Skip to content

Commit 78c2f36

Browse files
Fixed conflict in CHANGES.rst
Updated CHANGES.rst
1 parent f634d36 commit 78c2f36

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGES.rst

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,17 @@
33

44
New Tools and Services
55
----------------------
6+
esa.hubble
7+
^^^^^^^^^^
68

9+
- Added new method ``get_hap_hst_link`` and ``get_member_observations`` to get related observations [#2268]
710

811
Service fixes and enhancements
912
------------------------------
13+
esa.hubble
14+
^^^^^^^^^^
15+
16+
- Changed query_target method to use TAP instead of AIO [#2268]
1017

1118
casda
1219
^^^^^
@@ -1155,4 +1162,4 @@ Infrastructure, Utility and Other Changes and Additions
11551162
0.1 (2013-09-19)
11561163
================
11571164

1158-
- Initial release. Includes features!
1165+
- Initial release. Includes features!

astroquery/esa/hubble/core.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -498,6 +498,9 @@ def query_target(self, name, filename=None, async_job=False,
498498
target name to be requested, mandatory
499499
filename : string
500500
file name to be used to store the metadata, optional, default None
501+
async_job : bool, optional, default 'False'
502+
executes the query (job) in asynchronous/synchronous mode (default
503+
synchronous)
501504
output_format : string
502505
optional, default 'votable'
503506
output format of the query

0 commit comments

Comments
 (0)