Skip to content

Commit

Permalink
adjust spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
jmeyers314 committed Sep 9, 2021
1 parent b50e843 commit 2a7a9f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/lsst/afw/detection/_psf.cc
Original file line number Diff line number Diff line change
Expand Up @@ -233,14 +233,14 @@ void wrapPsf(utils::python::WrapperCollection& wrappers) {
);
// End deprecated default position argument overloads.


cls.def("getAverageColor", &Psf::getAverageColor);
cls.def("getAveragePosition", &Psf::getAveragePosition);
cls.def_static("recenterKernelImage", &Psf::recenterKernelImage, "im"_a, "position"_a,
"warpAlgorithm"_a = "lanczos5", "warpBuffer"_a = 5);
cls.def("getCacheCapacity", &Psf::getCacheCapacity);
cls.def("setCacheCapacity", &Psf::setCacheCapacity);
});
}
);

wrappers.wrapType(py::enum_<Psf::ImageOwnerEnum>(clsPsf, "ImageOwnerEnum"), [](auto& mod, auto& enm) {
enm.value("COPY", Psf::ImageOwnerEnum::COPY);
Expand Down

0 comments on commit 2a7a9f4

Please sign in to comment.