4.17. ccd¶
Returns the CCDData of the given file
- Fits.ccd() CCDData¶
Returns the CCDData of the given FITS file.
Returns
CCDDataThe CCDData of the file.
4.17.1. Example:¶
from myraflib import Fits
fits = Fits.sample()
ccd = fits.ccd()
Returns the CCDData of the given file
Returns the CCDData of the given FITS file.
Returns
CCDDataThe CCDData of the file.
from myraflib import Fits
fits = Fits.sample()
ccd = fits.ccd()