
    IR-e                         d Z ddlmZ ddlT ddlT ddlT ddlT ddlT ddl	T ddl
T ddlT ddlT ddlT ddlT ddlT ddlT ddlT  G d dej                  Z e            ZdS )aE  
The `astropy.nddata` subpackage provides the `~astropy.nddata.NDData`
class and related tools to manage n-dimensional array-based data (e.g.
CCD images, IFU Data, grid-based simulation data, ...). This is more than
just `numpy.ndarray` objects, because it provides metadata that cannot
be easily provided by a single array.
    )config   )*c                   V    e Zd ZdZ ej        dd          Z ej        dd          ZdS )Confz8
    Configuration parameters for `astropy.nddata`.
    TzWhether to issue a warning if `~astropy.nddata.NDData` arithmetic is performed with uncertainties and the uncertainties do not support the propagation of correlated uncertainties.zWhether to issue a warning when the `~astropy.nddata.NDData` unit attribute is changed from a non-``None`` value to another value that data values/uncertainties are not scaled with the unit change.N)__name__
__module____qualname____doc___config
ConfigItemwarn_unsupported_correlatedwarn_setting_unit_directly     7lib/python3.11/site-packages/astropy/nddata/__init__.pyr   r      sY          #5'"4	?# # "4!3	N" "r   r   N)r   astropyr   r   bitmaskblocksccddatacompat
decoratorsflag_collectionmixins.ndarithmeticmixins.ndiomixins.ndslicingnddatanddata_basenddata_withmixinsnduncertaintyutilsConfigNamespacer   confr   r   r   <module>r$      s	    & % % % % %                         " " " "                                    7"   ( tvvr   