ó
]¹èZc           @   s´   d  Z  d d l Td d l Td d l Td d l Td d l Td d l Td d l Td d l Td d l	 Td d l
 Td d l Td d l Td d l m Z d e j f d „  ƒ  YZ e ƒ  Z d S(   sE  
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.
i   (   t   *i   (   t   configt   Confc           B   s2   e  Z d  Z e j e d ƒ Z e j e d ƒ Z RS(   s8   
    Configuration parameters for `astropy.nddata`.
    s³   Whether to issue a warning if `~astropy.nddata.NDData` arithmetic is performed with uncertainties and the uncertainties do not support the propagation of correlated uncertainties.sÅ   Whether 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.(   t   __name__t
   __module__t   __doc__t   _configt
   ConfigItemt   Truet   warn_unsupported_correlatedt   warn_setting_unit_directly(    (    (    s6   lib/python2.7/site-packages/astropy/nddata/__init__.pyR      s   	N(   R   t   nddatat   nddata_baset   nddata_withmixinst   nduncertaintyt   flag_collectiont
   decoratorst   mixins.ndarithmetict   mixins.ndslicingt   mixins.ndiot   compatt   utilst   ccddatat    R   R   t   ConfigNamespaceR   t   conf(    (    (    s6   lib/python2.7/site-packages/astropy/nddata/__init__.pyt   <module>	   s   











