Version 0.4.1
Version 0.4.1
August 22nd 2022
This marks the last minor release before backward incompatible changes are applied in next release (v0.5
). See the v0.5 milestone for upcoming changes.
PetroFit Enhancements
CITATION.rst
added to provide citing and credit information. #130segm_mask
can now take a list of labels which means it is possible to get multiple unmasked sources usingmasked_segm_image
#143- Limits of param bounds in
get_default_sersic_bounds
changed. #143r_eff
min bound set to1e-3
.n
min bound set to0.1
.ellip
max bound set to0.99
.
- Add
GenSersic2D
model, which is a Sersic model with generalized ellipse isophot (boxy) parameter. #145 - Implement
PetroApprox
which is a class with no-PSF polynomials which relate profile paramters such as C2080 and Sersic n. #146
General bug fixes and small changes