5.18. data¶
Returns the data of the FITS files.
- FitsArray.data(self) List[Any]¶
Returns the data of the FITS files.
Returns
List[Any]A list of data as
np.ndarrayobjects.
5.18.1. Example:¶
from myraflib import FitsArray
fa = FitsArray.sample()
data = fa.data()