sourcefinder.accessors.lofaraccessor ==================================== .. py:module:: sourcefinder.accessors.lofaraccessor Classes ------- .. autoapisummary:: sourcefinder.accessors.lofaraccessor.LofarAccessor Module Contents --------------- .. py:class:: LofarAccessor Additional metadata required for processing LOFAR images through QC checks. :Attributes: **antenna_set** : str Antenna set in use during observation. Possible values are 'LBA_INNER', 'LBA_OUTER', 'LBA_SPARSE', 'LBA', or 'HBA'. **ncore** : int Number of core stations in use during observation. **nremote** : int Number of remote stations in use during observation. **nintl** : int Number of international stations in use during observation. **subbandwidth** : float Width of a subband in Hz. **subbands** : int Number of subbands. .. !! processed by numpydoc !! .. py:attribute:: antenna_set :type: str .. py:attribute:: ncore :type: int .. py:attribute:: nintl :type: int .. py:attribute:: nremote :type: int .. py:attribute:: subbands :type: int .. py:attribute:: subbandwidth :type: float