Mercurial > hg > svgui
changeset 1248:fc40742bb911
Explanatory comment
author | Chris Cannam |
---|---|
date | Tue, 28 Feb 2017 14:07:47 +0000 |
parents | c72d78d7890a |
children | 8ef67917c301 |
files | layer/Colour3DPlotRenderer.h |
diffstat | 1 files changed, 7 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/layer/Colour3DPlotRenderer.h Tue Feb 28 14:07:34 2017 +0000 +++ b/layer/Colour3DPlotRenderer.h Tue Feb 28 14:07:47 2017 +0000 @@ -126,7 +126,13 @@ QRect rendered; /** - * The magnitude range of the data in the rendered area. + * The magnitude range of the data in the rendered area, after + * initial scaling (parameters.scaleFactor) and normalisation, + * for use in displaying colour scale etc. (Note that the + * magnitude range *before* normalisation would not be very + * meaningful for this purpose, as the scale would need to be + * different for every column if column or hybrid + * normalisation was in use.) */ MagnitudeRange range; };