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
e1d96ff4
Commit
e1d96ff4
authored
Nov 07, 2017
by
remi cresson
Browse files
FIX: import ndvidates file
parent
8179bb36
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/otbTimeSeriesIndexTrend.cxx
View file @
e1d96ff4
...
...
@@ -286,7 +286,7 @@ private:
{
// Get the NDVI time series dates
std
::
vector
<
DateType
>
ndviDates
=
GetTimeSeriesDates
(
"ndvidates"
);
std
::
vector
<
DateType
>
ndviDates
=
GetTimeSeriesDates
(
GetParameterAsString
(
"ndvidates"
)
)
;
// Get the NDVI time series input image list
FloatVectorImageListType
::
Pointer
inNDVIList
=
this
->
GetParameterImageList
(
"ndvits"
);
...
...
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