Add 'appDescription.json'

This commit is contained in:
Michal_Lelonek 2021-11-05 13:28:36 +01:00
parent 1db8375b36
commit 14c5fa1508
1 changed files with 20 additions and 0 deletions

20
appDescription.json Normal file
View File

@ -0,0 +1,20 @@
{
"shortName" : "AutoCorrelation_mod",
"lastUpdate" : "05-11-2021 12:28:33",
"references" : { },
"categories" : [ "TEST Categories" ],
"keywords" : [ "TEST Keywords" ],
"hidden" : false,
"translations" : {
"en" : {
"name" : "AutoCorrelation_mod",
"description" : "TEST Description ",
"computationalCharacteristic" : "TEST Comp. characteristic",
"citation" : "TEST Citations",
"license" : "https://opensource.org/licenses/Apache-2.0",
"author" : "lelonek@igf.edu.pl",
"inputsDescription" : "${D__time_series}",
"resultsDescription" : "${D__gdf}"
}
}
}