5.32. background¶
Returns a list of Background objects for the FITS files.
- FitsArray.background(self) List[Background]¶
Returns a list of
Backgroundobjects for the FITS files.Returns
List[Background]List of
Backgroundobjects corresponding to each FITS file.
5.32.1. Example:¶
from myraflib import FitsArray
fa = FitsArray.sample()
backgrounds = fa.background()