You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there,
When reading raw MWA fits files with 1kHz Frequency resolution, and without remove_coarse_band=False I get this error.
ValueError: mwax passband shapes are only available for 40 kHz and 80 kHzfine channel widths. To request a passband for a different fine channel width create an issue on the pyuvdata repository. To run without a passband, resubmit with correct_coarse_band=False
This message appears to be out of date, as the UVData.read() argument has been renamed to remove_coarse_band.
If anyone wants to implement the coarse band shape for uncommon frequency resolutions, here's some info about how it was done in Birli:
Just an update on this, not sure if pyuvdata takes this into account, but I recently learned that the pfb passband shape that works best for MWAX data does not perform as well as the cotter pfb shape (aka levine gains) for legacy data. This is due to subtle differences in the fine channelization in between mwax and legacy correlator.
if pyuvdata is applying a different pfb shape for mwax observations that takes into account the fine channelization, then you can safely ignore this. otherwise, there are more details are in here: MWATelescope/Birli#152
@d3v-null Yes, we apply a different PFB correction for legacy and for MWAX data. @PyxieLouStar spent a lot of time with the documentation and with the ops team to work this out. She only implemented the 40 & 80 kHz corrections for MWAX but I think we could get an implementation for finer frequency resolution pretty straightforwardly. I've been a little consumed with trying to get version 3.0 done but I can try to take a look on this front once we get that out.
Or if you'd like it sooner and are interested, I can try to find the information you'd need to implement it and make a PR to get it into pyuvdata.
Hi there,
When reading raw MWA fits files with 1kHz Frequency resolution, and without
remove_coarse_band=False
I get this error.This message appears to be out of date, as the
UVData.read()
argument has been renamed toremove_coarse_band
.If anyone wants to implement the coarse band shape for uncommon frequency resolutions, here's some info about how it was done in Birli:
All currently available correlator frequency resolution modes are a multiple of 200Hz. The Birli implementation of the PFB passband shape correction "scrunches" the 200Hz correction provided on this page to the frequency resolution.
Edit: I'd be happy to provide a raw fits file from this obs if it helps with testing. http://ws.mwatelescope.org/observation/obs/?obsid=1390928416
Thanks
The text was updated successfully, but these errors were encountered: