5.20. ccd

Returns the CCDData of the given files.


FitsArray.ccd(self) List[CCDData]

Returns the CCDData of the given files.

Returns

List[CCDData]

A list of CCDData objects from the files.


5.20.1. Example:

from myraflib import FitsArray

fa = FitsArray.sample()
ccd = fa.ccd()