sourcefinder.accessors.lofaraccessor#

Classes#

LofarAccessor

Additional metadata required for processing LOFAR images through QC

Module Contents#

class sourcefinder.accessors.lofaraccessor.LofarAccessor[source]#

Additional metadata required for processing LOFAR images through QC checks.

Attributes:
antenna_setstr

Antenna set in use during observation. Possible values are ‘LBA_INNER’, ‘LBA_OUTER’, ‘LBA_SPARSE’, ‘LBA’, or ‘HBA’.

ncoreint

Number of core stations in use during observation.

nremoteint

Number of remote stations in use during observation.

nintlint

Number of international stations in use during observation.

subbandwidthfloat

Width of a subband in Hz.

subbandsint

Number of subbands.

antenna_set: str[source]#
ncore: int[source]#
nintl: int[source]#
nremote: int[source]#
subbands: int[source]#
subbandwidth: float[source]#