jgliss / pyplis

Python toolbox for the analysis of UV SO2 camera data
GNU General Public License v3.0
7 stars 5 forks source link

Small bug fixes #36

Closed twVolc closed 2 years ago

twVolc commented 3 years ago

32 - Fixed bug but the download no longer works as possibly that NOAA site is no longer available? See #35

33 - Updated MeasGeometry.get_viewing_directions_line() to provide numpy.linspace with int not float

34 - Edited Img built-in stats functions to deal with NaNs. Haven't extensively tested this and the edit could have potentially large impacts on how pyplis deals with certain scenarios, so may need to think about if this functionality is wanted

jgliss commented 2 years ago

@twVolc sorry that I only get to this now. Will this also fix #35?

jgliss commented 2 years ago

@twVolc thanks for fixing these issues! I think this looks good so far (but w/o a proper test suite, hard to tell, so I will keep working on that). I'll merge it and we make sure to close the open issues for the upcoming release v1.4.5. It is probably best, if you keep your dev branch in your fork synchronised with v145dev until the release is out.