CCDData =============== .. currentmodule:: ccdproc .. autoclass:: CCDData :show-inheritance: .. rubric:: Attributes Summary .. autosummary:: ~CCDData.data ~CCDData.dtype ~CCDData.header ~CCDData.meta ~CCDData.shape ~CCDData.size ~CCDData.uncertainty ~CCDData.unit ~CCDData.wcs .. rubric:: Methods Summary .. autosummary:: ~CCDData.add ~CCDData.copy ~CCDData.divide ~CCDData.multiply ~CCDData.subtract ~CCDData.to_hdu .. rubric:: Attributes Documentation .. autoattribute:: data .. autoattribute:: dtype .. autoattribute:: header .. autoattribute:: meta .. autoattribute:: shape .. autoattribute:: size .. autoattribute:: uncertainty .. autoattribute:: unit .. autoattribute:: wcs .. rubric:: Methods Documentation .. automethod:: add .. automethod:: copy .. automethod:: divide .. automethod:: multiply .. automethod:: subtract .. automethod:: to_hdu