4.30. background

Returns the background object of the FITS file.


Fits.background() sep.Background

Returns the background object of the FITS file.

Returns

Background

A Background object representing the background of the Fits data.


4.30.1. Example:

from myraflib import Fits

fits = Fits.sample()

background = fits.background()