LSST Applications g044012fb7c+6976b5ec80,g04a91732dc+88a5fc122b,g07dc498a13+7e3c5f68a2,g114c6a66ad+09472d7a76,g1409bbee79+7e3c5f68a2,g1a7e361dbc+7e3c5f68a2,g1fd858c14a+3a43eabc0e,g35bb328faa+fcb1d3bbc8,g3bd4b5ce2c+2647bb081c,g4e0f332c67+5d362be553,g53246c7159+fcb1d3bbc8,g5477a8d5ce+b19c77c7ae,g58d0cdf3ff+4a2e102ff8,g60b5630c4e+09472d7a76,g623d845a50+09472d7a76,g6f0c2978f1+fcf1c0bcd6,g71fabbc107+09472d7a76,g75b6c65c88+d0b1dc44cc,g78460c75b0+2f9a1b4bcd,g786e29fd12+cf7ec2a62a,g7b71ed6315+fcb1d3bbc8,g8852436030+349c7e81d4,g89139ef638+7e3c5f68a2,g9125e01d80+fcb1d3bbc8,g95236ca021+f7a31438ed,g989de1cb63+7e3c5f68a2,g9f33ca652e+f17d666fbc,gaaedd4e678+7e3c5f68a2,gabe3b4be73+1e0a283bba,gb1101e3267+f870f33517,gb58c049af0+f03b321e39,gc99c83e5f0+76d20ab76d,gcf25f946ba+349c7e81d4,gd0fa69b896+f3a65fa83c,gd6cbbdb0b4+c8606af20c,gde0f65d7ad+5bd27d919f,ge278dab8ac+932305ba37,gfba249425e+fcb1d3bbc8,w.2025.07
LSST Data Management Base Package
|
#include "doctest.h"
#include <memory>
#include "lsst/gauss2d/image.h"
#include "lsst/gauss2d/python/image.h"
#include <pybind11/embed.h>
Go to the source code of this file.
Macros | |
#define | DOCTEST_CONFIG_IMPLEMENT_WITH_MAIN |
Typedefs | |
typedef g2d::python::Image< double > | Image |
typedef g2d::ImageArray< double, Image > | ImageArray |
typedef g2d::python::Image< bool > | Mask |
Variables | |
py::scoped_interpreter | guard {} |
py::module_ | numpy = py::module_::import("numpy") |
#define DOCTEST_CONFIG_IMPLEMENT_WITH_MAIN |
Definition at line 1 of file test_image.cc.
typedef g2d::python::Image<double> Image |
Definition at line 14 of file test_image.cc.
typedef g2d::ImageArray<double, Image> ImageArray |
Definition at line 15 of file test_image.cc.
typedef g2d::python::Image<bool> Mask |
Definition at line 16 of file test_image.cc.
py::scoped_interpreter guard {} |
Definition at line 19 of file test_image.cc.
py::module_ numpy = py::module_::import("numpy") |
Definition at line 20 of file test_image.cc.