UnknownUncertainty¶
-
class
astropy.nddata.UnknownUncertainty(array=None, copy=True, unit=None)[source]¶ Bases:
astropy.nddata.NDUncertaintyThis class implements any unknown uncertainty type.
The main purpose of having an unknown uncertainty class is to prevent uncertainty propagation.
Parameters: - args, kwargs :
see
NDUncertainty
Attributes Summary
supports_correlatedFalse: Uncertainty propagation is not possible for this class.uncertainty_type"unknown":UnknownUncertaintyimplements any unknown uncertainty type.Attributes Documentation
False: Uncertainty propagation is not possible for this class.
-
uncertainty_type¶ "unknown":UnknownUncertaintyimplements any unknown uncertainty type.