Closed bd-j closed 4 years ago
use pkg_resources to store sersic (and default PSF) mixtures within the package.
pkg_resources doesn't work because pycuda takes an include directory. However, #41 solves this by installing package data to a particular sub-directory and using __file__ to get the absolute path after install.
pkg_resources
__file__
use pkg_resources to store sersic (and default PSF) mixtures within the package.