Module birli::io

source ·
Expand description

Input and Ouput data file format modules

Most of this was blatently stolen (with permission) from Chris Jordan

Modules

  • IO for the AOCAL format, a binary calibration solutions format used by Andre Offringa’s Calibrate software.
  • Errors that can occur in the io module
  • Items related to the reading and writing of the FITS-based MWA Flag file format.

Structs

  • Groups together parameters related to I/O

Traits

Functions

  • Read the visibilities for this selection into the jones array using mwalib, flag visiblities if they are not provided.
  • Write the given ndarrays of flags and Jones matrix visibilities to a measurement set.
  • Write the given ndarrays of flags and Jones matrix visibilities to a uvfits file.