This is the first stable release of moniplot with enough functionality to replace S5Pplot of pys5p.
The class MONplot replaces the pys5p class S5Pplot, the following methods have been implemented:
- draw_signal(): replaces S5Pplot::draw_signal(). The new implementation is faster and its layout more esthetic. In the side-panels you can show averages of your image data using the Numpy functions: mean, nanmean, median, nanmeadian, std and nanstd
- draw_quality(): replaces S5Pplot::draw_quality()
- draw_qhist(): replaces S5Pplot::draw_trend1d(), but requires xarray::Dataset(s) as input.
- draw_trend(): replaces S5Pplot::draw_trend1d(), but requires xarray::Dataset(s) as input.
- draw_plot(): replaces S5Pplot::draw_lines(), but requires xarray::Dataset(s) as input.
Please try it and report any issues you encounter.