def get_bootstrapper(self): """ get the bootstrapper for fitting psf through galaxy """ from great3.sfit import get_bootstrapper boot = get_bootstrapper(self.psf_obs, self.obs) return boot
def get_bootstrapper(self): """ get the bootstrapper for fitting psf through galaxy """ from great3.sfit import get_bootstrapper # keywords pass on fracdev_prior and fracdev_grid boot = get_bootstrapper(self.psf_obs, self.obs, type='composite', **self) return boot