Skip to content
Snippets Groups Projects
Commit 7bcab27b authored by Cédric Traizet's avatar Cédric Traizet
Browse files

DOC: Fix Write an application part

parent f12371be
No related branches found
No related tags found
No related merge requests found
...@@ -196,8 +196,8 @@ you can use a numeric parameter and change its role by calling ...@@ -196,8 +196,8 @@ you can use a numeric parameter and change its role by calling
``SetParameterRole(key,Role_Output)``. ``SetParameterRole(key,Role_Output)``.
The input types ``InputImage``, ``InputImageList``, The input types ``InputImage``, ``InputImageList``,
``InputVectorData`` and ``InputVectorDataList`` ``InputVectorData`` and ``InputVectorDataList`` store
store the name of the files to load, but they also encapsulate the the name of the files to load, but they also encapsulate the
readers needed to produce the input data. readers needed to produce the input data.
The output types ``OutputImage`` and The output types ``OutputImage`` and
......
...@@ -47,8 +47,6 @@ otb_test_application(NAME apTvTestApplicationOutputXML_All ...@@ -47,8 +47,6 @@ otb_test_application(NAME apTvTestApplicationOutputXML_All
-outgroup.outputimage ${TEMP}/foo.tif double -outgroup.outputimage ${TEMP}/foo.tif double
-il ${INPUTDATA}/anaglyphInput1.tif ${INPUTDATA}/anaglyphInput2.tif -il ${INPUTDATA}/anaglyphInput1.tif ${INPUTDATA}/anaglyphInput2.tif
-cl Choice2 -cl Choice2
-cin ${INPUTDATA}/RADARSAT2_ALTONA_300_300_VV.tif
-cout ${TEMP}/fooCplx.tif
-outxml ${TEMP}/apTvTestApplicationOutputXML_All.xml -outxml ${TEMP}/apTvTestApplicationOutputXML_All.xml
VALID --compare-ascii ${NOTOL} VALID --compare-ascii ${NOTOL}
${OTBAPP_BASELINE_FILES}/apTvTestApplicationOutputXML_All.xml ${OTBAPP_BASELINE_FILES}/apTvTestApplicationOutputXML_All.xml
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment