This requires the new Covariance subclass of astropy.nddata.NDUncertainty; see https://github.com/astropy/astropy/pull/16690. When on the covariance branch in astropy, this is functional code, but I have punted on some functionality, as you'll see with a number of NotImplementedError exceptions.
Addresses #1149 .
This requires the new
Covariance
subclass ofastropy.nddata.NDUncertainty
; see https://github.com/astropy/astropy/pull/16690. When on thecovariance
branch in astropy, this is functional code, but I have punted on some functionality, as you'll see with a number ofNotImplementedError
exceptions.I'm opening this as a draft while https://github.com/astropy/astropy/pull/16690 is under review.