5.20. ccd¶
Returns the CCDData of the given files.
- FitsArray.ccd(self) List[CCDData]¶
Returns the
CCDDataof the given files.Returns
List[CCDData]A list of
CCDDataobjects from the files.
5.20.1. Example:¶
from myraflib import FitsArray
fa = FitsArray.sample()
ccd = fa.ccd()