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
16d6277d
Commit
16d6277d
authored
Nov 07, 2017
by
remi cresson
Browse files
FIX: remove input images list number check (input image can be one big stack)
parent
e1d96ff4
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/otbTimeSeriesIndexTrend.cxx
View file @
16d6277d
...
...
@@ -290,10 +290,6 @@ private:
// Get the NDVI time series input image list
FloatVectorImageListType
::
Pointer
inNDVIList
=
this
->
GetParameterImageList
(
"ndvits"
);
if
(
inNDVIList
->
Size
()
<
2
)
{
otbAppLogFATAL
(
"At least two NDVI images are required."
);
}
// Create one stack for input NDVI images list
m_NDVIConcatener
=
ListConcatenerFilterType
::
New
();
...
...
@@ -390,10 +386,6 @@ private:
// Get the rainfall time series input images list
FloatVectorImageListType
::
Pointer
inRFList
=
this
->
GetParameterImageList
(
"rainfts"
);
if
(
inRFList
->
Size
()
<
2
)
{
otbAppLogFATAL
(
"At least two rainfall images are required."
);
}
// Create one stack for input RF images list
m_RFConcatener
=
ListConcatenerFilterType
::
New
();
...
...
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