- Added optional calculation of higher order moments when calling
gmix.get_weighted_moments(obs, with_higher_order=True)
This is also available with GaussMom(fwhm, with_higher_order=True)
Currently the sums are calculated and are stored in a larger "sums" and
"sums_cov" arrays in the results. No normalized moments are returned.
Names and indices for moments can be found in moments.MOMENTS_NAME_MAP
- Fixed bug when moments are used in guesser and size is bad.
Only affected rng such as np.random.default_rng that checks
range for uniform
- Convert GMixND.plot to use matplotlib