Geomap_function_4/appDefinition.json

26 lines
563 B
JSON
Raw Normal View History

2021-12-14 15:59:13 +01:00
{
"scriptLanguage" : "MATLAB",
"executableScriptName" : "Geomap_function_4.m",
"inputFiles" : [ {
"dataType" : "catalog",
"multiplicity" : {
"minCount" : 1,
"maxCount" : 1
}
} ],
"inputParameters" : [ {
"type" : "DOUBLE",
2021-12-14 16:00:29 +01:00
"name" : "BIN1"
2021-12-14 15:59:13 +01:00
}, {
"type" : "DOUBLE",
2021-12-14 16:00:29 +01:00
"name" : "BIN2"
2021-12-14 15:59:13 +01:00
} ],
"outputs" : [ {
"dataType" : "eff_drop_out_aux_image",
"fileFormat" : "PNG",
"fileName" : "Figure1",
"isReturnedValue" : false
} ],
"requiredTools" : [ "matlab" ],
"requiredComputationResources" : { }
}