UnknownUncertainty

class astropy.nddata.UnknownUncertainty(array=None, unit=None, copy=True)[source] [edit on github]

Bases: astropy.nddata.NDUncertainty

This implements any kind of unknown uncertainty type.

The main purpose of having an unknown uncertainty class is to prevent uncertainty propagation since this is not clearly defined without giving a type.

Parameters:see `NDUncertainty`

Attributes Summary

supports_correlated False: No uncertainty propagation is not possible for this class.
uncertainty_type str: 'unknown'

Attributes Documentation

supports_correlated

False: No uncertainty propagation is not possible for this class.

uncertainty_type
str: 'unknown'
UnknownUncertainty implements any kind of unknown uncertainty type.