create_antenna_hdu#
- pyvisgen.fits.writer.create_antenna_hdu(obs) BinTableHDU[source]#
Creates the antenna HDU for the FITS file.
- Parameters:
- obs
Observation Observationclass object containing information on the observation, including antenna data.
- obs
- Returns:
- hdu_ant
BinTableHDU BinTableHDUcontaining antenna data for the FITS file.
- hdu_ant