sourcefinder.accessors.lofarfitsimage ===================================== .. py:module:: sourcefinder.accessors.lofarfitsimage Classes ------- .. autoapisummary:: sourcefinder.accessors.lofarfitsimage.LofarFitsImage Module Contents --------------- .. py:class:: LofarFitsImage(url, plane=False, beam=False, hdu=0) Bases: :py:obj:`sourcefinder.accessors.fitsimage.FitsImage`, :py:obj:`sourcefinder.accessors.lofaraccessor.LofarAccessor` Use PyFITS to pull image data out of a FITS file. Provide standard attributes, as per :class:`DataAccessor`. In addition, we provide a ``telescope`` attribute if the FITS file has a ``TELESCOP`` header. :Parameters: **url** : Path or str The path or URL to the FITS file. **plane** : int, default: None If the data is a datacube, specifies which plane to use. **beam** : tuple, default: None Beam parameters in degrees, in the form (bmaj, bmin, bpa). If not supplied, the method will attempt to read these from the header. **hdu_index** : int, default: 0 The index of the HDU to use from the HDU list. .. !! processed by numpydoc !! .. py:attribute:: antenna_set .. py:attribute:: ncore .. py:attribute:: nintl .. py:attribute:: nremote .. py:attribute:: subbands .. py:attribute:: subbandwidth