Geomap_function_4/appDefinition.json

26 lines
596 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-17 14:57:34 +01:00
"name" : "Please select BIN 1"
2021-12-14 15:59:13 +01:00
}, {
"type" : "DOUBLE",
2021-12-17 14:57:34 +01:00
"name" : "Please select BIN2"
2021-12-14 15:59:13 +01:00
} ],
2021-12-14 16:06:45 +01:00
"outputs" : [ {
2021-12-14 15:59:13 +01:00
"dataType" : "eff_drop_out_aux_image",
2021-12-14 16:05:20 +01:00
"fileName" : "Figure1.png",
2021-12-14 15:59:13 +01:00
"fileFormat" : "PNG",
"isReturnedValue" : false
} ],
"requiredTools" : [ "matlab" ],
"requiredComputationResources" : { }
}