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
7543d607
Commit
7543d607
authored
Oct 18, 2021
by
Carlo Ferrigno
Browse files
Treatment of ISGRI and JEMX flag in catalog updated
V 1.3.24
parent
5381f713
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 @
7543d607
...
...
@@ -668,7 +668,10 @@ class INTEGRALwrapper(object):
if
np
.
count_nonzero
(
ind
)
>
0
:
INTEGRALwrapper
.
__log
.
info
(
'Found '
+
ooi
+
' in catalog'
)
clean_sources
[
'FLAG'
][
ind
]
=
flag
clean_sources
[
'ISGRI_FLAG'
][
ind
]
=
isgri_flag
if
'ISGRI_FLAG'
in
clean_sources
.
keys
():
clean_sources
[
'ISGRI_FLAG'
][
ind
]
=
isgri_flag
if
'JEMX_FLAG'
in
clean_sources
.
keys
():
clean_sources
[
'JEMX_FLAG'
][
ind
]
=
isgri_flag
else
:
INTEGRALwrapper
.
__log
.
info
(
'Adding '
+
ooi
+
' to catalog'
)
try
:
...
...
setup.py
View file @
7543d607
...
...
@@ -15,7 +15,7 @@ include_package_data=True
scripts_list
=
glob
.
glob
(
'./bin/*'
)
setup
(
name
=
'oda_integral_wrapper'
,
version
=
"1.3.2
3
"
,
version
=
"1.3.2
4
"
,
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