From 7f41f54ff5bbfe53c66cb303ce94c1470bdb5366 Mon Sep 17 00:00:00 2001 From: johannes hanika Date: Mon, 13 Jan 2025 17:49:37 +0100 Subject: [PATCH] docs: vis module --- src/pipe/modules/vis/readme.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/src/pipe/modules/vis/readme.md b/src/pipe/modules/vis/readme.md index fb519e20..efc179d2 100644 --- a/src/pipe/modules/vis/readme.md +++ b/src/pipe/modules/vis/readme.md @@ -1,11 +1,18 @@ # vis: visualise input data with colour ramps -this converts the luminance of the linear input signal to an srgb viridis colour map. +this converts the luminance of the linear input signal to an srgb viridis colour map, +like in the following example: + +[![viridis map](scatter.jpg)](scatter.jpg) + +note that the output will be sRGB, so if you need rec2020, insert an instance +of `colour` after this and set it to `image` mode. + ## connectors -* `input` -* `output` +* `input` rec2020 values, the luminance will be visualised +* `output` the sRGB viridis coloured version of the input ## parameters