예제 #1
0
파일: sfit.py 프로젝트: esheldon/espy
 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
예제 #2
0
파일: sfit.py 프로젝트: esheldon/espy
 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