Skip to content

List additional info, including MWA-specific details #21

@cjordan

Description

@cjordan

At present, most (all?) of our uvfits files require an accompanying metafits file to provide enough information for calibration. We can write new HDUs to our uvfits files to provide this information, which also won't break the AIPS 117 standard and can address issues #13 and #2. In case anyone in the community already uses obvious names like "TIME" for uvfits HDUs, we should prefix our HDUs with "MWA_", i.e. "MWA_TIME".

Desired additional information:

  • Unique timestamps, GPS format preferred for precision
  • The time resolution of each integration. This can be supplied by the INTTIM key in the main table, but supplying this key for every row is excessive. As we don't have variable integration times in MWA data, a single key that applies to all data is useful.
  • MWA tile information, including
    • whether a tile should be considered flagged or not
    • a tile's dipole delays, including 32s for dead dipoles (as per the metafits)
    • cable lengths.
  • MWA coarse channel information
  • Fine channel flags. At present, a channel may be flagged in an integration with a negative weight, but it is impossible to know if this is due to RFI or it's an edge channel etc. It's useful to display what channels are flagged across all integrations (e.g. because they're edge/centre channels) as most users won't want to read them, and thus hyperdrive can do the same work with less memory.

Suggested HDU names:

  • MWA_TIME
  • MWA_TILES
  • MWA_CHANS

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions