MWATelescope / mwalib

Library to read Murchison Widefield Array (MWA) raw visibilities, voltages and metadata into a common structure
Mozilla Public License 2.0
10 stars 2 forks source link

Provide a generate_expected_volt_filenames method on metafits context #32

Closed gsleap closed 3 years ago

gsleap commented 3 years ago

This is so VCS software can open a MetafitsContext based on a metafits file, and then generate an array of filenames for a specific range of timesteps and generally 1 coarse chan (although the option is there for many), which is then used in a subsequent call to create a VoltageContext. This allows the VCS software to only require the user to provide a metafits file and optionally the start and end gps times.

Signature: generate_expected_volt_filenames(path_prefix, gpstime_from, gpstime_to, coarse_chan_index_from, coarse_chan_index_to) -> Vec<&str>

gsleap commented 3 years ago

Closed by 95b1dae9f6b0e04d58f8f8dbcb9e3ea0fa8c57d6