FITS Writer (pyvisgen.fits.writer)#

FITS writer submodule of pyvisgen.fits.

Reference/API#

pyvisgen.fits.writer Module#

Functions#

create_antenna_hdu(obs)

Creates the antenna HDU for the FITS file.

create_frequency_hdu(obs)

Creates the frequency HDU of the FITS file.

create_hdu_list(data, obs)

Creates a HDUList as the top-level object for the FITS file.

create_time_hdu(data)

Creates the time HDU for the FITS file.

create_vis_hdu(data, obs[, source_name])

Creates the visibility HDU for the given visibility data and observation.