What's Changed
- Fixed bug in peak brightnesses for vectorized source measurements with forced beam
- Fixed bug when force-fitting to positions.
- Added CITATION.cff
- Added pragmas for (Numba-) compiled code, such that Pytest coverage is accurate.
- Included output of
pyse -hin documentation test_measured_vectorized_free_shaperegression test now tests flux density measurements.is_usablefiltered out sources with masked pixels within its FWHM. This is now replaced by a different algorithm with a similar, but not equivalent effect: sources connected to masked pixels and edges will not be measured. It is optional to have those sources removed. Since it is applied at the time of connected-component labelling, it also has an effect on vectorized source measurements;is_usablewas not applied for vectorized source measurements.- Reformatting of literal blocks in docstrings and stricter adherence to "Numpydoc" style.
Full Changelog: v0.6.0...v0.7.0