Skip to content
Snippets Groups Projects

Esap gateway query

Merged Nico Vermaas requested to merge esap-gateway-query into master
14 files
+ 215
30
Compare changes
  • Side-by-side
  • Inline
Files
14
@@ -19,7 +19,8 @@ navbar = [nav1,nav2]
@@ -19,7 +19,8 @@ navbar = [nav1,nav2]
#datasets_enabled = ['apertif-observations','astron.ivoa.obscore']
#datasets_enabled = ['apertif-observations','astron.ivoa.obscore']
# if datasets_disabled is set, then all datasets except these are returned to the GUI
# if datasets_disabled is set, then all datasets except these are returned to the GUI
#datasets_disabled = ['nancay.ivoa.obscore']
datasets_disabled = ['nancay.ivoa.obscore']
 
# definition of the query
# definition of the query
query_schema = {
query_schema = {
@@ -57,9 +58,9 @@ query_schema = {
@@ -57,9 +58,9 @@ query_schema = {
"enum": ["all","raw","processed"],
"enum": ["all","raw","processed"],
"enumNames": ["All","Raw","Processed"]
"enumNames": ["All","Raw","Processed"]
},
},
"category": {
"collection": {
"type": "string",
"type": "string",
"title": "Keywords",
"title": "Collection",
},
},
}
}
}
}
 
\ No newline at end of file
Loading