Add 'appDefinition.json'

This commit is contained in:
Michal_Lelonek 2021-11-04 17:12:12 +01:00
parent 391a824be8
commit 51755e356f

22
appDefinition.json Normal file
View File

@ -0,0 +1,22 @@
{
"scriptLanguage" : "MATLAB",
"executableScriptName" : "crosscorr.m",
"functionName" : "crosscorr",
"inputFiles" : [ {
"dataType" : "time_series",
"multiplicity" : {
"minCount" : 1,
"maxCount" : 1
}
}, {
"dataType" : "time_series",
"multiplicity" : {
"minCount" : 1,
"maxCount" : 1
}
} ],
"inputParameters" : [ "INTEGER", "DOUBLE" ],
"outputs" : [ ],
"requiredTools" : [ "matlab" ],
"requiredComputationResources" : { }
}