This branch introduces the SED interpolation feature. Latest modifications allows using directly the interpolation while optimising the model instead of having to create outside an interpolated SED dataset.
It adds new click options:
interp_pts_per_bin int in {0,1,2,3}. Number of points per bin to add during the interpolation process.
extrapolate bool. Whether extrapolation is performed or not.
SED_interp_kind str in {'linear', 'cubic'}. Type of interpolation for the SED.
n_bins_gt int. Number of bins used for the ground truth poly PSF generation.
This branch introduces the SED interpolation feature. Latest modifications allows using directly the interpolation while optimising the model instead of having to create outside an interpolated SED dataset.
It adds new click options:
interp_pts_per_bin
int in {0,1,2,3}. Number of points per bin to add during the interpolation process.extrapolate
bool. Whether extrapolation is performed or not.SED_interp_kind
str in {'linear', 'cubic'}. Type of interpolation for the SED.n_bins_gt
int. Number of bins used for the ground truth poly PSF generation.