From 45bd8efa3174f17112f28f6a5477660a8e569a70 Mon Sep 17 00:00:00 2001 From: Hacene SI HADJ MOHAND Date: Thu, 6 Feb 2020 15:43:10 +0100 Subject: [PATCH] adding stats notes --- help/statisticsHOWTO | 5 ++++- js/app/views/StatisticsUI.js | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/help/statisticsHOWTO b/help/statisticsHOWTO index db09c6b..16cf096 100644 --- a/help/statisticsHOWTO +++ b/help/statisticsHOWTO @@ -1,5 +1,8 @@
  • 1. To calculate a statistics on any type of parameter drag it from the Parameters tree and drop onto the panel
  • 2. After dropping the parameter select function to apply (click to select!!! to open the menu)
  • 3. Statistics can be calculated on Time Interval or TimeTable/Catalog intervals - +
    +Notes: +
  • 1. countTrue function accpets only boolean parameters. It calculates the numbre of true occurences in boolean Parameter. +
  • 2. Covrage represents the number points used in the calculation devided by the theorical number of points in the specified time interval. diff --git a/js/app/views/StatisticsUI.js b/js/app/views/StatisticsUI.js index 4cc21b1..4f57ed4 100644 --- a/js/app/views/StatisticsUI.js +++ b/js/app/views/StatisticsUI.js @@ -435,7 +435,7 @@ Ext.define('amdaUI.StatisticsUI', title: 'Information', collapsible: true, collapseMode: 'header', - height: 100, + height: 160, autoHide: false, bodyStyle: 'padding:5px', iconCls: 'icon-information', -- libgit2 0.21.2