Geomap_function_4/appDefinition.json

26 lines
629 B
JSON
Raw Permalink 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",
2022-09-30 12:14:38 +02:00
"name" : "Please select lower magnitude range"
2021-12-14 15:59:13 +01:00
}, {
"type" : "DOUBLE",
2022-09-30 12:14:38 +02:00
"name" : "Please select upper magnitude range"
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" : { }
}