From 51755e356f94da260c171bcc7fc5b41c0250abb7 Mon Sep 17 00:00:00 2001 From: Michal_Lelonek Date: Thu, 4 Nov 2021 17:12:12 +0100 Subject: [PATCH] Add 'appDefinition.json' --- appDefinition.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 appDefinition.json diff --git a/appDefinition.json b/appDefinition.json new file mode 100644 index 0000000..13ad9e0 --- /dev/null +++ b/appDefinition.json @@ -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" : { } +} \ No newline at end of file