MWATelescope / mwa_hyperdrive

Calibration software for the Murchison Widefield Array (MWA) radio telescope
https://MWATelescope.github.io/mwa_hyperdrive
Mozilla Public License 2.0
69 stars 3 forks source link

Feature request: Handling of shapelet components in srclist-by-beam with ao output #2

Closed d3v-null closed 2 years ago

d3v-null commented 2 years ago

example:

using srclist_pumav3_EoR0aegean_fixedEoR1pietro+ForA_phase1+2 from https://github.com/JLBLine/srclists

export srclist="path/to/srclist.txt"
hyperdrive srclist-by-beam \
                 -n 100 \
                 -o ao \
                 -m ${obsid}.metafits \
                 ${srclist}

I get the error

[2021-08-17 07:36:34][INFO] hyperdrive srclist-by-beam
[2021-08-17 07:36:34][INFO] Version 0.2.0-alpha1
[2021-08-17 07:36:34][INFO] Compiled on git commit hash: 6a90cb30b4cd0897dbb600d691b09d19559c7fb9
[2021-08-17 07:36:34][INFO]             git head ref: refs/heads/di
[2021-08-17 07:36:34][INFO]             Mon, 02 Aug 2021 07:30:09 +0000
[2021-08-17 07:36:34][INFO]          with compiler rustc 1.54.0 (a178d0322 2021-07-26)
[2021-08-17 07:36:34][INFO] 
[2021-08-17 07:36:39][INFO] Successfully read /home/ubuntu/srclists/srclist_pumav3_EoR0aegean_fixedEoR1pietro+ForA_phase1+2.txt as a rts-style source list
[2021-08-17 07:36:39][INFO] Using FEE beam with delays [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
Error: Source list type AO does not support shapelet components

See for more info: https://github.com/MWATelescope/mwa_hyperdrive/wiki/Source-lists

It would be nice if there was a way to filter out shapelet components automatically.

Cheers!

cjordan commented 2 years ago

Fixed in a6432aa3e53c2a2f54cb77f873caf212b4caca26