25 #include "pybind11/pybind11.h" 38 py::class_<JointcalControl, std::shared_ptr<JointcalControl>>
cls(mod,
"JointcalControl");
39 cls.def(py::init<std::string>(),
"sourceFluxField"_a =
"slot_CalibFlux");
PYBIND11_MODULE(camera, mod)
A base class for image defects.
#define LSST_DECLARE_CONTROL_FIELD(WRAPPER, CLASS, NAME)
Macro used to wrap fields declared by LSST_CONTROL_FIELD using Pybind11.