Geomap_function_2/appDefinition.json

19 lines
442 B
JSON
Raw Normal View History

2021-12-09 16:24:59 +01:00
{
"scriptLanguage" : "MATLAB",
"executableScriptName" : "Geomap_function_2.m",
"inputFiles" : [ {
"dataType" : "catalog",
"multiplicity" : {
"minCount" : 1,
"maxCount" : 1
}
} ],
"inputParameters" : [ ],
"outputs" : [ {
"dataType" : "eff_drop_out_aux_image",
2021-12-09 16:29:41 +01:00
"fileName" : "Figure1.png",
2021-12-09 16:31:36 +01:00
"isReturnedValue" : false
2021-12-09 16:24:59 +01:00
} ],
"requiredTools" : [ "matlab" ],
"requiredComputationResources" : { }
}