Christopher Usher

Results 1 issues of Christopher Usher

If I `import photutils` and try to use `photutils.utils.calc_total_error`, I get an `AttributeError: module 'photutils.psf.utils' has no attribute 'calc_total_error'`. If instead I explicitly import the function (`from photutils.utils import calc_total_error`,...

question