Add 'appDefinition.json'
This commit is contained in:
parent
a76fbd2472
commit
585428bd12
26
appDefinition.json
Normal file
26
appDefinition.json
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
{
|
||||||
|
"scriptLanguage" : "MATLAB",
|
||||||
|
"executableScriptName" : "Geomap_function_4.m",
|
||||||
|
"inputFiles" : [ {
|
||||||
|
"dataType" : "catalog",
|
||||||
|
"multiplicity" : {
|
||||||
|
"minCount" : 1,
|
||||||
|
"maxCount" : 1
|
||||||
|
}
|
||||||
|
} ],
|
||||||
|
"inputParameters" : [ {
|
||||||
|
"type" : "DOUBLE",
|
||||||
|
"name" : "MAGNITUDE BIN 1"
|
||||||
|
}, {
|
||||||
|
"type" : "DOUBLE",
|
||||||
|
"name" : "MAGNITUDE BIN 1"
|
||||||
|
} ],
|
||||||
|
"outputs" : [ {
|
||||||
|
"dataType" : "eff_drop_out_aux_image",
|
||||||
|
"fileFormat" : "PNG",
|
||||||
|
"fileName" : "Figure1",
|
||||||
|
"isReturnedValue" : false
|
||||||
|
} ],
|
||||||
|
"requiredTools" : [ "matlab" ],
|
||||||
|
"requiredComputationResources" : { }
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user