Details
-
Type:
RFC
-
Status: Implemented
-
Resolution: Done
-
Component/s: DM
-
Labels:None
Description
Add KHT (Kernel Hough Transform) to lsst_distrib as a third-party package (https://github.com/laffernandes/kht) This package is needed by the satellite-trail finding task that will be incorporated into building coadds. The kernel-based hough transform provides a significant speed-up relative to a traditional hough transform.
For the stack, the structure of the existing package will be reworked to use the python wrapper pybind11 and to fit into the DM stack package template.
Is the pybind11 interface identical to the boost::python interface such that you could use the original KHT without changing any LSST code?