Add 'appDefinition.json'
This commit is contained in:
parent
391a824be8
commit
51755e356f
22
appDefinition.json
Normal file
22
appDefinition.json
Normal 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" : { }
|
||||
}
|
Loading…
Reference in New Issue
Block a user