Closed jmangum closed 2 years ago
That implies that there is at least one spectrum that consists of only 1 pixel, so the standard deviation can't be computed. i.e., noisemask.with_mask(mask[:,None,None]).include().sum(axis=0)
will have at least one pixel with value 1
ok. Looks innocuous. Should we just educate users about this warning in the documentation?
yeah. We can also probably find a way to silence it... though I'm not immediately sure how as this isn't one of the seterr
-ignorable warnings.
The following line:
...produces the following warning...
Probably innocuous, but would like to fix if I knew what was causing this warning.