Add 'appDefinition.json'

This commit is contained in:
parent f95d66cf56
commit a3e694cea3

20
appDefinition.json Normal file
View File

@ -0,0 +1,20 @@
{
"scriptLanguage" : "OCTAVE",
"executableScriptName" : "sampleApp.m",
"inputFiles" : [ {
"dataType" : "double_vector",
"multiplicity" : {
"minCount" : 1,
"maxCount" : 1
}
} ],
"inputParameters" : [ ],
"outputs" : [ {
"dataType" : "image_data",
"fileFormat" : "PNG",
"fileName" : "vectorPlot.png",
"isReturnedValue" : false
} ],
"requiredTools" : [ "octave" ],
"requiredComputationResources" : { }
}