spleaf.fenrir.SpotsLatDistInterpolator#
- class spleaf.fenrir.SpotsLatDistInterpolator#
FENRIR model interpolating the results of
SpotsLatDist
, to improve computational efficiency.This class should be instanciated using either
create()
to generate the grid on which to interpolate, orload()
to load a previously computed grid.Methods
compute_Fourier
(sig_rv_phot, sig_rv_cb, ...)Compute the Fourier decomposition of the kernel.
compute_Fourier_back
(grad)Backward propagation of the gradient for
compute_Fourier()
.create
(basename, nharm, ndelta, weight, ...)Compute the Fourier decomposition on a grid using
SpotsLatDist.compute_Fourier()
.kernel
(series_index, decay_kernel, P, ...)Generate a S+LEAF kernel corresponding to this FENRIR model, to be included in a covariance matrix (
spleaf.cov.Cov
).load
(basename)Load a previously computed grid.