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