Skip to content

Commit

Permalink
improve comment
Browse files Browse the repository at this point in the history
  • Loading branch information
schiebel committed Feb 21, 2024
1 parent 233b0fc commit 20e48e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion casagui/bokeh/sources/_image_pipe.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 20e48e4

Please sign in to comment.