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

Add cable flavour and has_whitening_filter to rfinput struct #64

Closed gsleap closed 10 months ago

gsleap commented 10 months ago

From @andreww5au:

Every cable flavour starting with 'RG6', except for 'RG6_90' and 'everything starting with LMR' [has a whitening filter]. 
  1. We want to add another field for each rf_input which is "flavour" which is just the string that AW provides in the metafits?
  2. Add a new bool "has_whitening_filter". TRUE if ((cable_flavour starts with "RG6" AND cable_flavour != "RG6_90") OR cable_flavour starts with "LMR")
d3v-null commented 10 months ago

relevant ticket in Birli https://github.com/MWATelescope/Birli/issues/147

gsleap commented 10 months ago

Fixed by 22547ed472909ae0fd73ff52b5d99aea6714caad