4.30. background¶
Returns the background object of the FITS file.
- Fits.background() sep.Background¶
Returns the background object of the FITS file.
Returns
BackgroundA
Backgroundobject representing the background of theFitsdata.
4.30.1. Example:¶
from myraflib import Fits
fits = Fits.sample()
background = fits.background()