Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ODA
api clients
oda_integral_wrapper
Commits
3acc8df3
Commit
3acc8df3
authored
May 11, 2021
by
Carlo Ferrigno
Browse files
v1.3.16 Add the staging for May release
parent
268c0fca
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
oda_integral_wrapper/wrapper.py
oda_integral_wrapper/wrapper.py
+4
-1
setup.py
setup.py
+1
-1
No files found.
oda_integral_wrapper/wrapper.py
View file @
3acc8df3
...
...
@@ -40,9 +40,12 @@ class INTEGRALwrapper(object):
if
host_type
==
'staging-1-3'
:
host
=
'http://in.internal.odahub.io/staging-1-3/dispatcher'
if
host_type
==
'staging'
or
host_type
==
'staging-1-2'
:
if
host_type
==
'staging-1-2'
:
host
=
'http://cdcihn.isdc.unige.ch/staging-1.2/dispatcher'
if
host_type
==
'staging'
:
host
=
'http://dispatcher.staging.internal.odahub.io'
if
host_type
==
'test'
:
host
=
'http://cdciweb01.isdc.unige.ch:8084/astrooda'
...
...
setup.py
View file @
3acc8df3
...
...
@@ -15,7 +15,7 @@ include_package_data=True
scripts_list
=
glob
.
glob
(
'./bin/*'
)
setup
(
name
=
'oda_integral_wrapper'
,
version
=
"1.3.1
5
"
,
version
=
"1.3.1
6
"
,
description
=
'wrapper for INTEGRAL analysis using the API plugin for CDCI online data analysis'
,
author
=
'Carlo Ferrigno'
,
author_email
=
'carlo.ferrigno@unige.ch'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment