Add 'appDefinition.json'

This commit is contained in:
Michal_Lelonek 2021-12-14 15:59:13 +01:00
parent a76fbd2472
commit 585428bd12

26
appDefinition.json Normal file
View File

@ -0,0 +1,26 @@
{
"scriptLanguage" : "MATLAB",
"executableScriptName" : "Geomap_function_4.m",
"inputFiles" : [ {
"dataType" : "catalog",
"multiplicity" : {
"minCount" : 1,
"maxCount" : 1
}
} ],
"inputParameters" : [ {
"type" : "DOUBLE",
"name" : "MAGNITUDE BIN 1"
}, {
"type" : "DOUBLE",
"name" : "MAGNITUDE BIN 1"
} ],
"outputs" : [ {
"dataType" : "eff_drop_out_aux_image",
"fileFormat" : "PNG",
"fileName" : "Figure1",
"isReturnedValue" : false
} ],
"requiredTools" : [ "matlab" ],
"requiredComputationResources" : { }
}