22 #include <pybind11/pybind11.h> 23 #include <pybind11/stl.h> 24 #include "ndarray/pybind11.h" 35 py::module::import(
"astshim.frameSet");
36 py::module::import(
"astshim.mapping");
38 mod.def(
"append", &
append,
"first"_a,
"second"_a);
AST wrapper classes and functions.
PYBIND11_MODULE(camera, mod)
std::shared_ptr< FrameSet > append(FrameSet const &first, FrameSet const &second)
Construct a FrameSet that performs two transformations in series.
std::shared_ptr< Mapping > makeRadialMapping(std::vector< double > const ¢er, Mapping const &mapping1d)
Construct a radially symmetric mapping from a 1-dimensional mapping.