From 20e48e476ee26631896629f3573bdf196709cb5c Mon Sep 17 00:00:00 2001 From: Darrell Schiebel Date: Wed, 21 Feb 2024 13:45:39 -0500 Subject: [PATCH] improve comment --- casagui/bokeh/sources/_image_pipe.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/casagui/bokeh/sources/_image_pipe.py b/casagui/bokeh/sources/_image_pipe.py index e7e3584..314a771 100644 --- a/casagui/bokeh/sources/_image_pipe.py +++ b/casagui/bokeh/sources/_image_pipe.py @@ -191,7 +191,7 @@ def channel( self, index, pixel_type ): def quantize( nptype, image_plane ): ### --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ### Note: - ### (1) the histogram sent to GUI must ALWAYS be histogram based on the raw image (no cropping, no scaling) + ### (1) the histogram sent to GUI is ALWAYS be histogram based on the raw image (THIS IS HANDLED ABOVE) ### (2) the scaled portion of the matrix should be the non-cropped portion ### (3) the lower cropped portion should be set to the min scaled value ### (4) the upper cropped portion should be set to the max scaled value