Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OSUG
RESIF
ws-timeseries
Commits
e6c7bc2c
Commit
e6c7bc2c
authored
May 18, 2021
by
Jerome Touvier
Browse files
merge with filling value for files
parent
e7bd43d5
Changes
1
Hide whitespace changes
Inline
Side-by-side
apps/timeseries/output.py
View file @
e6c7bc2c
...
...
@@ -228,11 +228,12 @@ def get_output(params):
return
error_nodata
(
params
,
Error
.
RESPONSE
)
st
=
get_processed_signal
(
st
,
params
)
st
.
merge
(
method
=
1
)
if
params
[
"format"
]
==
"plot"
:
st
.
merge
(
method
=
1
)
response
=
static_plots
(
params
,
st
)
else
:
st
.
merge
(
method
=
1
,
fill_value
=
0
)
response
=
get_file
(
params
,
st
)
return
response
except
(
MemoryError
,
ValueError
)
as
plotex
:
...
...
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