from lsst.sconsUtils import scripts
scripts.BasicSConscript.pybind11(['function',
                                  'functionLibrary',
                                  'minimize',
                                  'interpolate',
                                  'gaussianProcess',
                                  'spatialCell',
                                  'boundedField',
                                  'chebyshevBoundedField',
                                  'transformBoundedField',
                                  'leastSquares',
                                  'random',
                                  'convolveImage',
                                  'offsetImage',
                                  'statistics',
                                  'stack',
                                  'approximate',
                                  'background',
                                  'warpExposure',
                                  'kernel'])

