Example thumbnail image

Description

Display horizontal bar chart showing the min/max values for a list of parameters in the given time range, and also show the MCS limits on the same axis.

Implementation

Browse source code here.

Configuration options

NameDescriptionQuantisationDefaultType
titleNonerequiredParameter limitsstring
filenameNoneoptionalstring
datapointNonemultiplefield
widthWidth of output image (height is not configurable and depends on number of values shown)required680uint (pixels)
thumbnail-widthWidth of initially displayed thumbnail imagerequired680uint (pixels)
samplingQuantisation of input datarequiredallstring, select from:
  • "all" (Use orbital stats and all points tables)
  • "stats-only" (Use stats averages only (from the shortest stats region available))
  • "orbital-avg" (Use per-orbit averages only)
calibratedUse calibrated datarequiredTrueboolean
label-unprefixPrefix string to remove from all y-axis labelsoptionalstring
y-labelNonerequiredMnemonicstring
label-fontsizeFont size for axis labelsrequired8uint (pt)
title-fontsizeFont size for the title. 0 disabled embedded title. Only 0 and 10 can be used.required0uint (pt)
x-minLeft axis limitoptionalfloat
x-maxRight axis limitoptionalfloat
default-x-minLeft axis limitoptionalfloat
default-x-maxRight axis limitoptionalfloat
tableNonerequiredlegend+statsstring, select from:
  • "none" (No summary table)
  • "legend" (Legend showing field descriptions only)
  • "legend+stats" (Legend including per-field statistics)
stats-sfIf given force the significant figures for rendering the stats tableoptionalint
dynamic-stats-sfUse an algorithm to guess the correct number of significant figured in legend tablerequiredFalseboolean

Example

	<limits>
    option 1
    option 2
    ...
</limits>
	

This shows an example of the basic declaration of the widget with no options. Options are added as: <name>value</name>