Hi,
I am working on a sentinel dataset in the application to use the images for classification.
The dataset I have is in numpy array (13,40,40) containing information on the 12 bands (B1-B12) as described here.
Some of the bands are in RGB (B2, B3, B4) which can be normalized by the typically used 255.0 (uint8).
My question is how to select the value for normalizing the other bands (!B2, B3, B4) in the given list of B1-B12.
Thanks so much for helping me.


