Geomap_function_4/appDefinition.json

26 lines
629 B
JSON

{
"scriptLanguage" : "MATLAB",
"executableScriptName" : "Geomap_function_4.m",
"inputFiles" : [ {
"dataType" : "catalog",
"multiplicity" : {
"minCount" : 1,
"maxCount" : 1
}
} ],
"inputParameters" : [ {
"type" : "DOUBLE",
"name" : "Please select lower magnitude range"
}, {
"type" : "DOUBLE",
"name" : "Please select upper magnitude range"
} ],
"outputs" : [ {
"dataType" : "eff_drop_out_aux_image",
"fileName" : "Figure1.png",
"fileFormat" : "PNG",
"isReturnedValue" : false
} ],
"requiredTools" : [ "matlab" ],
"requiredComputationResources" : { }
}