innosat-mats / MATS-L1-processing

Python code for calibrating MATS images
MIT License
0 stars 1 forks source link

fixed binning to cope nrskip too big + bug in 546 #111

Closed donal-mur closed 1 year ago

donal-mur commented 1 year ago

This is a fix for the NRSKIP + nrow*nrbin >511 which should have caused a different error that it did aa=np.arange(10) print(aa[2:2+3] ,aa[2:2+13] ) dum python And a repeated NCSKIP instead of and NRSKIP NCSKIP in the test at line 546

donal-mur commented 1 year ago

Added Björn as reviewer