Yoonsoo P. Bach
Results
21
issues of
Yoonsoo P. Bach
I remember previously astroscrappy.detect_cosmics returned the cleaned array **multiplied** by gain factor, but now it does not. (I could not find CHANGELOG.. ) ```python astroscrappy.detect_cosmics(np.ones((100,100)), gain=3)[1] ``` ``` array([[1., 1.,...