File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 3
3
4
4
New Tools and Services
5
5
----------------------
6
-
6
+ gaia
7
+ ^^^^
8
+ - TAP notifications service is now available for Gaia. If there is notification for the users,
9
+ e.g planned or our unplanned downtimes of the archive, etc. The notification
10
+ will be also visible when accessing the archive through Astroquery.
7
11
8
12
hsa
9
13
^^^
10
14
11
15
- New module to access ESA Herschel mission. [#2122]
12
16
17
+
18
+
13
19
Service fixes and enhancements
14
20
------------------------------
15
21
@@ -38,6 +44,11 @@ linelists.cdms
38
44
- Fix issues with the line name parser and the line data parser; the original
39
45
implementation was incomplete and upstream was not fully documented. [#2385, #2411]
40
46
47
+ gaia
48
+ ^^^^
49
+ - Method 'load_data' now has the parameter 'valid_data' set to False by default.
50
+ With this change the epoch photometry service returns all data associated to a given source.
51
+
41
52
Infrastructure, Utility and Other Changes and Additions
42
53
-------------------------------------------------------
43
54
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