File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 4
4
New Tools and Services
5
5
----------------------
6
6
7
+ gaia
8
+ ^^^^
9
+
10
+ - TAP notifications service is now available for Gaia. If there is notification for the users,
11
+ e.g planned or our unplanned downtimes of the archive, etc. The notification
12
+ will be also visible when accessing the archive through Astroquery. [#2376]
7
13
8
14
hsa
9
15
^^^
10
16
11
17
- New module to access ESA Herschel mission. [#2122]
12
18
19
+
20
+
13
21
Service fixes and enhancements
14
22
------------------------------
15
23
49
57
- Fix bug in parsing events that contain html tags (e.g. in their alias
50
58
field). [#2423]
51
59
60
+ gaia
61
+ ^^^^
62
+
63
+ - Method 'load_data' now has the parameter 'valid_data' set to False by default.
64
+ With this change the epoch photometry service returns all data associated to
65
+ a given source. [#2376]
66
+
52
67
53
68
Infrastructure, Utility and Other Changes and Additions
54
69
-------------------------------------------------------
Original file line number Diff line number Diff line change @@ -920,6 +920,7 @@ def get_status_messages(self):
920
920
the status of JWST TAP
921
921
"""
922
922
try :
923
+ print ("parsing notification messages" )
923
924
subContext = conf .GAIA_MESSAGES
924
925
connHandler = self ._TapPlus__getconnhandler ()
925
926
response = connHandler .execute_tapget (subContext , False )
You can’t perform that action at this time.
0 commit comments