Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Cresson Remi
NDVITimeSeries
Commits
6ebef335
Commit
6ebef335
authored
Jan 31, 2018
by
remi cresson
Browse files
FIX: import correctly rainfdates parameter
parent
16d6277d
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/otbTimeSeriesIndexTrend.cxx
View file @
6ebef335
...
...
@@ -382,7 +382,7 @@ private:
{
// Get the rainfall time series dates
std
::
vector
<
DateType
>
rainDates
=
GetTimeSeriesDates
(
"rainfdates"
);
std
::
vector
<
DateType
>
rainDates
=
GetTimeSeriesDates
(
GetParameterAsString
(
"rainfdates"
)
)
;
// Get the rainfall time series input images list
FloatVectorImageListType
::
Pointer
inRFList
=
this
->
GetParameterImageList
(
"rainfts"
);
...
...
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