NDData ============================ .. currentmodule:: astropy.nddata.nddata .. autoclass:: NDData :show-inheritance: .. rubric:: Attributes Summary .. autosummary:: ~NDData.ndim ~NDData.dtype ~NDData.units ~NDData.shape ~NDData.meta ~NDData.size ~NDData.uncertainty ~NDData.mask ~NDData.flags .. rubric:: Methods Summary .. autosummary:: ~NDData.divide ~NDData.convert_units_to ~NDData.multiply ~NDData.subtract ~NDData.add .. rubric:: Attributes Documentation .. autoattribute:: ndim .. autoattribute:: dtype .. autoattribute:: units .. autoattribute:: shape .. autoattribute:: meta .. autoattribute:: size .. autoattribute:: uncertainty .. autoattribute:: mask .. autoattribute:: flags .. rubric:: Methods Documentation .. automethod:: divide .. automethod:: convert_units_to .. automethod:: multiply .. automethod:: subtract .. automethod:: add