mwa_hyperdrive

Crates.iomwa_hyperdrive
lib.rsmwa_hyperdrive
version0.3.0
sourcesrc
created_at2022-10-20 07:04:51.193069
updated_at2023-09-27 02:50:29.832787
descriptionCalibration software for the Murchison Widefield Array (MWA) radio telescope
homepagehttps://mwatelescope.github.io/mwa_hyperdrive
repositoryhttps://github.com/MWATelescope/mwa_hyperdrive
max_upload_size
id692209
size8,222,801
Dev Null (d3v-null)

documentation

README

mwa_hyperdrive

Calibration software for the Murchison Widefield Array (MWA) radio telescope.

Currently in heavy development. Major milestones are listed below:

  • Direction-independent calibration (on both CPUs and GPUs)
    • Single timeblock
    • Multiple timeblocks
    • Frequency averaging before calibration
    • Chunking for memory constrained calibration
  • Reading visibilities from raw MWA data (legacy and MWAX), uvfits and measurement sets
  • Reading and writing RTS, AOcal and WODEN style sky-model source lists
  • Reading and writing RTS, AOcal and hyperdrive style calibration solutions
  • Writing visibilities to uvfits and measurement sets
  • Direction-dependent calibration
  • Writing to multiple uvfits or measurement sets for each MWA coarse channel

Installation

See the instructions here.

Usage

A comprehensive guide for usage can be found here.

Troubleshooting

Run hyperdrive again, but this time with the debug build:

cargo build
./target/debug/hyperdrive <your settings here>

See the instructions here to build from source. Report the version of the software used, your usage and the program output in a new GitHub issue.

FAQ

  • Naming convention

    This project is called mwa_hyperdrive so that it cannot be confused with other projects involving the word hyperdrive, but the binary is called hyperdrive to help users' fingers.

  • hyperdrive?

    HYPERDRIVE!

Commit count: 119

cargo fmt