Skip to content

Commit

Permalink
Merge pull request #376 from lsst/tickets/DM-44305
Browse files Browse the repository at this point in the history
DM-44305: Implement Gaussian Process interpolation over bad pixels
  • Loading branch information
PFLeget authored Sep 24, 2024
2 parents 5a0bb51 + 7d133e0 commit 59a7503
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 59a7503

Please sign in to comment.