Version 0.4.0
Version 0.4.0
March 26th 2022
Upgrades to fitting sub-module, see below for details.
PetroFit Enhancements
- Removed outdated
petrofit.utils.cutout
function. [:pr:#93] model_to_image
function upgraded to useastropy.convolution.utils.discretize_model
. [:pr:#95]PSFModel
has been upgraded toPSFConvolvedModel2D
.PSFConvolvedModel2D
uses__init__
function to wrap models.PSFModel
class has been deprecated and will be removed inv0.5
. [:pr:#100]- An
origin
parameter has been added topetrofit.models.make_grid
. [:pr:#100] fitting.py
andmodels.py
have been moved into a newmodeling
folder. This allows for all modeling functions and classes to be imported asfrom petrofit.modeling import ...
. [:pr:#100]petrofit.modeling.fitting.fit_model
can now accept fitting weights, so users can pass fitting weights using rms or error images. [:pr:#100]petrofit.modeling.fitting.plot_fit
now displays 3 panel image of fits (input image, model-image, and residual). [:pr:#100]