4.17. ccd

Returns the CCDData of the given file


Fits.ccd() CCDData

Returns the CCDData of the given FITS file.

Returns

CCDData

The CCDData of the file.


4.17.1. Example:

from myraflib import Fits

fits = Fits.sample()
ccd = fits.ccd()