Skip to content

Commit

Permalink
add gaussian process as an option in interpolateOverDefects.
Browse files Browse the repository at this point in the history
  • Loading branch information
czwa authored and PFLeget committed Sep 23, 2024
1 parent 5a0bb51 commit 7d133e0
Show file tree
Hide file tree
Showing 6 changed files with 732 additions and 2 deletions.
2 changes: 2 additions & 0 deletions python/lsst/meas/algorithms/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@
from .accumulator_mean_stack import *
from .scaleVariance import *
from .noise_covariance import *
from .gp_interpolation import *
from .interp import *
from .reinterpolate_pixels import *
from .setPrimaryFlags import *
from .coaddBoundedField import *
Expand Down
Loading

0 comments on commit 7d133e0

Please sign in to comment.